DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_CONF_PKG dependencies on DUAL

Line 436: SELECT IGS_EN_TIMESLOT_CONF_S.NEXTVAL INTO x_igs_en_timeslot_conf_id FROM DUAL;

432: igs_ge_msg_stack.ADD;
433: app_exception.raise_exception;
434: END IF;
435: --Select Next value from sequnce IGS_EN_TIMESLOT_CONF_S for the Primary key to be inserted.
436: SELECT IGS_EN_TIMESLOT_CONF_S.NEXTVAL INTO x_igs_en_timeslot_conf_id FROM DUAL;
437:
438: before_dml(
439: p_action => 'INSERT',
440: x_rowid => x_rowid,