DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_PICKING_BATCHES

Line 1641: wsh_picking_batches wpb

1637: SELECT wts.stop_id
1638: FROM wsh_trip_stops wts,
1639: wsh_delivery_legs wdl,
1640: wsh_new_deliveries wnd,
1641: wsh_picking_batches wpb
1642: WHERE p_batch_id IS NOT NULL
1643: AND wnd.batch_id = p_batch_id
1644: AND wdl.delivery_id = wnd.delivery_id
1645: AND wts.stop_id = wdl.pick_up_stop_id