DBA Data[Home] [Help]

APPS.MST_SNAPSHOT_TASK_UTIL dependencies on WSH_TRIPS

Line 207: from wsh_trips t,

203: is
204: lVehicleTypeId NUMBER;
205: Cursor vehileType is
206: select fvt.vehicle_type_id
207: from wsh_trips t,
208: fte_trip_moves wt,
209: fte_vehicle_types fvt
210: WHERE t.trip_id = wt.TRIP_ID
211: and wt.MOVE_ID = lMoveId