Transact Move Order and Ship Confirm Using API
Posted by: Edi Yanto on: January 20, 2012
Transact Move Order
- Allocating Move Order using inv_replenish_detail_pub.line_details_pub.
To delete the lot allocation record use inv_trx_util_pub.delete_lot_ser_trx and to insert new lot allocation record use inv_trx_util_pub.insert_lot_trx.
- Transact Move Order using inv_pick_wave_pick_confirm_pub.pick_confirm.
Ship Confirm
- Ship Confirm using wsh_deliveries_pub.delivery_action
- p_action_code := ‘CONFIRM’ and p_sc_action_flag := ‘S’
Note: p_sc_action_flag => Ship Confirm option – S, B, T, A, C.
These are the possible values and what they mean:
‘S’ – Ship Entered Quantities, Ship Unspecified
‘B’ – Ship Entered Quantities, Backorder Unspecified
‘T’ – Ship Entered Quantities, Stage Unspecified
‘A’ – Ship All
‘C’ – Completely Backordered
Advertisement
Like this:
Be the first to like this post.
Recent Comments