DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_STUP_PKG dependencies on IGS_EN_TIMESLOT_STUP_S

Line 530: select igs_en_timeslot_stup_s.nextval into x_igs_en_timeslot_stup_id from dual;

526: igs_ge_msg_stack.add;
527: app_exception.raise_exception;
528: end if;
529:
530: select igs_en_timeslot_stup_s.nextval into x_igs_en_timeslot_stup_id from dual;
531:
532: before_dml(
533: p_action=>'INSERT',
534: x_rowid=>X_ROWID,

Line 705: UPDATE igs_en_timeslot_stup SET

701: x_created_by=>x_last_updated_by,
702: x_last_update_date=>x_last_update_date,
703: x_last_updated_by=>x_last_updated_by,
704: x_last_update_login=>x_last_update_login);
705: UPDATE igs_en_timeslot_stup SET
706: sequence_number = NEW_REFERENCES.sequence_number,
707: student_type = NEW_REFERENCES.student_type,
708: assign_randomly = NEW_REFERENCES.assign_randomly,
709: surname_alphabet = NEW_REFERENCES.surname_alphabet,