DBA Data[Home] [Help]

APPS.PAY_KR_BEE_UPLOAD dependencies on FND_FILE

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

360: hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
361: hr_utility.set_message_token (800, 'LINE', l_line_read);
362: -- Write the message to log file, do not raise an application error but continue
363: -- (with next line)
364: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
365:
366: WHEN e_no_matching_element
367: -- The element_name or element_id provided does not match an element in the database
368: THEN

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

373: hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
374: hr_utility.set_message_token (800, 'LINE', l_line_read);
375: -- Write the message to log file, do not raise an application error but continue
376: -- (with next line)
377: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
378:
379: WHEN e_no_matching_assignment
380: -- The assignment id or assignment number provided do not match an assignment in the database
381: THEN

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

386: hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
387: hr_utility.set_message_token (800, 'LINE', l_line_read);
388: -- Write the message to log file, do not raise an application error but continue
389: -- (with next line)
390: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
391:
392: WHEN e_wrong_id_type
393: -- The id type provided provided does not match P(erson), N(ational Identifier),
394: -- E(mployee number or A(ssignment). Currently these are the only id's accepted.

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

400: hr_utility.set_message_token (800, 'LINE_NR', l_batch_seq);
401: hr_utility.set_message_token (800, 'LINE', l_line_read);
402: -- Write the message to log file, do not raise an application error but continue
403: -- (with next line)
404: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
405:
406: WHEN e_effective_date_issue
407: -- The dates provided for the effective date fields are not in the correct format
408: THEN

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

418: hr_utility.set_message_token (800, 'LINE', l_line_read);
419: -- Write the message to log file, do not raise an application error but continue
420: -- (with next line)
421:
422: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
423:
424: WHEN e_conf_flag_not_set
425: -- The confirmation flag is not set in the text file for NPA process
426: THEN

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

433: hr_utility.set_message_token (800, 'LINE', l_line_read);
434: -- Write the message to log file, do not raise an application error but continue
435: -- (with next line)
436:
437: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
438:
439: WHEN VALUE_ERROR
440: -- A field in the file does not match type with the field in the BEE table or the field
441: -- is to long

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

452:
453: -- Write the message to log file, do not raise an application error but continue
454: -- (with next line)
455:
456: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
457: END;
458: END LOOP read_lines_in_file;
459:
460: -- Commit the outstanding records