DBA Data[Home] [Help]

APPS.WF_PURGE dependencies on WF_ENTITY_MGR

Line 1341: -- As per bug 5576885, purge WF entity tables using WF_ENTITY_MGR

1337: if (not nvl(runtimeonly, TRUE)) then
1338: --Bug 6759163 : 'docommit' parameter passed to Notifications() as well
1339: Notifications(itemtype=>itemtype, enddate=>enddate,docommit=>docommit,purgesigs=>purgesigs);
1340: end if;
1341: -- As per bug 5576885, purge WF entity tables using WF_ENTITY_MGR
1342: if (purgeCacheData) then
1343: WF_ENTITY_MGR.purge_cache_attributes(enddate);
1344: entity_changes(enddate);
1345: end if;

Line 1343: WF_ENTITY_MGR.purge_cache_attributes(enddate);

1339: Notifications(itemtype=>itemtype, enddate=>enddate,docommit=>docommit,purgesigs=>purgesigs);
1340: end if;
1341: -- As per bug 5576885, purge WF entity tables using WF_ENTITY_MGR
1342: if (purgeCacheData) then
1343: WF_ENTITY_MGR.purge_cache_attributes(enddate);
1344: entity_changes(enddate);
1345: end if;
1346: exception
1347: when others then