DBA Data[Home] [Help]

APPS.BSC_AW_LOAD dependencies on FND_LOG

Line 278: or bsc_aw_utility.g_log_level>=FND_LOG.G_CURRENT_RUNTIME_LEVEL then

274: --------------------------------------------------------
275: procedure init_all is
276: Begin
277: if bsc_aw_utility.get_parameter_value(bsc_aw_utility.g_options,'DEBUG LOG')='Y'
278: or bsc_aw_utility.g_log_level>=FND_LOG.G_CURRENT_RUNTIME_LEVEL then
279: g_debug:=true;
280: else
281: g_debug:=false;
282: end if;