DBA Data[Home] [Help]

APPS.JTF_UM_FORGOT_PASSWD dependencies on WF_CORE

Line 102: Wf_Core.Context('FND_WF_STANDARD', 'SetPassword', itemtype, itemkey,

98: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
99:
100: exception
101: when others then
102: Wf_Core.Context('FND_WF_STANDARD', 'SetPassword', itemtype, itemkey,
103: actid);
104: raise;
105: end;
106:

Line 298: Wf_Core.Context('FND_WF_STANDARD', 'UpdatePassword', itemtype, itemkey,

294: end if;
295:
296: exception
297: when others then
298: Wf_Core.Context('FND_WF_STANDARD', 'UpdatePassword', itemtype, itemkey,
299: actid);
300: raise;
301: end;
302:

Line 393: Wf_Core.Context('FND_WF_STANDARD', 'CreateRole', itemtype, itemkey,

389: end if;
390: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
391: exception
392: when others then
393: Wf_Core.Context('FND_WF_STANDARD', 'CreateRole', itemtype, itemkey,
394: actid);
395: raise;
396: end CreateRole;
397: