DBA Data[Home] [Help]

APPS.WF_PURGE dependencies on WF_ENGINE

Line 1762: wf_engine.abortprocess('WFERROR', c_item_key);

1758:
1759: -- Abort the error process since the activity is now COMPLETE
1760: begin
1761:
1762: wf_engine.abortprocess('WFERROR', c_item_key);
1763:
1764: exception when others then
1765: null;
1766: end;