DBA Data[Home] [Help]

APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_PS_CATEGORISE_ALL

Line 1013: FROM igs_ps_categorise_all ct where

1009: -- Check if the passed course version belongs to the course category parameter
1010: CURSOR c_prg_cat ( cp_course_cd igs_ps_ver_all.course_cd%TYPE,
1011: cp_version_number igs_ps_ver_all.version_number%TYPE ) IS
1012: SELECT course_cd,version_number
1013: FROM igs_ps_categorise_all ct where
1014: ct.course_cd = cp_course_cd AND
1015: ct.version_number = cp_version_number AND
1016: ct.course_cat = p_course_cat ;
1017: c_prg_cat_rec c_prg_cat%ROWTYPE ;