DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WMS_CONTAINER_PVT

Line 705: -- This is done by calling wms_container_pvt.modify_lpn API

701:
702: -- Release 12: LPN SyncUP
703: -- In addition to the LPN context update
704: -- WDD records also need to be removed
705: -- This is done by calling wms_container_pvt.modify_lpn API
706: -- Remove the direct update here
707: -- Call modify_lpn API after backorder
708: /*open lpn_csr(l_delivery_details_id_table(l_table_index));
709: LOOP

Line 793: DEBUG('Calling WMS_CONTAINER_PVT.Modify_LPNs with caller WMS_SHIPPING','INV_RETURN_TO_STOCK');

789: -- Release 12: LPN SyncUP
790: -- Call modify_lpn API to update lpn context to 1
791: -- and remove associated WDD lines
792: IF(l_debug = 1) THEN
793: DEBUG('Calling WMS_CONTAINER_PVT.Modify_LPNs with caller WMS_SHIPPING','INV_RETURN_TO_STOCK');
794: END IF;
795:
796: WMS_CONTAINER_PVT.Modify_LPNs(
797: p_api_version => 1.0

Line 796: WMS_CONTAINER_PVT.Modify_LPNs(

792: IF(l_debug = 1) THEN
793: DEBUG('Calling WMS_CONTAINER_PVT.Modify_LPNs with caller WMS_SHIPPING','INV_RETURN_TO_STOCK');
794: END IF;
795:
796: WMS_CONTAINER_PVT.Modify_LPNs(
797: p_api_version => 1.0
798: , p_init_msg_list => fnd_api.g_true
799: , p_commit => fnd_api.g_false
800: , x_return_status => l_return_status

Line 808: DEBUG('return error from WMS_CONTAINER_PVT.Modify_LPNs', 'INV_RETURN_TO_STOCK');

804: , p_lpn_table => l_lpn_tbl
805: );
806: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
807: IF (l_debug = 1) THEN
808: DEBUG('return error from WMS_CONTAINER_PVT.Modify_LPNs', 'INV_RETURN_TO_STOCK');
809: END IF;
810: RAISE fnd_api.g_exc_error;
811: ELSIF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
812: IF (l_debug = 1) THEN

Line 813: DEBUG('return error from WMS_CONTAINER_PVT.Modify_LPNs', 'INV_RETURN_TO_STOCK');

809: END IF;
810: RAISE fnd_api.g_exc_error;
811: ELSIF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
812: IF (l_debug = 1) THEN
813: DEBUG('return error from WMS_CONTAINER_PVT.Modify_LPNs', 'INV_RETURN_TO_STOCK');
814: END IF;
815: RAISE fnd_api.g_exc_unexpected_error;
816: ELSIF l_return_status = fnd_api.g_ret_sts_success THEN
817: null;

Line 1008: -- This is done by calling wms_container_pvt.modify_lpn API

1004:
1005: -- Release 12: LPN SyncUP
1006: -- In addition to the LPN context update
1007: -- WDD records also need to be removed
1008: -- This is done by calling wms_container_pvt.modify_lpn API
1009: -- in WMS_DIRECT_SHIP_PVT.UNLOAD_TRUCK
1010: -- Remove the direct update here
1011: /*OPEN lpn_csr(l_delivery_details_id_table(1));
1012: LOOP

Line 1301: -- This is done by calling wms_container_pvt.modify_lpn API

1297:
1298: -- Release 12: LPN SyncUP
1299: -- In addition to the LPN context update
1300: -- WDD records also need to be removed
1301: -- This is done by calling wms_container_pvt.modify_lpn API
1302: -- in WMS_DIRECT_SHIP_PVT.UNLOAD_TRUCK
1303: -- Remove the direct update here
1304: /*OPEN lpn_csr(l_delivery_details_id_table(1));
1305: LOOP