DBA Data[Home] [Help]

APPS.FTE_TRIP_MOVES_PVT dependencies on FTE_MOVES

Line 42: SELECT move_id FROM fte_moves

38: and sequence_number = v_sequence
39: and trip_move_id <> v_trip_move_id;
40:
41: CURSOR check_move_id (v_move_id NUMBER) IS
42: SELECT move_id FROM fte_moves
43: WHERE move_id = v_move_id;
44:
45: empty_sequence EXCEPTION;
46: duplicate_sequence EXCEPTION;