DBA Data[Home] [Help]

APPS.IGS_UC_EXAM_SCORES_PKG dependencies on DUAL

Line 296: FROM dual;

292: END IF;
293:
294: SELECT igs_uc_exam_scores_s.NEXTVAL
295: INTO x_exam_scores_id
296: FROM dual;
297:
298: before_dml(
299: p_action => 'INSERT',
300: x_rowid => x_rowid,