DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WSH_WMS_LPN_GRP

Line 1543: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action

1539: l_user_id NUMBER := fnd_global.user_id;
1540: l_InvPCInRecType wsh_integration.invpcinrectype; --9816695
1541:
1542: -- Release 12 (K): LPN Synchronization/Convergence
1543: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action
1544: l_curr_lpn_id NUMBER;
1545: l_lpn_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;
1546: l_wsh_lpn_id_tbl WSH_Util_Core.id_tab_type;
1547: l_wsh_del_det_id_tbl WSH_Util_Core.id_tab_type;

Line 2569: WSH_WMS_LPN_GRP.Delivery_Detail_Action (

2565:
2566: IF (l_debug = 1) THEN
2567: mydebug('Call to WSH Delivery_Detail_Action to pack LPN heirarchy');
2568: END IF;
2569: WSH_WMS_LPN_GRP.Delivery_Detail_Action (
2570: p_api_version_number => 1.0
2571: , p_init_msg_list => fnd_api.g_false
2572: , p_commit => fnd_api.g_false
2573: , x_return_status => x_return_status