DBA Data[Home] [Help]

APPS.IGF_GR_PELL_CALC dependencies on FND_FILE

Line 2424: fnd_file.put_line(fnd_file.log, fnd_message.get);

2420: -- Check if the Pell Setup Payment periods are greater than the total number of payment periods
2421: IF l_terms_rec.total_terms > l_pell_setup_rec.payment_periods_num THEN
2422: fnd_message.set_name('IGF','IGF_GR_INVALID_PAY_PERIODS');
2423: fnd_message.set_token('REPORT_PELL_ID', l_pell_setup_rec.rep_pell_id);
2424: fnd_file.put_line(fnd_file.log, fnd_message.get);
2425:
2426: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2427: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_gr_pell_calc.calc_pell.debug','Pell Setup pymnt prds - > ' || TO_CHAR(l_pell_setup_rec.payment_periods_num) || ' Actual periods ->' || TO_CHAR(l_terms_rec.total_terms));
2428: END IF;