[Home] [Help]
3476: fnd_file.new_line(fnd_file.log,1);
3477:
3478: -- FA 149 Enhancements
3479: -- Check if the award year is COD-XML or not
3480: IF (igf_sl_dl_validation.check_full_participant(l_cal_type,l_seq_number,'DL')) THEN
3481: -- Incase of COD-XML award year support loans with ready to send status
3482: IF l_interface.loan_status_code <> 'G' THEN
3483: fnd_message.set_name('IGF','IGF_SL_STATUS_NOT_RDY');
3484: fnd_file.put_line(fnd_file.log,RPAD(l_error,12) || fnd_message.get);