DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on FND_MESSAGE

Line 2706: errbuf := fnd_message.get;

2702: -- l_request_id passed as request_data to check the status of
2703: -- MSL_PERSON_LIST concurrent program.
2704:
2705: if l_request_id = 0 then
2706: errbuf := fnd_message.get;
2707: retcode := 2;
2708: else
2709: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
2710: request_data=> l_request_id );

Line 3681: fnd_message.set_name('PER', 'PER_449705_SEC_UPDATE_FAILED');

3677: if sec_not_processed.count > 0 then
3678: --
3679: hr_utility.set_location(l_proc, 80);
3680: -- Setting the message to get the translated message text
3681: fnd_message.set_name('PER', 'PER_449705_SEC_UPDATE_FAILED');
3682: --
3683: errbuf := null;
3684: errbuf := nvl(fnd_message.get, 'PER_449705_SEC_UPDATE_FAILED');
3685: retcode := 1; -- Concurrent process finished with a warning.

Line 3684: errbuf := nvl(fnd_message.get, 'PER_449705_SEC_UPDATE_FAILED');

3680: -- Setting the message to get the translated message text
3681: fnd_message.set_name('PER', 'PER_449705_SEC_UPDATE_FAILED');
3682: --
3683: errbuf := null;
3684: errbuf := nvl(fnd_message.get, 'PER_449705_SEC_UPDATE_FAILED');
3685: retcode := 1; -- Concurrent process finished with a warning.
3686: --
3687: -- Looping through the PL/SQL cache and writing to the concurrent
3688: -- log file.

Line 3706: fnd_message.set_name('PER', 'PER_449706_IRC_NOT_INSTALLED');

3702: --
3703: when e_irec_not_installed then
3704: --
3705: -- Setting the message to get the translated message text
3706: fnd_message.set_name('PER', 'PER_449706_IRC_NOT_INSTALLED');
3707: --
3708: errbuf := null;
3709: errbuf := nvl(fnd_message.get, 'PER_449706_IRC_NOT_INSTALLED');
3710: retcode := 1; -- Concurrent process finished with a warning.

Line 3709: errbuf := nvl(fnd_message.get, 'PER_449706_IRC_NOT_INSTALLED');

3705: -- Setting the message to get the translated message text
3706: fnd_message.set_name('PER', 'PER_449706_IRC_NOT_INSTALLED');
3707: --
3708: errbuf := null;
3709: errbuf := nvl(fnd_message.get, 'PER_449706_IRC_NOT_INSTALLED');
3710: retcode := 1; -- Concurrent process finished with a warning.
3711: --
3712: hr_utility.set_location('Leaving '||l_proc, 99);
3713: --