DBA Data[Home] [Help]

APPS.EDW_METADATA_REFRESH dependencies on EDW_OWB_COLLECTION_UTIL

Line 61: g_op_table_space:=EDW_OWB_COLLECTION_UTIL.get_table_space(g_bis_owner);

57: end if;
58: end if;
59: end if;
60: if g_op_table_space is null then
61: g_op_table_space:=EDW_OWB_COLLECTION_UTIL.get_table_space(g_bis_owner);
62: end if;
63: log('Operational tablespance is : ' || g_op_table_space);
64: /*******/
65:

Line 924: edw_owb_collection_util.write_to_log_file_n(p_message);

920: End;
921:
922: procedure log(p_message varchar2) is
923: Begin
924: edw_owb_collection_util.write_to_log_file_n(p_message);
925: Exception when others then
926: g_status_message:=sqlerrm;
927: null;
928: End;

Line 1768: EDW_OWB_COLLECTION_UTIL.init_all('MD_LOAD',null,l_dir);

1764: Begin
1765: l_dir:='bis';
1766: l_dir:=l_dir||'.'||'edw';
1767: l_dir:=l_dir||'.'||'metadata_refresh';
1768: EDW_OWB_COLLECTION_UTIL.init_all('MD_LOAD',null,l_dir);
1769: Exception when others then
1770: null;
1771: End;
1772: