DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on WSH_TRIPS

Line 90: wsh_trips wt

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

Line 1366: wsh_trips wt

1362: wt.operator
1363: FROM wsh_delivery_legs wdl,
1364: wsh_trip_stops wts1,
1365: wsh_trip_stops wts2,
1366: wsh_trips wt
1367: WHERE wts1.trip_id = wt.trip_id
1368: AND wts2.trip_id = wt.trip_id
1369: AND wts1.stop_id = wdl.pick_up_stop_id
1370: AND wts2.stop_id = wdl.drop_off_stop_id