DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on WF_PURGE

Line 4823: wf_purge.total

4819: itemkey => l_item_key
4820: );
4821:
4822: -- Clear all the obsolete runtime workflow information
4823: wf_purge.total
4824: (
4825: itemtype => G_ITEM_TYPE,
4826: itemkey => l_item_key,
4827: docommit => FALSE, -- Bug 4730775; We want to commit explicitly (below or in delete api)