DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WMS_CONTAINER_PVT

Line 2513: WMS_Container_PVT.Modify_LPN_Wrapper (

2509:
2510: IF ( parent_lpn_rec.lpn_id = l_transfer_lpn_id ) THEN
2511: -- If this is the innermost LPN create the LPN, if there is a parent
2512: -- LPN it will be created in the next cursor pass through the packing
2513: WMS_Container_PVT.Modify_LPN_Wrapper (
2514: p_api_version => '1.0'
2515: , x_return_status => l_return_status
2516: , x_msg_count => l_msg_cnt
2517: , x_msg_data => l_msg_data

Line 2560: l_wsh_action_prms.lpn_rec := WMS_Container_PVT.To_DeliveryDetailsRecType(l_lpn_rec);

2556: l_lpn_rec.content_volume := parent_lpn_rec.content_volume;
2557: l_lpn_rec.content_volume_uom_code := parent_lpn_rec.content_volume_uom_code;
2558:
2559: -- Translate LPN attribues to wsh data type
2560: l_wsh_action_prms.lpn_rec := WMS_Container_PVT.To_DeliveryDetailsRecType(l_lpn_rec);
2561:
2562: -- Pack previous cursor passes LPN into it's parent in WDD
2563: -- Parent LPN will be created in WDD if it does not already exist
2564: l_wsh_lpn_id_tbl(1) := l_curr_lpn_id;