DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG dependencies on IGF_SL_DL_VALIDATION

Line 270: IF (igf_sl_dl_validation.check_full_participant (lv_cal_type, lv_cal_seq_num,'DL') ) THEN

266: lv_cal_type := rtrim(substr(p_award_year,1,10));
267: lv_cal_seq_num := rtrim(substr(p_award_year,11));
268:
269: -- Check whether the award year is full participant
270: IF (igf_sl_dl_validation.check_full_participant (lv_cal_type, lv_cal_seq_num,'DL') ) THEN
271: -- Log an error message
272: fnd_message.set_name('IGF','IGF_SL_COD_NO_ORIG');
273: fnd_file.put_line(fnd_file.log,fnd_message.get);
274: raise yr_full_participant;

Line 337: lv_bool := igf_sl_dl_validation.dl_lar_validate(lv_cal_type, lv_cal_seq_num,

333: -- an intermediate status "Valid and Ready to Send". These records only be
334: -- Originated. Further, if any exception occurs while processing, then
335: -- this intermadiate status needs to be rolledback.
336:
337: lv_bool := igf_sl_dl_validation.dl_lar_validate(lv_cal_type, lv_cal_seq_num,
338: p_dl_loan_catg, p_loan_number, 'JOB', p_school_code);
339:
340:
341: -- Create an origination File only if there are ACTIVE loan records