Ship Confirm unassigns all the lines from delivery [message #524616] |
Sun, 25 September 2011 11:44 |
|
ngaged
Messages: 3 Registered: September 2011
|
Junior Member |
|
|
Hi guys
I am trying to pick and ship an order using api
For picking i am using
WSH_PICKING_BATCHES_PUB.CREATE_BATCH
WSH_PICKING_BATCHES_PUB.RELEASE_BATCH
For shipping
wsh_deliveries_pub.delivery_action
At the time of of using shipping api to ship confirm following error comes
--Error: Process of Delivery line 204012 is not allowed because a hold exists at the order header level.
--Error: Delivery line 204013 does not satisfy credit payment requirements for the order line or has a line or order level hold. This line cannot be packed or shipped.
*--Warning: The Ship Confirm option selected will unassign all the lines from delivery 218009 .*
--Warning: Some deliveries selected for Ship Confirm have errors or warnings.
However after removing hold , I am still unable to ship confirm
It says the delivery is not eligible for delivery
and the reason is the above bold part
*--Warning: The Ship Confirm option selected will unassign all the lines from delivery 218009 .*
all delivery detail lines are unassigned from delivery when i checked from wsh_delivery_assignments
How can i prevent this .. or I will have to reassign these deliveries
Because I have to do everything using api's
|
|
|