DBA Data[Home] [Help]

APPS.IGS_PE_TEACH_PERIODS_PKG dependencies on DUAL

Line 492: select igs_pe_teach_periods_s.nextval into x_teaching_period_id from dual;

488: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
489: IGS_GE_MSG_STACK.ADD;
490: app_exception.raise_exception;
491: end if;
492: select igs_pe_teach_periods_s.nextval into x_teaching_period_id from dual;
493:
494: Before_DML(
495: p_action=>'INSERT',
496: x_rowid=>X_ROWID,