DBA Data[Home] [Help]

APPS.IGS_EN_NSC_PKG dependencies on IGS_EN_PRC_LOAD

Line 2170: l_eftsu_points := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(

2166:
2167: IF l_valid_pgm = 'Y' THEN
2168:
2169: -- Get current EFTSU points for each course and summarize , including research units.
2170: l_eftsu_points := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(
2171: p_person_id => p_student_id,
2172: p_course_cd => c_stud_courses_rec.course_cd ,
2173: p_acad_cal_type => p_acad_cal_type ,
2174: p_acad_sequence_number => p_acad_cal_seq,

Line 2304: IF IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR(p_cal_type =>c_sua_disc_rec.cal_type ,

2300: --from intermission.
2301: --If no unit incurred load, implies there was no enrollment activity after intermission, hence student
2302: --has not retnd from intermission
2303:
2304: IF IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR(p_cal_type =>c_sua_disc_rec.cal_type ,
2305: p_sequence_number => c_sua_disc_rec.ci_sequence_number,
2306: p_discontinued_dt =>c_sua_disc_rec.discontinued_dt,
2307: p_administrative_unit_status => c_sua_disc_rec.administrative_unit_status ,
2308: p_unit_attempt_status => c_sua_disc_rec.unit_attempt_status,

Line 2392: IF IGS_EN_PRC_LOAD. ENRP_GET_LOAD_INCUR(p_cal_type =>c_sua_disc_rec.cal_type ,

2388: FOR c_sua_disc_rec IN c_sua_disc(c_stud_courses_rec.course_cd,l_interm_end_dt,
2389: c_stud_courses_rec.lapsed_dt) LOOP
2390:
2391: -- chk if any unit incurred load implying the student has returned from intermission.
2392: IF IGS_EN_PRC_LOAD. ENRP_GET_LOAD_INCUR(p_cal_type =>c_sua_disc_rec.cal_type ,
2393: p_sequence_number => c_sua_disc_rec.ci_sequence_number,
2394: p_discontinued_dt =>c_sua_disc_rec.discontinued_dt,
2395: p_administrative_unit_status => c_sua_disc_rec.administrative_unit_status ,
2396: p_unit_attempt_status => c_sua_disc_rec.unit_attempt_status,

Line 2539: l_enr_status := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT (

2535: IF (g_debug_mode) THEN
2536: Put_Debug_Msg('| Calculating attendance type eftsu: '||l_tot_eftsu);
2537: END IF;
2538:
2539: l_enr_status := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT (
2540: p_load_cal_type => p_load_cal_type ,
2541: p_load_figure => l_tot_eftsu
2542: );
2543:

Line 2851: NVL(IGS_EN_PRC_LOAD.ENRP_CLC_SUA_EFTSU(

2847: ||' eftsu '||c_all_units_rec.override_eftsu );
2848: END IF;
2849:
2850: l_cur_eftsu := l_cur_eftsu +
2851: NVL(IGS_EN_PRC_LOAD.ENRP_CLC_SUA_EFTSU(
2852: p_person_id => p_student_id ,
2853: p_course_cd => c_all_units_rec.course_cd ,
2854: p_crv_version_number => c_all_units_rec.cr_ver_number ,
2855: p_unit_cd => c_all_units_rec.unit_cd ,

Line 3035: new_load_incur := igs_en_prc_load.enrp_get_load_incur(

3031: --in both the cases, if the current record has a null value for no_Assessment_ind
3032: --or unit_Attempt_Status , pass the value derived above by looping thru history or SUA.
3033:
3034:
3035: new_load_incur := igs_en_prc_load.enrp_get_load_incur(
3036: c_drop_units_rec.teach_cal_type,
3037: c_drop_units_rec.teach_seq_number ,
3038: c_drop_units_rec.discontinued_dt,
3039: c_drop_units_rec.administrative_unit_status,

Line 3047: old_load_incur := igs_en_prc_load.enrp_get_load_incur(

3043: p_load_cal_seq,
3044: c_drop_units_rec.uoo_id
3045: ) ;
3046:
3047: old_load_incur := igs_en_prc_load.enrp_get_load_incur(
3048: old_teach_cal_type,
3049: old_teach_seq_number ,
3050: old_discontinued_dt,
3051: old_administrative_unit_status,

Line 3100: l_loc_eftsu := NVL(IGS_EN_PRC_LOAD.ENRP_CLC_SUA_EFTSU(

3096: --calculate eftsu of the difference and subtract this from the current eftsu
3097: --calculated at the beginning. Progressively subtract the difference
3098: -- and check with the threshold value to determine the date on which the eftsu exceeded the
3099: --threshold
3100: l_loc_eftsu := NVL(IGS_EN_PRC_LOAD.ENRP_CLC_SUA_EFTSU(
3101: p_person_id => p_student_id ,
3102: p_course_cd => c_drop_units_rec.course_cd ,
3103: p_crv_version_number => c_drop_units_rec.cr_ver_number ,
3104: p_unit_cd => c_drop_units_rec.unit_cd ,