DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_PREF_PKG dependencies on IGS_EN_TIMESLOT_PREF_S

Line 455: select igs_en_timeslot_pref_s.nextval into x_igs_en_timeslot_pref_id from dual;

451: igs_ge_msg_stack.add;
452: app_exception.raise_exception;
453: end if;
454:
455: select igs_en_timeslot_pref_s.nextval into x_igs_en_timeslot_pref_id from dual;
456:
457: before_dml(
458: p_action=>'INSERT',
459: x_rowid=>X_ROWID,

Line 625: UPDATE igs_en_timeslot_pref SET

621: x_last_updated_by=>x_last_updated_by,
622: x_last_update_login=>x_last_update_login,
623: x_sequence_number=>x_sequence_number
624: );
625: UPDATE igs_en_timeslot_pref SET
626: igs_en_timeslot_prty_id = NEW_REFERENCES.igs_en_timeslot_prty_id,
627: preference_order = NEW_REFERENCES.preference_order,
628: preference_code = NEW_REFERENCES.preference_code,
629: preference_version = NEW_REFERENCES.preference_version,