DBA Data[Home] [Help]

APPS.FTE_TRIP_RATING_GRP dependencies on FTE_TRIP_MOVES

Line 48: FROM wsh_trips wt, fte_trip_moves ftm

44: wt.schedule_id,
45: wt.load_tender_status,
46: wt.tp_plan_name,
47: ftm.move_id
48: FROM wsh_trips wt, fte_trip_moves ftm
49: WHERE wt.trip_id = c_trip_id
50: AND wt.trip_id = ftm.trip_id (+) ;
51:
52: