DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on WSH_TRIPS

Line 89: wsh_trips wt

85: wt.operator
86: FROM wsh_delivery_legs wdl,
87: wsh_trip_stops wts1,
88: wsh_trip_stops wts2,
89: wsh_trips wt
90: WHERE wts1.trip_id = wt.trip_id
91: AND wts2.trip_id = wt.trip_id
92: AND wts1.stop_id = wdl.pick_up_stop_id
93: AND wts2.stop_id = wdl.drop_off_stop_id