DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_TUITION_FEE_CODES

Line 2531: FROM igf_gr_tuition_fee_codes tfee, igf_ap_batch_aw_map_all batch

2527: AND alt.sys_awd_yr = batch.sys_award_year
2528: )
2529: AND EXISTS(
2530: SELECT 'X'
2531: FROM igf_gr_tuition_fee_codes tfee, igf_ap_batch_aw_map_all batch
2532: WHERE batch.ci_cal_type = cp_ci_cal_type
2533: AND batch.ci_sequence_number = cp_ci_sequence_number
2534: AND batch.sys_award_year = tfee.sys_awd_yr
2535: )