DBA Data[Home] [Help]

APPS.BSC_METADATA_OPTIMIZER_PKG dependencies on BSC_OLAP_MAIN

Line 576: if(BSC_OLAP_MAIN.b_table_col_type_created) then

572: logProgress('DB', 'Completed Creating AWs');
573: END IF;
574: --Drop the tmp table created to store the CODE datatype
575: --Bug 3878968
576: if(BSC_OLAP_MAIN.b_table_col_type_created) then
577: BSC_OLAP_MAIN.drop_tmp_col_type_table;
578: end if;
579: END IF;
580: writetableCounts;

Line 577: BSC_OLAP_MAIN.drop_tmp_col_type_table;

573: END IF;
574: --Drop the tmp table created to store the CODE datatype
575: --Bug 3878968
576: if(BSC_OLAP_MAIN.b_table_col_type_created) then
577: BSC_OLAP_MAIN.drop_tmp_col_type_table;
578: end if;
579: END IF;
580: writetableCounts;
581: logProgress('MISC', 'Completed Reporting calendar calls');