DBA Data[Home] [Help]

APPS.IGS_PS_USEC_PRV_GRAD_PKG dependencies on DUAL

Line 482: select igs_ps_usec_prv_grad_s.nextval into x_unit_section_prev_grade_id from dual;

478: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
479: IGS_GE_MSG_STACK.ADD;
480: app_exception.raise_exception;
481: end if;
482: select igs_ps_usec_prv_grad_s.nextval into x_unit_section_prev_grade_id from dual;
483: Before_DML(
484: p_action=>'INSERT',
485: x_rowid=>X_ROWID,
486: x_unit_section_prev_grade_id=>X_UNIT_SECTION_PREV_GRADE_ID,