DBA Data[Home] [Help]

APPS.GL_MANAGEMENT_SEGMENT_UPGRADE dependencies on DUAL

Line 158: FROM dual;

154: -- Get a new max_batch_id and insert/update the history record
155: BEGIN
156: SELECT GL_JE_BATCHES_S.nextval
157: INTO new_max_batch_id
158: FROM dual;
159: EXCEPTION
160: WHEN others THEN
161: RAISE get_sequence_error;
162: END;