DBA Data[Home] [Help]

APPS.BIS_DEBUG_LOG dependencies on FND_PROFILE

Line 17: l_dir:=fnd_profile.value('UTL_FILE_LOG');

13: Begin
14: g_module := get_bis_schema_name || '.' || NVL(p_log_file, 'BIS_DEBUG_LOG');
15: l_dir:=p_directory;
16: if l_dir is null then
17: l_dir:=fnd_profile.value('UTL_FILE_LOG');
18: if l_dir is null then
19: l_dir:='/sqlcom/log';
20: end if;
21: end if;

Line 24: --if fnd_profile.value('EDW_DEBUG')='Y' or

20: end if;
21: end if;
22: FND_FILE.PUT_NAMES(p_log_file,p_out_file,l_dir);
23:
24: --if fnd_profile.value('EDW_DEBUG')='Y' or
25: -- FND_LOG.G_CURRENT_RUNTIME_LEVEL=FND_LOG.LEVEL_STATEMENT
26: if FND_LOG.TEST( FND_LOG.LEVEL_STATEMENT , g_module ) then
27: g_debug:=true;
28: else