DBA Data[Home] [Help]

APPS.BSC_AW_CALENDAR dependencies on FND_LOG

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

1423: bsc_aw_utility.create_perm_tables;
1424: bsc_aw_utility.release_db_lock('bsc_aw_table_create_lock');
1425: /* */
1426: if bsc_aw_utility.get_parameter_value(bsc_aw_utility.g_options,'DEBUG LOG')='Y'
1427: or bsc_aw_utility.g_log_level>=FND_LOG.G_CURRENT_RUNTIME_LEVEL then
1428: g_debug:=true;
1429: else
1430: g_debug:=false;
1431: end if;