DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_SL_DL_VALIDATION

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

1197: g_persid_grp := p_pers_id_grp;
1198:
1199: -- Check wether the awarding year is COD-XML processing Year or not
1200: l_cod_year_flag := NULL;
1201: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (l_ci_cal_type,l_ci_sequence_number,'PELL');
1202:
1203: -- This process is allowed to run only for PHASE_IN_PARTICIPANT
1204: -- If the award year is FULL_PARTICIPANT then raise the error message
1205: -- and stop processing else continue the process

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

1402: -- Check wether the awarding year is COD-XML processing Year or not
1403: -- This process is allowed to run only for PHASE_IN_PARTICIPANT
1404: -- If the award year is FULL_PARTICIPANT then raise the error message
1405: -- and stop processing else continue the process
1406: IF igf_sl_dl_validation.check_full_participant (l_ci_cal_type,l_ci_sequence_number,'PELL') THEN
1407:
1408: fnd_message.set_name('IGF','IGF_GR_COD_NO_DISB_ACK');
1409: fnd_file.put_line(fnd_file.log,fnd_message.get);
1410: RETURN;