DBA Data[Home] [Help]

APPS.IGS_DA_XML_PKG dependencies on IGS_PR_CP_GPA

Line 30: bradhakr 01-mar-2005 bug -4210676 - Modify the procedure call igs_pr_cp_gpa.get_sua_all to include uoo_id

26: nmankodi 03-Nov-2004 Bug 3936708 - Changed the udpate_request_status procedure.
27: - Changed the update_req_students spec and body, added p_error_code
28: jhanda 17-Jan-2005 Bug 4114100 - Changed code added cursor c_ftr_val to check for sending a single
29: large xml containing information for all students
30: bradhakr 01-mar-2005 bug -4210676 - Modify the procedure call igs_pr_cp_gpa.get_sua_all to include uoo_id
31:
32: or multiple small xml's 1 for each student.
33: | nmankodi 11-Apr-2005 fnd_user.customer_id column has been changed to
34: | fnd_user.person_party_id as an ebizsuite wide TCA mandate.

Line 138: igs_pr_cp_gpa.get_sua_all (

134: CLOSE c_gsg;
135: --
136: -- Get the Student Unit Attempt CP and GPA values
137: --
138: igs_pr_cp_gpa.get_sua_all (
139: p_person_id => p_person_id,
140: p_course_cd => p_course_cd,
141: p_unit_cd => v_unit_cd,
142: p_unit_version_number => v_unit_version_number,

Line 203: igs_pr_cp_gpa.get_all_stats(

199: --
200: -- Get the Cum Student Program Attempt CP values
201: -- and Student Program Attempt GPA values
202: --
203: igs_pr_cp_gpa.get_all_stats(
204: p_person_id => p_person_id,
205: p_course_cd => p_course_cd,
206: p_stat_type => p_stat_type,
207: p_load_cal_type => p_load_cal_type,