DBA Data[Home] [Help]

APPS.IGF_AP_PROCESS_CORRECTIONS dependencies on IGF_AP_BATCH_AW_MAP

Line 140: FROM igf_ap_batch_aw_map

136: -- Cursor dest_num_cur here is removed as eti_dest_num passed in parameter is being used.
137:
138: CURSOR batch_yr_cur IS
139: SELECT batch_year
140: FROM igf_ap_batch_aw_map
141: WHERE ci_cal_type = gv_cal_type
142: AND ci_sequence_number = gn_sequence_number;
143:
144: -- masehgal # 2885882 added in FACR113 SAR Updates

Line 419: FROM igf_ap_batch_aw_map map,

415:
416: CURSOR cur_get_sar_name (cp_base_id igf_ap_fa_base_rec.base_id%TYPE ,
417: l_sar_number igf_fc_sar_cd_mst.sar_field_number%TYPE ) IS
418: SELECT sar.sar_field_name
419: FROM igf_ap_batch_aw_map map,
420: igf_ap_fa_base_rec_all fabase ,
421: igf_fc_sar_cd_mst sar
422: WHERE fabase.base_id = cp_base_id
423: AND map.ci_cal_type = fabase.ci_cal_type