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 1474: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PRE_TAX_UPG'));

1470: --
1471: exception
1472: when others then
1473: if g_num_errors = 0 then
1474: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PRE_TAX_UPG'));
1475: fnd_file.put_line(fnd_file.log,
1476: rpad(fnd_message.get_string('PAY', 'PAY_JP_ASSIGNMENT_ID'), 30) || ' ' || fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
1477: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
1478: end if;

Line 1475: fnd_file.put_line(fnd_file.log,

1471: exception
1472: when others then
1473: if g_num_errors = 0 then
1474: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PRE_TAX_UPG'));
1475: fnd_file.put_line(fnd_file.log,
1476: rpad(fnd_message.get_string('PAY', 'PAY_JP_ASSIGNMENT_ID'), 30) || ' ' || fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
1477: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
1478: end if;
1479: g_num_errors := g_num_errors + 1;

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

1473: if g_num_errors = 0 then
1474: fnd_file.put_line(fnd_file.log, fnd_message.get_string('PAY', 'PAY_JP_RETRY_JP_PRE_TAX_UPG'));
1475: fnd_file.put_line(fnd_file.log,
1476: rpad(fnd_message.get_string('PAY', 'PAY_JP_ASSIGNMENT_ID'), 30) || ' ' || fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));
1477: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
1478: end if;
1479: g_num_errors := g_num_errors + 1;
1480: --
1481: fnd_file.put_line(fnd_file.log, rpad(p_assignment_id, 30) || ' ' || sqlerrm);

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

1477: fnd_file.put_line(fnd_file.log, rpad('-', 30, '-') || ' ' || rpad('-', 100, '-'));
1478: end if;
1479: g_num_errors := g_num_errors + 1;
1480: --
1481: fnd_file.put_line(fnd_file.log, rpad(p_assignment_id, 30) || ' ' || sqlerrm);
1482: raise;
1483: end upgrade_jp_pre_tax;
1484: -- |-------------------------------------------------------------------|
1485: -- |-------------------< validate_yea_national_pens >------------------|