DBA Data[Home] [Help]

APPS.FF_FORMULA_WEBUI_PKG dependencies on FND_MESSAGE

Line 388: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');

384: -- Bug 11849712 Test if online patching is in progress, if so, block execution
385: --
386: if ad_zd.get_edition('PATCH') is not null then
387: -- an online patch is in progress, return error
388: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
389: raise_application_error ('-20000', fnd_message.get);
390: end if;
391: --
392: l_retval := fnd_transaction.synchronous(

Line 389: raise_application_error ('-20000', fnd_message.get);

385: --
386: if ad_zd.get_edition('PATCH') is not null then
387: -- an online patch is in progress, return error
388: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
389: raise_application_error ('-20000', fnd_message.get);
390: end if;
391: --
392: l_retval := fnd_transaction.synchronous(
393: timeout => l_timeout,

Line 541: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');

537: -- Bug 11849712 Test if online patching is in progress, if so, block execution
538: --
539: if ad_zd.get_edition('PATCH') is not null then
540: -- an online patch is in progress, return error
541: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
542: raise_application_error ('-20000', fnd_message.get);
543: end if;
544:
545: --

Line 542: raise_application_error ('-20000', fnd_message.get);

538: --
539: if ad_zd.get_edition('PATCH') is not null then
540: -- an online patch is in progress, return error
541: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
542: raise_application_error ('-20000', fnd_message.get);
543: end if;
544:
545: --
546: -- Enable multi-messaging

Line 1027: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');

1023: --
1024: if ad_zd.get_edition('PATCH') is not null then
1025: -- an online patch is in progress, return error
1026: hr_utility.trace('ff_formula_webui_pkg.submit_singlecompile patch in progress , cant submit formula compile');
1027: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
1028: raise_application_error ('-20000', fnd_message.get);
1029: end if;
1030: --
1031: l_request_id := fnd_request.submit_request

Line 1028: raise_application_error ('-20000', fnd_message.get);

1024: if ad_zd.get_edition('PATCH') is not null then
1025: -- an online patch is in progress, return error
1026: hr_utility.trace('ff_formula_webui_pkg.submit_singlecompile patch in progress , cant submit formula compile');
1027: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
1028: raise_application_error ('-20000', fnd_message.get);
1029: end if;
1030: --
1031: l_request_id := fnd_request.submit_request
1032: (application => 'FF'