DBA Data[Home] [Help]

APPS.FND_WF_STANDARD dependencies on WF_ITEM_ACTIVITY_STATUS

Line 464: Wf_Item_Activity_Status.Set_Error(itemtype,

460: -- 4. clear the error to continue with next activity
461: rollback to wf_savepoint;
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;