DBA Data[Home] [Help]

APPS.IGF_DB_DL_DISB_ORIG dependencies on IGF_SL_DL_VALIDATION

Line 156: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (lv_cal_type, lv_cal_seq_num,'DL');

152: lv_cal_seq_num := rtrim(substr(p_award_year,11));
153:
154: -- Check wether the awarding year is COD-XML processing Year or not
155: l_cod_year_flag := NULL;
156: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (lv_cal_type, lv_cal_seq_num,'DL');
157:
158: -- If the award year is FULL_PARTICIPANT then raise the error message and stop processing
159: -- else continue the process
160: IF l_cod_year_flag THEN