DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_EN_PRC_LOAD

Line 537: IGS_EN_PRC_LOAD.ENRP_CLC_SUA_LOAD.

533: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the given
534: load calendar rather than current academic calendar for the bug fix: 2381603
535: knaraset As part of ENCR013-modified the calculation of Unit Attempts CP
536: myoganat 16-JUN-2003 Bug# 2855870 - Added code to return true in case of an audit attempt. Removed the check before the call to
537: IGS_EN_PRC_LOAD.ENRP_CLC_SUA_LOAD.
538: vkarthik 22-Jul-2004 Added three dummy variables l_audit_cp, l_billing_cp, l_enrolled_cp for all the calls to
539: igs_en_prc_load.enrp_clc_sua_load towards EN308 Billable credit points build Enh#3782329
540: ******************************************************************/
541:

Line 539: igs_en_prc_load.enrp_clc_sua_load towards EN308 Billable credit points build Enh#3782329

535: knaraset As part of ENCR013-modified the calculation of Unit Attempts CP
536: myoganat 16-JUN-2003 Bug# 2855870 - Added code to return true in case of an audit attempt. Removed the check before the call to
537: IGS_EN_PRC_LOAD.ENRP_CLC_SUA_LOAD.
538: vkarthik 22-Jul-2004 Added three dummy variables l_audit_cp, l_billing_cp, l_enrolled_cp for all the calls to
539: igs_en_prc_load.enrp_clc_sua_load towards EN308 Billable credit points build Enh#3782329
540: ******************************************************************/
541:
542: -- Ref Cursor is used since the select statement is dependent on the type of the person parameter passed to the function
543: -- Record Type is defined so that the cursor Return Type is of this Record Type

Line 687: l_total_eftsu_cp := igs_en_prc_load.enrp_clc_eftsu_total( p_person_id => p_person_id,

683: -- should return FALSE with the message that was thrown from the above procedure
684: IF ( l_acad_cal_type IS NOT NULL AND l_acad_ci_sequence_number IS NOT NULL) THEN
685:
686: -- Get the total existing credit points for the Units he has already enrolled for the same academic period
687: l_total_eftsu_cp := igs_en_prc_load.enrp_clc_eftsu_total( p_person_id => p_person_id,
688: p_course_cd => p_program_cd,
689: p_acad_cal_type => l_acad_cal_type,
690: p_acad_sequence_number => l_acad_ci_sequence_number,
691: p_load_cal_type => p_load_calendar_type,

Line 830: l_unit_incurred_cp := Igs_En_Prc_Load.enrp_clc_sua_load(

826:
827:
828: -- Calling below method to get Incurred CP for the Unit, from Override Limit If defined, otherwise from Enrolled CP of Unit.
829: -- Added this code as part of bug 2401891
830: l_unit_incurred_cp := Igs_En_Prc_Load.enrp_clc_sua_load(
831: p_unit_cd => l_cur_uoo_id.unit_cd,
832: p_version_number => l_cur_uoo_id.version_number,
833: p_cal_type => l_cur_uoo_id.cal_type,
834: p_ci_sequence_number => l_cur_uoo_id.ci_sequence_number,

Line 952: IGS_EN_PRC_LOAD.ENRP_CLC_SUA_LOAD.

948: load calendar rather than current academic calendar for the bug fix: 2381603
949: msrinivi removed the Exclusion functionality in eval_min_cp
950: knaraset As part of ENCR013-modified the calculation of Unit Attempts CP
951: myoganat 16-JUN-2003 Bug# 2855870 - Added code to return TRUE incase of an Audit Attempt. Removed the check before the call to
952: IGS_EN_PRC_LOAD.ENRP_CLC_SUA_LOAD.
953: vkarthik 22-Jul-2004 Added three dummy variables l_audit_cp, l_billing_cp, l_enrolled_cp for all the calls to
954: igs_en_prc_load.enrp_clc_sua_load towards EN308 Billable credit points build Enh#3782329
955: ******************************************************************/
956:

Line 954: igs_en_prc_load.enrp_clc_sua_load towards EN308 Billable credit points build Enh#3782329

950: knaraset As part of ENCR013-modified the calculation of Unit Attempts CP
951: myoganat 16-JUN-2003 Bug# 2855870 - Added code to return TRUE incase of an Audit Attempt. Removed the check before the call to
952: IGS_EN_PRC_LOAD.ENRP_CLC_SUA_LOAD.
953: vkarthik 22-Jul-2004 Added three dummy variables l_audit_cp, l_billing_cp, l_enrolled_cp for all the calls to
954: igs_en_prc_load.enrp_clc_sua_load towards EN308 Billable credit points build Enh#3782329
955: ******************************************************************/
956:
957: -- Cursor for getting the Teaching Calendar Type and its Sequence number for the UOO_ID passed
958: CURSOR cur_uoo_id

Line 1109: l_total_eftsu_cp := igs_en_prc_load.enrp_clc_eftsu_total( p_person_id => p_person_id,

1105: -- if no academic calendar is defined for the program,person then the function
1106: -- should return FALSE
1107: IF ( l_acad_cal_type IS NOT NULL AND l_acad_ci_sequence_number IS NOT NULL) THEN
1108: -- Get the total existing credit points for the Units he has already enrolled for the same academic period
1109: l_total_eftsu_cp := igs_en_prc_load.enrp_clc_eftsu_total( p_person_id => p_person_id,
1110: p_course_cd => p_program_cd,
1111: p_acad_cal_type => l_acad_cal_type,
1112: p_acad_sequence_number => l_acad_ci_sequence_number,
1113: p_load_cal_type => p_load_calendar_type,

Line 1141: l_unit_incurred_cp := Igs_En_Prc_Load.enrp_clc_sua_load(

1137:
1138:
1139: -- Calling below method to get Incurred CP for the Unit, from Override Limit If defined, otherwise from Enrolled CP of Unit.
1140: -- Added this code as part of bug 2401891
1141: l_unit_incurred_cp := Igs_En_Prc_Load.enrp_clc_sua_load(
1142: p_unit_cd => l_cur_uoo_id.unit_cd,
1143: p_version_number => l_cur_uoo_id.version_number,
1144: p_cal_type => l_cur_uoo_id.cal_type,
1145: p_ci_sequence_number => l_cur_uoo_id.ci_sequence_number,

Line 2220: igs_en_prc_load.enrp_clc_sua_load towards EN308 Billable credit points build Enh#3782329

2216:
2217: myoganat 16-JUN-2003 Added cursor c_assessment to check for an audit attempt and if it is, the function
2218: will return TRUE
2219: vkarthik 22-Jul-2004 Added three dummy variables l_audit_cp, l_billing_cp, l_enrolled_cp for all the calls to
2220: igs_en_prc_load.enrp_clc_sua_load towards EN308 Billable credit points build Enh#3782329
2221: ******************************************************************/
2222:
2223: --
2224: -- Cursor to fetch the Unit Offering Details

Line 2246: -- that incur a Load in the given Load Calendar. IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR determines whether a nominated student unit

2242: cop.ci_sequence_number = cp_ci_sequence_number;
2243:
2244: -- Cursor to fetch the Student Unit Attempt Details. The cursor queries all the Units that are attempted by the student
2245: -- in all the Teaching Calendars that are subordinate to the given Academic Calendar The cursor also selects only Unit Attempts
2246: -- that incur a Load in the given Load Calendar. IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR determines whether a nominated student unit
2247: -- attempt incurs load for a nominated load calendar.
2248:
2249: -- modified this cursor as a part of EN317 Build bug#4377985
2250: -- CURSOR c_sua_uv was modified to remove academic calendar instance relationship.

Line 2278: ((IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR(

2274: sua.cal_type = ltt.teach_cal_type AND
2275: sua.ci_sequence_number = ltt.teach_ci_sequence_number AND
2276: ltt.load_cal_type = cp_load_cal_type AND
2277: ltt.load_ci_sequence_number = cp_load_ci_sequence_number AND
2278: ((IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR(
2279: sua.cal_type,
2280: sua.ci_sequence_number,
2281: sua.discontinued_dt,
2282: sua.administrative_unit_status,

Line 2494: l_sua_cp := IGS_EN_PRC_LOAD.enrp_clc_sua_load(

2490: p_load_cal_type,
2491: p_load_ci_sequence_number) LOOP
2492:
2493: -- Call routine to get the load for the SUA within the 'working' load calendar instance.
2494: l_sua_cp := IGS_EN_PRC_LOAD.enrp_clc_sua_load(
2495: v_sua_uv_row.unit_cd,
2496: v_sua_uv_row.version_number,
2497: v_sua_uv_row.cal_type,
2498: v_sua_uv_row.ci_sequence_number,