DBA Data[Home] [Help]

APPS.WF_OAM_METRICS dependencies on WF_PURGE

Line 289: l_purgeCnt(i) := wf_purge.getpurgeablecount(l_item_type(i));

285: loop
286: fetch wf_items_cursor bulk collect into l_item_type, l_cnt limit 1000;
287:
288: for i in 1 .. l_item_type.COUNT loop
289: l_purgeCnt(i) := wf_purge.getpurgeablecount(l_item_type(i));
290: end loop;
291:
292: forall i in 1 .. l_item_type.COUNT
293: update wf_item_types set NUM_COMPLETE = l_cnt(i),