DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on WF_PURGE

Line 4987: wf_purge.total

4983: itemkey => l_item_key
4984: );
4985:
4986: -- Clear all the obsolete runtime workflow information
4987: wf_purge.total
4988: (
4989: itemtype => G_ITEM_TYPE,
4990: itemkey => l_item_key,
4991: docommit => FALSE, -- Bug 4730775; We want to commit explicitly (below or in delete api)