DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on WSH_TRIP_STOPS

Line 87: wsh_trip_stops wts1,

83: wts1.Departure_Seal_Code,
84: --Bug 3458160
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

Line 88: wsh_trip_stops wts2,

84: --Bug 3458160
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