DBA Data[Home] [Help]

APPS.IGF_GR_GEN_XML dependencies on IGF_AP_BATCH_AW_MAP

Line 329: FROM IGF_AP_BATCH_AW_MAP bam

325: cp_sequence_number igs_ca_inst.sequence_number%TYPE) IS
326: SELECT bam.award_year_status_code,
327: bam.pell_participant_code,
328: bam.sys_award_year
329: FROM IGF_AP_BATCH_AW_MAP bam
330: WHERE bam.ci_cal_type = cp_cal_type
331: AND bam.ci_sequence_number = cp_sequence_number;
332: rec_awd_year cur_awd_year%ROWTYPE;
333: