DBA Data[Home] [Help]

APPS.IGF_AW_AWD_DISB_PKG dependencies on IGF_SL_DL_VALIDATION

Line 188: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (award_year_cal_rec.ci_cal_type,award_year_cal_rec.ci_sequence_number,'DL');

184: IF l_fund_code IN ('DLP','DLS','DLU') AND
185: award_year_cal_rec.award_status <> 'SIMULATED' AND
186: (NVL(loans_rec.loan_status,'*') <> 'S' OR NVL(loans_rec.loan_status,'S') <> 'S' ) THEN
187: l_loan_type := 'DL';
188: l_cod_year_flag := igf_sl_dl_validation.check_full_participant (award_year_cal_rec.ci_cal_type,award_year_cal_rec.ci_sequence_number,'DL');
189: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
190: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_awd_disb_pkg.after_dml.debug',' DL is true ' );
191: END IF;
192:

Line 196: (igf_sl_dl_validation.check_full_participant (award_year_cal_rec.ci_cal_type,award_year_cal_rec.ci_sequence_number,'PELL')) THEN

192:
193: ELSIF l_fund_code = 'PELL' AND
194: award_year_cal_rec.award_status <> 'SIMULATED' AND
195: NVL(pell_rec.orig_action_code,'*') <> 'S' AND
196: (igf_sl_dl_validation.check_full_participant (award_year_cal_rec.ci_cal_type,award_year_cal_rec.ci_sequence_number,'PELL')) THEN
197: l_loan_type := 'PELL';
198: l_cod_year_flag := TRUE;
199:
200: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN