DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_PICKING_BATCHES

Line 1198: wsh_picking_batches wpb

1194: SELECT wts.stop_id
1195: FROM wsh_trip_stops wts,
1196: wsh_delivery_legs wdl,
1197: wsh_new_deliveries wnd,
1198: wsh_picking_batches wpb
1199: WHERE p_batch_id IS NOT NULL
1200: AND wnd.batch_id = p_batch_id
1201: AND wdl.delivery_id = wnd.delivery_id
1202: AND wts.stop_id = wdl.pick_up_stop_id