DBA Data[Home] [Help]

APPS.FEM_BI_DIMENSION_UTILS_PKG dependencies on AD_MV

Line 1158: l_data_tablespace := ad_mv.g_mv_data_tablespace;

1154: l_storage :=
1155: ' STORAGE(INITIAL 4K NEXT '||p_next_extent||' MINEXTENTS 1 MAXEXTENTS UNLIMITED PCTINCREASE 0)';
1156:
1157: -- Get the data and index tablespace names for creating materialized views and their indexes
1158: l_data_tablespace := ad_mv.g_mv_data_tablespace;
1159: l_index_tablespace := ad_mv.g_mv_index_tablespace;
1160:
1161: ----------------------------------
1162: -- Get the Dimension's metadata --

Line 1159: l_index_tablespace := ad_mv.g_mv_index_tablespace;

1155: ' STORAGE(INITIAL 4K NEXT '||p_next_extent||' MINEXTENTS 1 MAXEXTENTS UNLIMITED PCTINCREASE 0)';
1156:
1157: -- Get the data and index tablespace names for creating materialized views and their indexes
1158: l_data_tablespace := ad_mv.g_mv_data_tablespace;
1159: l_index_tablespace := ad_mv.g_mv_index_tablespace;
1160:
1161: ----------------------------------
1162: -- Get the Dimension's metadata --
1163: ----------------------------------