DBA Data[Home] [Help]

APPS.WF_PURGE dependencies on WF_ENGINE

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

1964:
1965: -- Abort the error process since the activity is now COMPLETE
1966: begin
1967:
1968: wf_engine.abortprocess('WFERROR', c_item_key);
1969:
1970: exception when others then
1971: null;
1972: end;