DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS2 dependencies on WSH_TRIP_STOPS

Line 190: wsh_trip_stops st

186: FROM wsh_delivery_Details dd,
187: wsh_delivery_assignments_v da ,
188: wsh_delivery_legs dg,
189: wsh_new_deliveries dl,
190: wsh_trip_stops st
191: WHERE st.stop_id = dg.pick_up_stop_id AND
192: st.stop_id = p_stop_id AND
193: st.stop_location_id = dl.initial_pickup_location_id AND
194: dg.delivery_id = dl.delivery_id AND