DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_EN_GEN_008

Line 1761: l_person_type := Igs_En_Gen_008.enrp_get_person_type(p_course_cd =>NULL);

1757:
1758: l_processed := TRUE;
1759: l_course_key :=TO_CHAR(rec_sca.person_id) || '|' ||rec_sca.course_cd;
1760: -- Following function will returns the person type of the log in
1761: l_person_type := Igs_En_Gen_008.enrp_get_person_type(p_course_cd =>NULL);
1762:
1763: OPEN c_per_num(rec_sca.person_id);
1764: FETCH c_per_num INTO l_person_number;
1765: CLOSE c_per_num;

Line 1898: IF igs_en_gen_008.enrp_get_ua_del_alwd(p_cal_type => p_teach_cal_type,

1894: t_sua_disc(i).location_cd)
1895: LOOP -- looping through all the unit sections when unit_class and location are null.
1896: SAVEPOINT sp_sua_blk_disc;
1897: l_action_processed := TRUE;
1898: IF igs_en_gen_008.enrp_get_ua_del_alwd(p_cal_type => p_teach_cal_type,
1899: p_ci_sequence_number => p_teach_ci_sequence_number,
1900: p_effective_dt => NVL(p_discontinued_dt,SYSDATE),
1901: p_uoo_id => rec_get_sua_d.uoo_id) = 'N' THEN
1902:

Line 1943: IF (igs_en_gen_008.enrp_get_var_window(p_cal_type => p_teach_cal_type,

1939: l_total_exist_sua_count := l_total_exist_sua_count + 1;
1940: -- Validate that the process has not been scheduled to run outside the
1941: -- environment/variation windows for the teaching period.
1942: --moved this code from the start of this procedure,to pass uoo_id by smaddali
1943: IF (igs_en_gen_008.enrp_get_var_window(p_cal_type => p_teach_cal_type,
1944: p_ci_sequence_number => p_teach_ci_sequence_number,
1945: p_effective_dt => NVL(p_enrolled_dt,SYSDATE),
1946: p_uoo_id => rec_get_sua_d.uoo_id ) = FALSE) THEN
1947: igs_ge_ins_sle.genp_set_log_entry(p_s_log_type => cst_enr_blk_ua,

Line 2098: IF (l_action_processed AND igs_en_gen_008.enrp_get_var_window(p_cal_type => p_teach_cal_type,

2094: -- Validate that the process has not been scheduled to run outside the
2095: -- environment/variation windows for the teaching period.
2096: --moved this code from the start of this procedure,to pass uoo_id by smaddali
2097:
2098: IF (l_action_processed AND igs_en_gen_008.enrp_get_var_window(p_cal_type => p_teach_cal_type,
2099: p_ci_sequence_number => p_teach_ci_sequence_number,
2100: p_effective_dt => NVL(p_enrolled_dt,SYSDATE),
2101: p_uoo_id => l_uoo_id ) = FALSE) THEN
2102: igs_ge_ins_sle.genp_set_log_entry(p_s_log_type => cst_enr_blk_ua,

Line 2356: IF igs_en_gen_008.enrp_get_ua_del_alwd(p_cal_type => p_teach_cal_type,

2352: SAVEPOINT sp_sua_blk_disc1; -- savepoint for unit validation failure.
2353: l_action_processed := TRUE;
2354: -- if the uoo_id selected is not one of validation faied uoo_ids, then process it.
2355: IF (INSTR(l_failed_uoo_ids,','||rec_get_sua_d.uoo_id||',',1) = 0 OR l_failed_uoo_ids IS NULL) THEN
2356: IF igs_en_gen_008.enrp_get_ua_del_alwd(p_cal_type => p_teach_cal_type,
2357: p_ci_sequence_number => p_teach_ci_sequence_number,
2358: p_effective_dt => NVL(p_discontinued_dt,SYSDATE),
2359: p_uoo_id => rec_get_sua_d.uoo_id) = 'N' THEN
2360:

Line 5122: IF NOT IGS_EN_GEN_008.enrp_get_var_window(

5118: -- Validate that the process has not been scheduled to run outside
5119: -- the enrolment/variation windows for the teaching period.
5120: --moved this call from BEGIN to here ,for enrollment processes dld
5121: --bug#1832130 by smaddali , to include uoo_id
5122: IF NOT IGS_EN_GEN_008.enrp_get_var_window(
5123: p_teach_cal_type,
5124: p_teach_ci_sequence_number,
5125: SYSDATE ,
5126: --added this parameter as impact of change in the procedure

Line 5152: l_person_type := Igs_En_Gen_008.enrp_get_person_type(p_course_cd =>NULL);

5148: l_en_ci_seq_num,
5149: l_commencement_type,
5150: l_dummy);
5151: -- getting the person type of logged in person
5152: l_person_type := Igs_En_Gen_008.enrp_get_person_type(p_course_cd =>NULL);
5153: l_waitlist_flag := 'N';
5154:
5155:
5156: enrpl_upd_sua_uoo(