DBA Data[Home] [Help]

APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_EN_PRC_LOAD

Line 597: -- rasahoo replaced igs_en_prc_load.enrp_get_inst_latt

593: lv_msg_data := NULL;
594: END;
595:
596: BEGIN -- Derived Institutional attendance type
597: -- rasahoo replaced igs_en_prc_load.enrp_get_inst_latt
598: -- as part of Obsoletion og FA base record
599:
600: OPEN c_get_base_id(p_person_id,p_awd_cal_type ,p_awd_seq_num);
601: FETCH c_get_base_id INTO base_id_rec;

Line 606: igs_en_prc_load.enrp_get_inst_latt (p_person_id,

602: CLOSE c_get_base_id;
603:
604: FOR cur_fa_load_awd_rec IN cur_fa_load_awd(base_id_rec.base_id)
605: LOOP
606: igs_en_prc_load.enrp_get_inst_latt (p_person_id,
607: cur_fa_load_awd_rec.sub_cal_type,
608: cur_fa_load_awd_rec.sub_ci_sequence_number,
609: lv_inst_attd,
610: lv_credit_pts,

Line 636: igs_en_prc_load.enrp_get_inst_latt (p_person_id,

632: END;
633:
634: -- Bug 3254448 Added this call to get the current enrolled credit points based on the current term.
635: BEGIN
636: igs_en_prc_load.enrp_get_inst_latt (p_person_id,
637: enrl_dtl_rec.enrl_load_cal_type,
638: enrl_dtl_rec.enrl_load_seq_num,
639: lv_inst_attd_t,
640: lv_credit_pts,