DBA Data[Home] [Help]

APPS.PER_GB_TAX_BEN_PKG dependencies on FND_FILE

Line 189: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

185: --hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
186: -- hr_utility.set_message_token (800, 'LINE', l_line_read);
187: -- Write the message to log file, do not raise an application error but continue
188: -- (with next line)
189: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
190: WHEN e_no_matching_element
191: -- The element_name or element_id provided does not match an element in the database
192: THEN
193: -- Set retcode to 1, indicating a WARNING to the ConcMgr

Line 203: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

199: --hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
200: --hr_utility.set_message_token (800, 'LINE', l_line_read);
201: -- Write the message to log file, do not raise an application error but continue
202: -- (with next line)
203: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
204: WHEN e_no_matching_assignment
205: -- The assignment id or assignment number provided do not match an assignment in the database
206: THEN
207: -- Set retcode to 1, indicating a WARNING to the ConcMgr

Line 217: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

213: --hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
214: --hr_utility.set_message_token (800, 'LINE', l_line_read);
215: -- Write the message to log file, do not raise an application error but continue
216: -- (with next line)
217: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
218: WHEN e_wrong_id_type
219: -- The id type provided provided does not match P(erson), N(ational Identifier),
220: -- E(mployee number or A(ssignment). Currently these are the only id's accepted.
221: THEN

Line 232: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

228: --hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
229: --hr_utility.set_message_token (800, 'LINE', l_line_read);
230: -- Write the message to log file, do not raise an application error but continue
231: -- (with next line)
232: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
233: WHEN e_effective_date_issue
234: -- The dates provided for the effective date fields are not in the correct format
235: THEN
236: -- Set retcode to 1, indicating a WARNING to the ConcMgr

Line 247: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

243: --hr_utility.set_message_token (800,'FORMAT',fnd_date.user_mask);
244: --hr_utility.set_message_token (800, 'LINE', l_line_read);
245: -- Write the message to log file, do not raise an application error but continue
246: -- (with next line)
247: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
248: WHEN VALUE_ERROR
249: -- A field in the file does not match type with the field in the BEE table or the field
250: -- is to long
251: THEN

Line 262: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

258: --hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
259: --hr_utility.set_message_token (800, 'LINE', l_line_read);
260: -- Write the message to log file, do not raise an application error but continue
261: -- (with next line)
262: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
263: END;
264: END LOOP read_lines_in_file;
265:
266: -- Commit the outstanding records