DBA Data[Home] [Help]

APPS.FII_COM_CC_DIM_MAPS_PKG dependencies on FND_PROFILE

Line 11: := NVL(FND_PROFILE.value('FII_DEBUG_MODE'), 'N');

7: g_phase VARCHAR2(120);
8: g_schema_name VARCHAR2(120) := 'FII';
9: g_retcode VARCHAR2(20) := NULL;
10: g_debug_mode VARCHAR2(1)
11: := NVL(FND_PROFILE.value('FII_DEBUG_MODE'), 'N');
12:
13: -- *******************************************************************
14: -- Initialize (Get the unassigned ID and the segments to which
15: -- Company and Cost Center Dimension is attached)

Line 28: l_dir := fnd_profile.value('BIS_DEBUG_LOG_DIRECTORY');

24:
25: ------------------------------
26: -- Do the set up for log file
27: ------------------------------
28: l_dir := fnd_profile.value('BIS_DEBUG_LOG_DIRECTORY');
29:
30: ------------------------------------------------------
31: -- Set default directory in case if the profile option
32: -- BIS_DEBUG_LOG_DIRECTORY is not set up