DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on WMS_CONTAINER_PUB

Line 1024: l_lpn_list WMS_Container_PUB.LPN_Table_Type;

1020: IS
1021: l_return_status VARCHAR2 ( 300 );
1022: l_msg_count NUMBER;
1023: l_msg_data VARCHAR2 ( 300 );
1024: l_lpn_list WMS_Container_PUB.LPN_Table_Type;
1025: l_debug NUMBER := NVL ( FND_PROFILE.VALUE ( 'INV_DEBUG_TRACE' ), 0 );
1026: l_current_quantity number; --10318308
1027: l_current_quantity_prim number; --10318308
1028: l_adjustment_quantity number; --10318308

Line 1040: WMS_Container_PUB.Get_Outermost_LPN ( p_api_version => 1.0,

1036: -- Get the outermost LPN ID if this entry contains an LPN
1037: IF ( g_cc_entry.parent_lpn_id IS NOT NULL ) THEN
1038: --Bug2935754 starts
1039: /*
1040: WMS_Container_PUB.Get_Outermost_LPN ( p_api_version => 1.0,
1041: x_return_status => l_return_status,
1042: x_msg_count => l_msg_count,
1043: x_msg_data => l_msg_data,
1044: p_lpn_id => g_cc_entry.parent_lpn_id,

Line 1360: l_lpn_list WMS_Container_PUB.LPN_Table_Type;

1356: IS
1357: l_return_status VARCHAR2 ( 300 );
1358: l_msg_count NUMBER;
1359: l_msg_data VARCHAR2 ( 300 );
1360: l_lpn_list WMS_Container_PUB.LPN_Table_Type;
1361: l_debug NUMBER := NVL ( FND_PROFILE.VALUE ( 'INV_DEBUG_TRACE' ), 0 );
1362: --bug 10298222
1363: l_temp_cc_id NUMBER;
1364: BEGIN

Line 1378: WMS_Container_PUB.Get_Outermost_LPN ( p_api_version => 1.0,

1374: -- Get the outermost LPN ID if this entry contains an LPN
1375: IF ( g_cc_entry.parent_lpn_id IS NOT NULL ) THEN
1376: --Bug2935754
1377: /*
1378: WMS_Container_PUB.Get_Outermost_LPN ( p_api_version => 1.0,
1379: x_return_status => l_return_status,
1380: x_msg_count => l_msg_count,
1381: x_msg_data => l_msg_data,
1382: p_lpn_id => g_cc_entry.parent_lpn_id,