DBA Data[Home] [Help]

APPS.FND_WF_STANDARD dependencies on WF_ENGINE_UTIL

Line 453: Wf_Engine_Util.Complete_Activity(itemtype, itemkey, actid, result, FALSE);

449: savepoint wf_savepoint;
450: --complete activity inline. If user wants to defer the thread, they
451: --should set cost above theshold.
452: --wf_engine.threshold := -1;
453: Wf_Engine_Util.Complete_Activity(itemtype, itemkey, actid, result, FALSE);
454: exception
455: when others then
456: -- If anything in this process raises an exception:
457: -- 1. rollback any work in this process thread

Line 466: Wf_Engine_Util.Execute_Error_Process(itemtype,

462: Wf_Core.Context('Fnd_Wf_Standard', 'Callback', itemtype,
463: itemkey, actid, result);
464: Wf_Item_Activity_Status.Set_Error(itemtype,
465: itemkey, actid, wf_engine.eng_exception, FALSE);
466: Wf_Engine_Util.Execute_Error_Process(itemtype,
467: itemkey, actid, wf_engine.eng_exception);
468: Wf_Core.Clear;
469: end;
470: