DBA Data[Home] [Help]

APPS.PAY_SE_TAX_TABLE_UPLOAD dependencies on FND_FILE

Line 697: fnd_file.put_line (fnd_file.LOG, hr_utility.GET_MESSAGE);

693: hr_utility.set_message_token (801, 'LINE', l_line_read);
694: hr_utility.set_location (l_proc, 260);
695: -- Write the message to log file, do not raise an application error but continue
696: -- (with next line)
697: fnd_file.put_line (fnd_file.LOG, hr_utility.GET_MESSAGE);
698:
699: -- *************************************
700: -- When 100 Records of different frequency type has been found.
701: WHEN e_diff_record_freq_limit

Line 726: fnd_file.put_line (fnd_file.LOG, hr_utility.GET_MESSAGE);

722: hr_utility.set_message_token (801, 'LINE', l_line_read);
723: hr_utility.set_location (l_proc, 260);
724: -- Write the message to log file, do not raise an application error but continue
725: -- (with next line)
726: fnd_file.put_line (fnd_file.LOG, hr_utility.GET_MESSAGE);
727: -- *************************************
728: WHEN e_empty_line
729: THEN
730: -- Set retcode to 1, indicating a WARNING to the ConcMgr

Line 737: fnd_file.put_line (fnd_file.LOG, hr_utility.GET_MESSAGE);

733: hr_utility.set_message (800, 'HR_377222_SE_EMPTY_LINE');
734: hr_utility.set_message_token (800, 'LINE_NO', l_batch_seq);
735: -- Write the message to log file, do not raise an application error but continue
736: -- (with next line)
737: fnd_file.put_line (fnd_file.LOG, hr_utility.GET_MESSAGE);
738: END; -- file reading Begin
739: END LOOP read_lines_in_file;
740:
741: -- Commit the outstanding records