DBA Data[Home] [Help]

APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PS_STDNT_TRN

Line 2204: FROM igs_ps_stdnt_trn

2200:
2201: -- smaddali modified this cursor to check transfer table instead of stdnt_ps_att table for bug 2396174
2202: CURSOR c_chk_trn IS
2203: SELECT course_cd
2204: FROM igs_ps_stdnt_trn
2205: WHERE person_id = p_person_id
2206: AND transfer_course_cd = p_course_cd
2207: ORDER BY transfer_dt DESC ;
2208: