DBA Data[Home] [Help]

APPS.CSF_SPATIAL_DATALOAD_PVT dependencies on DBMS_MVIEW

Line 256: DBMS_MVIEW.REFRESH(p_mv_name);

252: errbuf OUT NOCOPY VARCHAR2 ,
253: retcode OUT NOCOPY VARCHAR2 )
254: IS
255: BEGIN
256: DBMS_MVIEW.REFRESH(p_mv_name);
257: put_stream(g_output, 'Refresh of ' || p_mv_name || ' is successfull ');
258: put_stream(g_log, 'Refresh of ' || p_mv_name || ' is successfull ');
259:
260: EXCEPTION