DBA Data[Home] [Help]

APPS.WMS_ITEM_LOAD dependencies on WMS_RCV_PUP_PVT

Line 2538: wms_rcv_pup_pvt.pack_unpack_split

2534: print_debug('Processing item load for a RCV LPN');
2535: print_debug('Call the pack_unpack_split API');
2536: END IF;
2537:
2538: wms_rcv_pup_pvt.pack_unpack_split
2539: (p_header_id => p_txn_header_id ,
2540: p_call_rcv_tm => fnd_api.g_false ,
2541: x_return_status => x_return_status ,
2542: x_msg_count => x_msg_count ,

Line 3655: -- wms_rcv_pup_pvt.pack_unpack_split, we can still rely on the rollback

3651: -- Perform the commit only if the RCV TM was called and it errored out
3652: -- there. In that case, we can assume that a commit was already done.
3653: -- We will need to commit here for the cleanup changes to be saved.
3654: -- Otherwise if there was an error earlier, like in the call to
3655: -- wms_rcv_pup_pvt.pack_unpack_split, we can still rely on the rollback
3656: -- to clean up the data. There would be no need to commit here.
3657: IF (p_lpn_context = WMS_CONTAINER_PUB.LPN_CONTEXT_RCV AND p_rcv_tm_called) THEN
3658: COMMIT;
3659: END IF;