DBA Data[Home] [Help]

APPS.IGF_GR_PELL_CALC dependencies on IGS_PS_TYPE_V

Line 2143: igs_ps_type_v ptype

2139: FROM
2140: igs_en_stdnt_ps_att en,
2141: igf_ap_fa_base_rec fa,
2142: igs_ps_ver pver,
2143: igs_ps_type_v ptype
2144: WHERE
2145: fa.base_id = l_base_id AND
2146: en.person_id = fa.person_id AND
2147: en.course_cd = pver.course_cd AND

Line 3087: igs_ps_type_v ptype

3083: FROM
3084: igs_en_stdnt_ps_att en,
3085: igf_ap_fa_base_rec fa,
3086: igs_ps_ver pver,
3087: igs_ps_type_v ptype
3088: WHERE
3089: fa.base_id = l_base_id AND
3090: en.person_id = fa.person_id AND
3091: en.course_cd = pver.course_cd AND