DBA Data[Home] [Help]

APPS.MSC_PHUB_PKG dependencies on DBMS_MVIEW

Line 955: dbms_mview.refresh(l_name, atomic_refresh=>false);

951:
952: for i in 1..l_ods_table_list.count loop
953: l_name := l_ods_table_list(i);
954: msc_phub_util.log('Refreshing MV : '||l_name||' starts');
955: dbms_mview.refresh(l_name, atomic_refresh=>false);
956: msc_phub_util.log('Refreshing MV : '||l_name||' ends');
957: end loop;
958: msc_phub_util.gather_table_stats(msc_phub_util.stats_fact, 'MSC_PHUB_ITEM_CATEGORIES_MV', null, msc_phub_util.apps_schema);
959: