DBA Data[Home] [Help]

APPS.IGS_PR_ACAD_DETAILS dependencies on IGS_PR_CP_GPA

Line 88: -- igs_pr_cp_gpa.get_sua_gpa and igs_pr_cp_gpa.get_sua_cp

84: --
85: -- Get the Student Unit Attempt CP and GPA values
86: --
87: -- As part of FA111 build bug 2708843 replaced the calls to
88: -- igs_pr_cp_gpa.get_sua_gpa and igs_pr_cp_gpa.get_sua_cp
89: -- with a single call to igs_pr_cp_gpa.get_sua_all
90: --
91: -- kdande; 23-Apr-2003; Bug# 2829262
92: -- Added uoo_id parameter to the igs_pr_cp_gpa.get_sua_all FUNCTION call

Line 89: -- with a single call to igs_pr_cp_gpa.get_sua_all

85: -- Get the Student Unit Attempt CP and GPA values
86: --
87: -- As part of FA111 build bug 2708843 replaced the calls to
88: -- igs_pr_cp_gpa.get_sua_gpa and igs_pr_cp_gpa.get_sua_cp
89: -- with a single call to igs_pr_cp_gpa.get_sua_all
90: --
91: -- kdande; 23-Apr-2003; Bug# 2829262
92: -- Added uoo_id parameter to the igs_pr_cp_gpa.get_sua_all FUNCTION call
93: --

Line 92: -- Added uoo_id parameter to the igs_pr_cp_gpa.get_sua_all FUNCTION call

88: -- igs_pr_cp_gpa.get_sua_gpa and igs_pr_cp_gpa.get_sua_cp
89: -- with a single call to igs_pr_cp_gpa.get_sua_all
90: --
91: -- kdande; 23-Apr-2003; Bug# 2829262
92: -- Added uoo_id parameter to the igs_pr_cp_gpa.get_sua_all FUNCTION call
93: --
94: igs_pr_cp_gpa.get_sua_all (
95: p_person_id => p_person_id,
96: p_course_cd => p_course_cd,

Line 94: igs_pr_cp_gpa.get_sua_all (

90: --
91: -- kdande; 23-Apr-2003; Bug# 2829262
92: -- Added uoo_id parameter to the igs_pr_cp_gpa.get_sua_all FUNCTION call
93: --
94: igs_pr_cp_gpa.get_sua_all (
95: p_person_id => p_person_id,
96: p_course_cd => p_course_cd,
97: p_unit_cd => p_unit_cd,
98: p_unit_version_number => p_version_number,

Line 168: replaced the calls to igs_pr_cp_gpa.get_cp_stats

164: -- Term Student Program Attempt GPA values
165: --
166: /*
167: As part of FA111 build bug 2708843
168: replaced the calls to igs_pr_cp_gpa.get_cp_stats
169: and igs_pr_cp_gpa.get_gpa_stats with a single call to
170: igs_pr_cp_gpa.get_all_stats
171: */
172: igs_pr_cp_gpa.get_all_stats(

Line 169: and igs_pr_cp_gpa.get_gpa_stats with a single call to

165: --
166: /*
167: As part of FA111 build bug 2708843
168: replaced the calls to igs_pr_cp_gpa.get_cp_stats
169: and igs_pr_cp_gpa.get_gpa_stats with a single call to
170: igs_pr_cp_gpa.get_all_stats
171: */
172: igs_pr_cp_gpa.get_all_stats(
173: p_person_id => p_person_id,

Line 170: igs_pr_cp_gpa.get_all_stats

166: /*
167: As part of FA111 build bug 2708843
168: replaced the calls to igs_pr_cp_gpa.get_cp_stats
169: and igs_pr_cp_gpa.get_gpa_stats with a single call to
170: igs_pr_cp_gpa.get_all_stats
171: */
172: igs_pr_cp_gpa.get_all_stats(
173: p_person_id => p_person_id,
174: p_course_cd => p_course_cd,

Line 172: igs_pr_cp_gpa.get_all_stats(

168: replaced the calls to igs_pr_cp_gpa.get_cp_stats
169: and igs_pr_cp_gpa.get_gpa_stats with a single call to
170: igs_pr_cp_gpa.get_all_stats
171: */
172: igs_pr_cp_gpa.get_all_stats(
173: p_person_id => p_person_id,
174: p_course_cd => p_course_cd,
175: p_stat_type => p_stat_type,
176: p_load_cal_type => p_load_cal_type,

Line 197: replaced the calls to igs_pr_cp_gpa.get_cp_stats

193: -- and Student Program Attempt GPA values
194: --
195: /*
196: As part of FA111 build bug 2708843
197: replaced the calls to igs_pr_cp_gpa.get_cp_stats
198: and igs_pr_cp_gpa.get_gpa_stats with a single call to
199: igs_pr_cp_gpa.get_all_stats
200: */
201: igs_pr_cp_gpa.get_all_stats(

Line 198: and igs_pr_cp_gpa.get_gpa_stats with a single call to

194: --
195: /*
196: As part of FA111 build bug 2708843
197: replaced the calls to igs_pr_cp_gpa.get_cp_stats
198: and igs_pr_cp_gpa.get_gpa_stats with a single call to
199: igs_pr_cp_gpa.get_all_stats
200: */
201: igs_pr_cp_gpa.get_all_stats(
202: p_person_id => p_person_id,

Line 199: igs_pr_cp_gpa.get_all_stats

195: /*
196: As part of FA111 build bug 2708843
197: replaced the calls to igs_pr_cp_gpa.get_cp_stats
198: and igs_pr_cp_gpa.get_gpa_stats with a single call to
199: igs_pr_cp_gpa.get_all_stats
200: */
201: igs_pr_cp_gpa.get_all_stats(
202: p_person_id => p_person_id,
203: p_course_cd => p_course_cd,

Line 201: igs_pr_cp_gpa.get_all_stats(

197: replaced the calls to igs_pr_cp_gpa.get_cp_stats
198: and igs_pr_cp_gpa.get_gpa_stats with a single call to
199: igs_pr_cp_gpa.get_all_stats
200: */
201: igs_pr_cp_gpa.get_all_stats(
202: p_person_id => p_person_id,
203: p_course_cd => p_course_cd,
204: p_stat_type => p_stat_type,
205: p_load_cal_type => p_load_cal_type,