DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_ORIG dependencies on IGF_SL_DL_VALIDATION

Line 1470: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (l_ci_cal_type,l_ci_sequence_number,'PELL');

1466: l_ci_sequence_number := NVL(TO_NUMBER(SUBSTR(award_year,11)),0);
1467:
1468: -- Check wether the awarding year is COD-XML processing Year or not
1469: l_cod_year_flag := NULL;
1470: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (l_ci_cal_type,l_ci_sequence_number,'PELL');
1471:
1472: -- This process is allowed to run only for PHASE_IN_PARTICIPANT
1473: -- If the award year is FULL_PARTICIPANT then raise the error message
1474: -- and stop processing else continue the process

Line 1636: IF igf_sl_dl_validation.check_full_participant (l_ci_cal_type,l_ci_sequence_number,'PELL') THEN

1632: -- Check wether the awarding year is COD-XML processing Year or not
1633: -- This process is allowed to run only for PHASE_IN_PARTICIPANT
1634: -- If the award year is FULL_PARTICIPANT then raise the error message
1635: -- and stop processing else continue the process
1636: IF igf_sl_dl_validation.check_full_participant (l_ci_cal_type,l_ci_sequence_number,'PELL') THEN
1637:
1638: fnd_message.set_name('IGF','IGF_GR_COD_NO_ORIG_ACK');
1639: fnd_file.put_line(fnd_file.log,fnd_message.get);
1640: RETURN;