DBA Data[Home] [Help]

APPS.HR_GBBAL dependencies on FND_MESSAGE

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

3248: -- Test if online patching is in progress, if so, block execution
3249: --
3250: if ad_zd.get_edition('PATCH') is not null then
3251: -- an online patch is in progress, return error
3252: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
3253: raise_application_error ('-20000', fnd_message.get);
3254: end if;
3255:
3256: ---------------------------

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

3249: --
3250: if ad_zd.get_edition('PATCH') is not null then
3251: -- an online patch is in progress, return error
3252: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
3253: raise_application_error ('-20000', fnd_message.get);
3254: end if;
3255:
3256: ---------------------------
3257: -- INSERT INTO FF_ROUTES --