DBA Data[Home] [Help]

APPS.FND_WF_STANDARD dependencies on WF_ITEM_ACTIVITY_STATUS

Line 462: Wf_Item_Activity_Status.Set_Error(itemtype,

458: -- 4. clear the error to continue with next activity
459: rollback to wf_savepoint;
460: Wf_Core.Context('Fnd_Wf_Standard', 'Callback', itemtype,
461: itemkey, actid, result);
462: Wf_Item_Activity_Status.Set_Error(itemtype,
463: itemkey, actid, wf_engine.eng_exception, FALSE);
464: Wf_Engine_Util.Execute_Error_Process(itemtype,
465: itemkey, actid, wf_engine.eng_exception);
466: Wf_Core.Clear;