DBA Data[Home] [Help]

APPS.UMX_PASSWORD_PVT dependencies on WF_CORE

Line 327: Wf_Core.Context('UMX_PASSWORD_PVT', 'SetPassword_WF', itemtype, itemkey, actid);

323: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
324:
325: exception
326: when others then
327: Wf_Core.Context('UMX_PASSWORD_PVT', 'SetPassword_WF', itemtype, itemkey, actid);
328: raise;
329: end;
330:
331: -------------------------------------------------------------------

Line 361: Wf_Core.Context('UMX_PASSWORD_PVT', 'UpdatePassword_WF', itemtype, itemkey,

357: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
358:
359: exception
360: when others then
361: Wf_Core.Context('UMX_PASSWORD_PVT', 'UpdatePassword_WF', itemtype, itemkey,
362: actid);
363: raise;
364: end;
365:

Line 445: Wf_Core.Context('UMX_PASSWORD_PVT', 'CreateRole', itemtype, itemkey,

441: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
442:
443: exception
444: when others then
445: Wf_Core.Context('UMX_PASSWORD_PVT', 'CreateRole', itemtype, itemkey,
446: actid);
447: raise;
448: end CreateRole;
449:

Line 784: Wf_Core.Context('UMX_PASSWORD_PVT', 'clean_up_ad_hoc_role', itemtype, itemkey,

780: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
781:
782: exception
783: when others then
784: Wf_Core.Context('UMX_PASSWORD_PVT', 'clean_up_ad_hoc_role', itemtype, itemkey,
785: actid);
786: raise;
787: end;
788: