DBA Data[Home] [Help]

APPS.WMS_CONSOLIDATION_PUB dependencies on WMS_CONTAINER_PVT

Line 2861: || ':' || wms_container_pvt.lpn_loaded_in_stage);

2857:
2858:
2859: IF (l_debug = 1) THEN
2860: mydebug('Update lpn_context to packing context - p_lpn_id: ' || p_lpn_id
2861: || ':' || wms_container_pvt.lpn_loaded_in_stage);
2862: END IF;
2863:
2864: /* bug 3424353
2865: * change the staus of the inner ones also to packing

Line 2872: wms_container_pvt.Modify_LPN_Wrapper

2868: SET lpn_context = wms_container_pub.lpn_context_packing
2869: WHERE lpn_id = p_lpn_id;
2870: */
2871:
2872: wms_container_pvt.Modify_LPN_Wrapper
2873: ( p_api_version => 1.0
2874: ,x_return_status => x_return_status
2875: ,x_msg_count => x_msg_count
2876: ,x_msg_data => x_msg_data

Line 2879: ,p_lpn_context => wms_container_pvt.lpn_loaded_in_stage

2875: ,x_msg_count => x_msg_count
2876: ,x_msg_data => x_msg_data
2877: ,p_caller => 'WMS_CONS_STG_MV' -- Staging move
2878: ,p_lpn_id => p_lpn_id
2879: ,p_lpn_context => wms_container_pvt.lpn_loaded_in_stage
2880: );
2881:
2882: IF (l_debug = 1) THEN
2883: mydebug('After wms_container_pvt.Modify_LPN_Wrapper: x_return_status' ||x_return_status );

Line 2883: mydebug('After wms_container_pvt.Modify_LPN_Wrapper: x_return_status' ||x_return_status );

2879: ,p_lpn_context => wms_container_pvt.lpn_loaded_in_stage
2880: );
2881:
2882: IF (l_debug = 1) THEN
2883: mydebug('After wms_container_pvt.Modify_LPN_Wrapper: x_return_status' ||x_return_status );
2884: END IF;
2885: -- MRANA - MDC */
2886: IF p_calling_mode = 'LOAD' THEN
2887: IF (l_debug = 1) THEN