DBA Data[Home] [Help]

APPS.PAY_JP_GENERIC_UPGRADE_PKG dependencies on FND_FILE

Line 567: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PREV_JOB_UPG'));

563: end;
564: exception
565: when others then
566: if g_num_errors = 0 then
567: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PREV_JOB_UPG'));
568: fnd_file.put_line(fnd_file.log,
569: rpad(fnd_message.get_string('PER', 'OH_FULL_NAME'), 30) || ' ' ||
570: fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
571: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));

Line 568: fnd_file.put_line(fnd_file.log,

564: exception
565: when others then
566: if g_num_errors = 0 then
567: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PREV_JOB_UPG'));
568: fnd_file.put_line(fnd_file.log,
569: rpad(fnd_message.get_string('PER', 'OH_FULL_NAME'), 30) || ' ' ||
570: fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
571: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
572: end if;

Line 571: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));

567: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PREV_JOB_UPG'));
568: fnd_file.put_line(fnd_file.log,
569: rpad(fnd_message.get_string('PER', 'OH_FULL_NAME'), 30) || ' ' ||
570: fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
571: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
572: end if;
573: g_num_errors := g_num_errors + 1;
574: --
575: fnd_file.put_line(fnd_file.log, rpad(l_full_name, 30) || ' ' || sqlerrm);

Line 575: fnd_file.put_line(fnd_file.log, rpad(l_full_name, 30) || ' ' || sqlerrm);

571: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
572: end if;
573: g_num_errors := g_num_errors + 1;
574: --
575: fnd_file.put_line(fnd_file.log, rpad(l_full_name, 30) || ' ' || sqlerrm);
576: raise;
577: end upgrade_prev_job;
578: -- |-------------------------------------------------------------------|
579: -- |-------------------< entries_or_results_exist >--------------------|

Line 1480: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PRE_TAX_UPG'));

1476: --
1477: exception
1478: when others then
1479: if g_num_errors = 0 then
1480: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PRE_TAX_UPG'));
1481: fnd_file.put_line(fnd_file.log,
1482: rpad(fnd_message.get_string('PAY', 'PAY_JP_ASSIGNMENT_ID'), 30) || ' ' || fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
1483: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
1484: end if;

Line 1481: fnd_file.put_line(fnd_file.log,

1477: exception
1478: when others then
1479: if g_num_errors = 0 then
1480: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PRE_TAX_UPG'));
1481: fnd_file.put_line(fnd_file.log,
1482: rpad(fnd_message.get_string('PAY', 'PAY_JP_ASSIGNMENT_ID'), 30) || ' ' || fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
1483: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
1484: end if;
1485: g_num_errors := g_num_errors + 1;

Line 1483: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));

1479: if g_num_errors = 0 then
1480: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PRE_TAX_UPG'));
1481: fnd_file.put_line(fnd_file.log,
1482: rpad(fnd_message.get_string('PAY', 'PAY_JP_ASSIGNMENT_ID'), 30) || ' ' || fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
1483: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
1484: end if;
1485: g_num_errors := g_num_errors + 1;
1486: --
1487: fnd_file.put_line(fnd_file.log, rpad(p_assignment_id, 30) || ' ' || sqlerrm);

Line 1487: fnd_file.put_line(fnd_file.log, rpad(p_assignment_id, 30) || ' ' || sqlerrm);

1483: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
1484: end if;
1485: g_num_errors := g_num_errors + 1;
1486: --
1487: fnd_file.put_line(fnd_file.log, rpad(p_assignment_id, 30) || ' ' || sqlerrm);
1488: raise;
1489: end upgrade_jp_pre_tax;
1490: -- |-------------------------------------------------------------------|
1491: -- |-------------------< validate_yea_national_pens >------------------|