DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WMS_CONTAINER_PVT

Line 2157: WMS_Container_PVT.Modify_LPN_Wrapper (

2153:
2154: IF ( parent_lpn_rec.lpn_id = l_transfer_lpn_id ) THEN
2155: -- If this is the innermost LPN create the LPN, if there is a parent
2156: -- LPN it will be created in the next cursor pass through the packing
2157: WMS_Container_PVT.Modify_LPN_Wrapper (
2158: p_api_version => '1.0'
2159: , x_return_status => l_return_status
2160: , x_msg_count => l_msg_cnt
2161: , x_msg_data => l_msg_data

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

2200: l_lpn_rec.content_volume := parent_lpn_rec.content_volume;
2201: l_lpn_rec.content_volume_uom_code := parent_lpn_rec.content_volume_uom_code;
2202:
2203: -- Translate LPN attribues to wsh data type
2204: l_wsh_action_prms.lpn_rec := WMS_Container_PVT.To_DeliveryDetailsRecType(l_lpn_rec);
2205:
2206: -- Pack previous cursor passes LPN into it's parent in WDD
2207: -- Parent LPN will be created in WDD if it does not already exist
2208: l_wsh_lpn_id_tbl(1) := l_curr_lpn_id;