DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_PRTY_PKG dependencies on IGS_EN_TIMESLOT_PRTY_S

Line 435: select igs_en_timeslot_prty_s.nextval into x_igs_en_timeslot_prty_id from dual;

431: igs_ge_msg_stack.add;
432: app_exception.raise_exception;
433: end if;
434:
435: select igs_en_timeslot_prty_s.nextval into x_igs_en_timeslot_prty_id from dual;
436:
437: before_dml(
438: p_action=>'INSERT',
439: x_rowid=>X_ROWID,

Line 582: UPDATE igs_en_timeslot_prty SET

578: x_created_by=>x_last_updated_by,
579: x_last_update_date=>x_last_update_date,
580: x_last_updated_by=>x_last_updated_by,
581: x_last_update_login=>x_last_update_login);
582: UPDATE igs_en_timeslot_prty SET
583: igs_en_timeslot_stup_id = NEW_REFERENCES.igs_en_timeslot_stup_id,
584: priority_order = NEW_REFERENCES.priority_order,
585: priority_value = NEW_REFERENCES.priority_value,
586: last_update_date = x_last_update_date,