DBA Data[Home] [Help]

APPS.IGF_DB_DL_ORIG_ACK dependencies on IGF_SL_DL_VALIDATION

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

423: CLOSE award_year_cur;
424:
425: -- Check wether the awarding year is COD-XML processing Year or not
426: l_cod_year_flag := NULL;
427: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (award_year_rec.ci_cal_type,award_year_rec.ci_sequence_number,'DL');
428:
429: -- If the award year is FULL_PARTICIPANT then raise the error message
430: -- and stop processing else continue the process
431: IF l_cod_year_flag THEN