DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on WF_ENGINE_UTIL

Line 413: Wf_Engine_Util.Process_Activity(itemtype, itemkey, actid,

409: begin
410:
411: savepoint wf_savepoint;
412:
413: Wf_Engine_Util.Process_Activity(itemtype, itemkey, actid,
414: maxthreshold, TRUE);
415:
416: -- we successfully processed the activity so dequeue it.
417: wf_queue.PurgeEvent(wf_queue.DeferredQueue, message_handle, TRUE);

Line 448: Wf_Engine_Util.Execute_Error_Process(itemtype, itemkey,

444: Wf_Core.Context('Wf_Queue', 'ProcessDeferredEvent', itemtype,
445: to_char(minthreshold), to_char(maxthreshold));
446: Wf_Item_Activity_Status.Set_Error(itemtype, itemkey, actid,
447: wf_engine.eng_exception, FALSE);
448: Wf_Engine_Util.Execute_Error_Process(itemtype, itemkey,
449: actid, wf_engine.eng_exception);
450: Wf_Core.Clear;
451: end;
452: