DBA Data[Home] [Help]

APPS.WMS_CONSOLIDATION_PUB dependencies on WMS_CONTAINER_PVT

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

2951:
2952:
2953: IF (l_debug = 1) THEN
2954: mydebug('Update lpn_context to packing context - p_lpn_id: ' || p_lpn_id
2955: || ':' || wms_container_pvt.lpn_loaded_in_stage);
2956: END IF;
2957:
2958: /* bug 3424353
2959: * change the staus of the inner ones also to packing

Line 2966: wms_container_pvt.Modify_LPN_Wrapper

2962: SET lpn_context = wms_container_pub.lpn_context_packing
2963: WHERE lpn_id = p_lpn_id;
2964: */
2965:
2966: wms_container_pvt.Modify_LPN_Wrapper
2967: ( p_api_version => 1.0
2968: ,x_return_status => x_return_status
2969: ,x_msg_count => x_msg_count
2970: ,x_msg_data => x_msg_data

Line 2973: ,p_lpn_context => wms_container_pvt.lpn_loaded_in_stage

2969: ,x_msg_count => x_msg_count
2970: ,x_msg_data => x_msg_data
2971: ,p_caller => 'WMS_CONS_STG_MV' -- Staging move
2972: ,p_lpn_id => p_lpn_id
2973: ,p_lpn_context => wms_container_pvt.lpn_loaded_in_stage
2974: );
2975:
2976: IF (l_debug = 1) THEN
2977: mydebug('After wms_container_pvt.Modify_LPN_Wrapper: x_return_status' ||x_return_status );

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

2973: ,p_lpn_context => wms_container_pvt.lpn_loaded_in_stage
2974: );
2975:
2976: IF (l_debug = 1) THEN
2977: mydebug('After wms_container_pvt.Modify_LPN_Wrapper: x_return_status' ||x_return_status );
2978: END IF;
2979: -- MRANA - MDC */
2980: IF p_calling_mode = 'LOAD' THEN
2981: IF (l_debug = 1) THEN