DBA Data[Home] [Help]

APPS.IGF_AW_FISAP_PKG dependencies on IGS_PS_DEGREES

Line 187: IGS_PS_DEGREES degree,

183:
184: CURSOR cur_earned_degrees(cp_person_id NUMBER, cp_fa_program_type VARCHAR2) IS
185: SELECT ptype.fin_aid_program_type
186: FROM IGS_AD_ACAD_HISTORY_V acadhist,
187: IGS_PS_DEGREES degree,
188: IGS_PS_TYPE_ALL ptype
189: WHERE acadhist.degree_earned = degree.degree_cd
190: AND degree.program_type = ptype.course_type
191: AND acadhist.person_id = cp_person_id