DBA Data[Home] [Help]

APPS.IGS_PR_GEN_003 dependencies on IGS_PR_CP_GPA

Line 591: -- to calcualate period_gpa and course_gpa with igs_pr_cp_gpa.get_all_stats

587: --Who When What
588: -- Prajeesh 21-apr-2002 When the course_gpa,period_gpa,course_wam,period_wam
589: -- is null then nvl to 0
590: --svanukur 30-jul-2003 replaced the call to the fnction IGS_PR_GEN_006.IGS_PR_GET_STD_GPA
591: -- to calcualate period_gpa and course_gpa with igs_pr_cp_gpa.get_all_stats
592: -- as partof bug 3031749
593: --svanukur 07-aug-03 undoing the above mentioned changes to revert back to the original file
594: since this file is not being modified as part of the bug#3031749
595: -------------------------------------------------------------------*/

Line 693: IGS_PR_CP_GPA.get_gpa_stats(

689: -- End of new code added to fix Bug# 3103892; nalkumar; 22-Aug-2003
690: IF v_calculate_gpa_ind = 'Y' THEN
691: --
692: -- Start of new code added to fix Bug# 3103892; nalkumar; 22-Aug-2003
693: IGS_PR_CP_GPA.get_gpa_stats(
694: p_person_id => p_person_id,
695: p_course_cd => p_course_cd ,
696: p_stat_type => NULL,
697: p_load_cal_type => rec_cir.cal_type,

Line 747: IGS_PR_CP_GPA.get_gpa_stats(

743: p_prg_sequence_number);
744: */
745: --
746: -- Start of new code added to fix Bug# 3103892; nalkumar; 22-Aug-2003
747: IGS_PR_CP_GPA.get_gpa_stats(
748: p_person_id => p_person_id,
749: p_course_cd => p_course_cd ,
750: p_stat_type => NULL,
751: p_load_cal_type => rec_cir.cal_type,