DBA Data[Home] [Help]

APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_PR_CP_GPA

Line 518: igs_pr_cp_gpa.get_gpa_stats(

514: END;
515:
516: BEGIN
517:
518: igs_pr_cp_gpa.get_gpa_stats(
519: p_person_id,
520: enrl_std_rec.course_cd,
521: NULL,
522: enrl_dtl_rec.enrl_load_cal_type,

Line 546: igs_pr_cp_gpa.get_gpa_stats( --Calculation of current GPA

542: END;
543:
544: BEGIN
545:
546: igs_pr_cp_gpa.get_gpa_stats( --Calculation of current GPA
547: p_person_id,
548: enrl_std_rec.course_cd,
549: NULL,
550: enrl_dtl_rec.enrl_load_cal_type,

Line 573: IGS_PR_CP_GPA.get_cp_stats(

569: END;
570:
571: BEGIN -- Achieved Credit Points
572:
573: IGS_PR_CP_GPA.get_cp_stats(
574: p_person_id => p_person_id ,
575: p_course_cd => enrl_std_rec.course_cd,
576: p_stat_type => NULL,
577: p_load_cal_type => enrl_dtl_rec.enrl_load_cal_type,