DBA Data[Home] [Help]

APPS.OZF_REFRESH_SALES_PVT dependencies on OZF_REFRESH_VIEW_PVT

Line 491: ozf_refresh_view_pvt.load(ERRBUF, RETCODE, 'ORDER');

487: --
488:
489: ozf_utility_pvt.write_conc_log(' -- Begin MV Refresh -- ');
490:
491: ozf_refresh_view_pvt.load(ERRBUF, RETCODE, 'ORDER');
492: ozf_refresh_view_pvt.load(ERRBUF, RETCODE, 'INVENTORY');
493:
494: ozf_utility_pvt.write_conc_log(' -- End MV Refresh -- ');
495:

Line 492: ozf_refresh_view_pvt.load(ERRBUF, RETCODE, 'INVENTORY');

488:
489: ozf_utility_pvt.write_conc_log(' -- Begin MV Refresh -- ');
490:
491: ozf_refresh_view_pvt.load(ERRBUF, RETCODE, 'ORDER');
492: ozf_refresh_view_pvt.load(ERRBUF, RETCODE, 'INVENTORY');
493:
494: ozf_utility_pvt.write_conc_log(' -- End MV Refresh -- ');
495:
496: ozf_utility_pvt.write_conc_log('Private API: ' || l_api_name || ' (+)');