DBA Data[Home] [Help]

APPS.OZF_REFRESH_VIEW_PVT dependencies on DBMS_MVIEW

Line 38: DBMS_MVIEW.REFRESH(

34: END IF;
35:
36: ozf_utility_pvt.write_conc_log(' -- Begin Materialized view refresh -- ');
37:
38: DBMS_MVIEW.REFRESH(
39: list => l_view_name ,
40: method => '?'
41: );
42: