DBA Data[Home] [Help]

APPS.FTE_TRIP_MOVES_PVT dependencies on WSH_TRIPS

Line 155: SELECT trip_id FROM wsh_trips

151: and trip_id = v_trip_id
152: and trip_move_id <> v_trip_move_id;
153:
154: CURSOR check_trip_id (v_trip_id NUMBER) IS
155: SELECT trip_id FROM wsh_trips
156: WHERE trip_id = v_trip_id;
157:
158:
159: duplicate_trip EXCEPTION;