DBA Data[Home] [Help]

APPS.HRI_BPL_FAST_FORMULA dependencies on FND_PROFILE

Line 24: g_debug_flag VARCHAR2(1) := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');

20: --
21: -- ----------------------------------------------------------------------------
22: -- DEFINE GLOBALS
23: --
24: g_debug_flag VARCHAR2(1) := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');
25: --
26: -- Global used to store the previous rating scale id used.
27: --
28: g_rating_scale_id NUMBER;

Line 281: l_frc_shrd_hr_prfl_val := NVL(fnd_profile.value('HRI_DBI_FORCE_SHARED_HR'),'N');

277: BEGIN
278: --
279: -- Check if this we are on a shared HR environment
280: --
281: l_frc_shrd_hr_prfl_val := NVL(fnd_profile.value('HRI_DBI_FORCE_SHARED_HR'),'N');
282: l_hr_installed := hr_general.chk_product_installed(800);
283: --
284: -- If we are in a shared HR environment, then fast formula are not required
285: -- and the process should do nothing.

Line 1315: g_debug_flag := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');

1311: dbg('Starting FastFormula check (Ad Hoc).');
1312: --
1313: -- Debugging on the process is enabled by profile HRI:Enable Detailed Logging
1314: --
1315: g_debug_flag := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');
1316: --
1317: dbg('profile HRI:Enable Detailed Logging = '|| g_debug_flag);
1318: --
1319: -- If foundation HR mode is detected then do nothing.