DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WMS_GLOBALS

Line 2164: , p_lpn_context => wms_globals.lpn_context_picked );

2160: , x_msg_count => l_msg_cnt
2161: , x_msg_data => l_msg_data
2162: , p_caller => 'WMS_COMPLETE_CROSSDOCK'
2163: , p_lpn_id => l_transfer_lpn_id
2164: , p_lpn_context => wms_globals.lpn_context_picked );
2165:
2166: -- store current LPNs for use in next pass. This will be used to set l_curr_lpn_id
2167: l_lpn_rec.lpn_id := parent_lpn_rec.lpn_id;
2168:

Line 2408: AND task_type = wms_globals.g_wms_task_type_putaway;

2404: SELECT status
2405: INTO l_wdt_status
2406: FROM wms_dispatched_tasks
2407: WHERE transaction_temp_id = p_transaction_temp_id
2408: AND task_type = wms_globals.g_wms_task_type_putaway;
2409: EXCEPTION
2410: WHEN no_data_found THEN
2411: l_wdt_status := 0;
2412: END;