[Home] [Help]
117:
118: -- Write the message to log file, do not raise an application error but continue
119: -- (with next line)
120:
121: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
122:
123:
124: WHEN e_empty_line THEN
125: -- Set retcode to 1, indicating a WARNING to the ConcMgr
133:
134: -- Write the message to log file, do not raise an application error but continue
135: -- (with next line)
136:
137: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
138:
139:
140: END;
141: