DBA Data[Home] [Help]

APPS.FTE_TL_CACHE dependencies on FTE_TRIP_MOVES

Line 8459: fte_trip_moves m

8455: null,
8456: null,
8457: null
8458: FROM wsh_trips t ,
8459: fte_trip_moves m
8460: WHERE m.move_id=c_move_id and
8461: t.trip_id=m.trip_id
8462: ORDER BY m.sequence_number;
8463: