DBA Data[Home] [Help]

APPS.IGS_PR_CLASS_RANK dependencies on IGS_CA_INST

Line 30: p_cal_type IN igs_ca_inst.cal_type%TYPE,

26: FUNCTION get_cum_gpa (
27: p_person_id IN igs_en_sca_v.person_id%TYPE,
28: p_course_cd IN igs_en_sca_v.course_cd%TYPE,
29: p_cohort_name IN igs_pr_cohort.cohort_name%TYPE,
30: p_cal_type IN igs_ca_inst.cal_type%TYPE,
31: p_ci_sequence_number IN igs_ca_inst.sequence_number%TYPE,
32: p_stat_type IN VARCHAR2,
33: p_cumulative_ind IN VARCHAR2
34: ) RETURN NUMBER ;

Line 31: p_ci_sequence_number IN igs_ca_inst.sequence_number%TYPE,

27: p_person_id IN igs_en_sca_v.person_id%TYPE,
28: p_course_cd IN igs_en_sca_v.course_cd%TYPE,
29: p_cohort_name IN igs_pr_cohort.cohort_name%TYPE,
30: p_cal_type IN igs_ca_inst.cal_type%TYPE,
31: p_ci_sequence_number IN igs_ca_inst.sequence_number%TYPE,
32: p_stat_type IN VARCHAR2,
33: p_cumulative_ind IN VARCHAR2
34: ) RETURN NUMBER ;
35: