DBA Data[Home] [Help]

APPS.OZF_REFRESH_VIEW_PVT dependencies on DBMS_MVIEW

Line 41: DBMS_MVIEW.REFRESH(

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