DBA Data[Home] [Help]

APPS.BSC_OLAP_MAIN dependencies on BSC_IM_INT_MD

Line 425: BSC_IM_INT_MD.reset_int_metadata;

421: --reset
422: procedure reset is
423: Begin
424: write_to_log_file_n('Intermediate metadata reset');
425: BSC_IM_INT_MD.reset_int_metadata;
426: Exception when others then
427: BSC_IM_UTILS.g_status_message:=sqlerrm;
428: write_to_log_file_n('Error in reset '||sqlerrm);
429: raise;

Line 460: BSC_IM_INT_MD.set_globals(g_debug);

456: if BSC_IM_UTILS.set_global_dimensions=false then
457: return false;
458: end if;
459: BSC_BSC_ADAPTER.set_globals(g_debug);
460: BSC_IM_INT_MD.set_globals(g_debug);
461: BSC_MV_ADAPTER.set_globals(g_debug);
462: return true;
463: Exception when others then
464: BSC_IM_UTILS.g_status_message:=sqlerrm;