DBA Data[Home] [Help]

APPS.ZPB_BUSAREA_MAINT dependencies on ZPB_OLAP_VIEWS_PKG

Line 1405: ZPB_OLAP_VIEWS_PKG.REMOVE_BUSAREA_VIEWS(p_business_area_id);

1401: -- isn't necessary
1402: if (l_refreshed_count > 0) then
1403: zpb_wfmnt.PurgeWF_BusinessArea(p_business_area_id);
1404:
1405: ZPB_OLAP_VIEWS_PKG.REMOVE_BUSAREA_VIEWS(p_business_area_id);
1406:
1407: delete from ZPB_STATUS_SQL
1408: where QUERY_PATH like 'oracle/apps/zpb/BusArea'||p_business_area_id||'/%';
1409: