DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on WMS_DIRECT_SHIP_PVT

Line 6499: --for LPNs loaded through direct method, it is handled inside wms_direct_ship_pvt.close_truck

6495: )
6496: IS
6497:
6498: --for LPNs loaded through Normal method only
6499: --for LPNs loaded through direct method, it is handled inside wms_direct_ship_pvt.close_truck
6500: -- check for missing LPN is done for the delivery
6501:
6502: cursor normal_lpns_for_dock is
6503: select DISTINCT outermost_lpn_id,Nvl(trip_id,0)

Line 6660: debug(' Before calling wms_direct_ship_pvt.close_truck : DIRECT', 'CLOSE_TRUCK');

6656: IF p_shipping_mode = 'DIRECT' OR p_shipping_mode IS NULL THEN
6657:
6658:
6659: IF (l_debug = 1) THEN
6660: debug(' Before calling wms_direct_ship_pvt.close_truck : DIRECT', 'CLOSE_TRUCK');
6661: END IF;
6662:
6663: --handles dircet ship with dock appointment and without dock
6664: --appointment, inside it does all required validations for LPNs

Line 6667: wms_direct_ship_pvt.close_truck(

6663: --handles dircet ship with dock appointment and without dock
6664: --appointment, inside it does all required validations for LPNs
6665: --loaded TO the dock door via direct method
6666:
6667: wms_direct_ship_pvt.close_truck(
6668: x_return_status => l_return_status
6669: , x_msg_data => l_msg_data
6670: , x_msg_count => l_msg_count
6671: , x_error_code => l_error_code