DBA Data[Home] [Help]

APPS.PAY_JP_GENERIC_UPGRADE_PKG dependencies on FND_MESSAGE

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 569: rpad(fnd_message.get_string('PER', 'OH_FULL_NAME'), 30) || ' ' ||

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;
573: g_num_errors := g_num_errors + 1;

Line 570: fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));

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;
573: g_num_errors := g_num_errors + 1;
574: --

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 1482: rpad(fnd_message.get_string('PAY', 'PAY_JP_ASSIGNMENT_ID'), 30) || ' ' || fnd_message.get_string('FND', 'FND_MESSAGE_TYPE_ERROR'));

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;
1486: --