DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on FND_MESSAGE

Line 5586: errbuf := fnd_message.get;

5582: -- l_request_id passed as request_data to check the status of
5583: -- MSL_PERSON_LIST concurrent program.
5584:
5585: if l_request_id = 0 then
5586: errbuf := fnd_message.get;
5587: retcode := 2;
5588: else
5589: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
5590: request_data=> l_request_id );

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

6674: if sec_not_processed.count > 0 then
6675: --
6676: hr_utility.set_location(l_proc, 80);
6677: -- Setting the message to get the translated message text
6678: fnd_message.set_name('PER', 'PER_449705_SEC_UPDATE_FAILED');
6679: --
6680: errbuf := null;
6681: errbuf := nvl(fnd_message.get, 'PER_449705_SEC_UPDATE_FAILED');
6682: retcode := 1; -- Concurrent process finished with a warning.

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

6677: -- Setting the message to get the translated message text
6678: fnd_message.set_name('PER', 'PER_449705_SEC_UPDATE_FAILED');
6679: --
6680: errbuf := null;
6681: errbuf := nvl(fnd_message.get, 'PER_449705_SEC_UPDATE_FAILED');
6682: retcode := 1; -- Concurrent process finished with a warning.
6683: --
6684: -- Looping through the PL/SQL cache and writing to the concurrent
6685: -- log file.

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

6699: --
6700: when e_irec_not_installed then
6701: --
6702: -- Setting the message to get the translated message text
6703: fnd_message.set_name('PER', 'PER_449706_IRC_NOT_INSTALLED');
6704: --
6705: errbuf := null;
6706: errbuf := nvl(fnd_message.get, 'PER_449706_IRC_NOT_INSTALLED');
6707: retcode := 1; -- Concurrent process finished with a warning.

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

6702: -- Setting the message to get the translated message text
6703: fnd_message.set_name('PER', 'PER_449706_IRC_NOT_INSTALLED');
6704: --
6705: errbuf := null;
6706: errbuf := nvl(fnd_message.get, 'PER_449706_IRC_NOT_INSTALLED');
6707: retcode := 1; -- Concurrent process finished with a warning.
6708: --
6709: hr_utility.set_location('Leaving '||l_proc, 99);
6710: --