DBA Data[Home] [Help]

APPS.IGF_SL_DL_PNOTE_ACK dependencies on IGF_SL_DL_VALIDATION

Line 247: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (award_year_rec.ci_cal_type,award_year_rec.ci_sequence_number,'DL');

243: CLOSE award_year_cur;
244:
245: -- Check wether the awarding year is COD-XML processing Year or not
246: l_cod_year_flag := NULL;
247: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (award_year_rec.ci_cal_type,award_year_rec.ci_sequence_number,'DL');
248:
249: -- If the award year is FULL_PARTICIPANT then raise the error message
250: -- and stop processing else continue the process
251: IF l_cod_year_flag THEN