DBA Data[Home] [Help]

OLAPSYS.OLAPFACTVIEW dependencies on CWM2_OLAP_METADATA_REFRESH

Line 256: cwm2_olap_metadata_refresh.mr_refresh;

252: -- INDEX_TEXT LONG);
253: numOfMV:= 1;
254: numOfdimMV:= 1;
255: -- eOutPath:= '/users/oracle';
256: cwm2_olap_metadata_refresh.mr_refresh;
257: eOwnerName:= UPPER(exOwnerName);
258: eCubeName:= UPPER(exCubeName);
259: IF UTL_FILE.IS_OPEN(filehandle) = FALSE THEN
260: filehandle := UTL_FILE.FOPEN(eOutPath,eOutFile,'w');

Line 2016: cwm2_olap_metadata_refresh.mr_refresh;

2012: numOfdimMV:= 1;
2013: -- eOutPath:= '/users/oracle';
2014: eOwnerName:= UPPER(exOwnerName);
2015: eCubeName:= UPPER(exCubeName);
2016: cwm2_olap_metadata_refresh.mr_refresh;
2017: -- IF UTL_FILE.IS_OPEN(filehandle) = FALSE THEN
2018: -- filehandle := UTL_FILE.FOPEN(eOutPath,eOutFile,'w');
2019: -- END IF;
2020: IF NOT curFactName%ISOPEN THEN