DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_REG_AMTS

Line 2517: FROM igf_gr_reg_amts reg, igf_ap_batch_aw_map_all batch

2513: SELECT 'x'
2514: FROM DUAL
2515: WHERE EXISTS(
2516: SELECT 'x'
2517: FROM igf_gr_reg_amts reg, igf_ap_batch_aw_map_all batch
2518: WHERE batch.ci_cal_type = cp_ci_cal_type
2519: AND batch.ci_sequence_number = cp_ci_sequence_number
2520: AND batch.sys_award_year = reg.sys_awd_yr
2521: )