DBA Data[Home] [Help]

APPS.HRI_BPL_SYSTEM dependencies on FND_PROFILE

Line 13: nvl(fnd_profile.value('HRI_DBI_FORCE_SHARED_HR'),'N') = 'Y' THEN

9: BEGIN
10:
11: -- Check the product installation and the HRI profile option
12: IF hr_general.chk_product_installed(800) = 'FALSE' OR
13: nvl(fnd_profile.value('HRI_DBI_FORCE_SHARED_HR'),'N') = 'Y' THEN
14: g_full_hr_install := 'N';
15: ELSE
16: g_full_hr_install := 'Y';
17: END IF;