DBA Data[Home] [Help]

APPS.IGS_PS_USO_INSTRCTRS_PKG dependencies on DUAL

Line 410: FROM dual;

406: END IF;
407:
408: SELECT igs_ps_uso_instrctrs_s.NEXTVAL
409: INTO x_uso_instructor_id
410: FROM dual;
411:
412: before_dml(
413: p_action => 'INSERT',
414: x_rowid => x_rowid,