DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_EN_SUA_API

Line 51: -- igs_en_su_attempt table to igs_en_sua_api.update_unit_attempt

47: -- Changes as per bug# 2715516.
48: -- svenkata 22-Dec-02 Bug # 2686793 - Added a call to routine igs_en_elgbl_program.eval_unit_forced_type to enforce
49: -- to enforce Attendance Type validations on transferring.Modifications made in enrp_prc_sua_blk_trn.
50: -- pradhakr 15-Dec-2002 Changed the call to the update_row and update_row of
51: -- igs_en_su_attempt table to igs_en_sua_api.update_unit_attempt
52: -- and igs_en_sua_api.create_unit_attempt. Changes wrt ENCR031 build.
53: -- Bug#2643207
54: --samaresh 02-DEC-2001 Bug # 2097333 : Impact of addition of the waitlist_status field to igs_ad_ps_appl_inst_all
55: -- To the function Enrp_Upd_Acai_Accept

Line 52: -- and igs_en_sua_api.create_unit_attempt. Changes wrt ENCR031 build.

48: -- svenkata 22-Dec-02 Bug # 2686793 - Added a call to routine igs_en_elgbl_program.eval_unit_forced_type to enforce
49: -- to enforce Attendance Type validations on transferring.Modifications made in enrp_prc_sua_blk_trn.
50: -- pradhakr 15-Dec-2002 Changed the call to the update_row and update_row of
51: -- igs_en_su_attempt table to igs_en_sua_api.update_unit_attempt
52: -- and igs_en_sua_api.create_unit_attempt. Changes wrt ENCR031 build.
53: -- Bug#2643207
54: --samaresh 02-DEC-2001 Bug # 2097333 : Impact of addition of the waitlist_status field to igs_ad_ps_appl_inst_all
55: -- To the function Enrp_Upd_Acai_Accept
56: --pradhakr 12/07/2001 Added one parameter p_dcnt_reason_cd in

Line 4152: igs_en_sua_api.update_unit_attempt(

4148:
4149: enrp_store_suar(p_person_id,
4150: p_course_cd,
4151: p_from_uoo_id);
4152: igs_en_sua_api.update_unit_attempt(
4153: X_ROWID => v_sua_upd_exists.rowid,
4154: X_PERSON_ID => v_sua_upd_exists.PERSON_ID,
4155: X_COURSE_CD => v_sua_upd_exists.COURSE_CD ,
4156: X_UNIT_CD => v_sua_upd_exists.UNIT_CD,

Line 4269: igs_en_sua_api.create_unit_attempt(

4265: -- Set the waitlist flag to indicating student attempted in with 'ENROLLED'
4266: p_waitlist_flag := 'N';
4267: v_sua_upd_exists.administrative_priority:=NULL;
4268: END IF;
4269: igs_en_sua_api.create_unit_attempt(
4270: x_rowid => l_rowid,
4271: x_person_id => v_sua_upd_exists.person_id,
4272: x_course_cd => v_sua_upd_exists.course_cd,
4273: x_ci_start_dt => v_sua_upd_exists.ci_start_dt,