DBA Data[Home] [Help]

APPS.BSC_AW_ADAPTER dependencies on FND_LOG

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

217: bsc_aw_utility.create_perm_tables;
218: bsc_aw_utility.release_db_lock('bsc_aw_table_create_lock');
219: /* */
220: if bsc_aw_utility.get_parameter_value(bsc_aw_utility.g_options,'DEBUG LOG')='Y'
221: or bsc_aw_utility.g_log_level>=FND_LOG.G_CURRENT_RUNTIME_LEVEL then
222: g_debug:=true;
223: else
224: g_debug:=false;
225: end if;