DBA Data[Home] [Help]

APPS.UMX_PASSWORD_PVT dependencies on UMX_PASSWORD_PVT

Line 1: PACKAGE BODY UMX_PASSWORD_PVT AS

1: PACKAGE BODY UMX_PASSWORD_PVT AS
2: /* $Header: UMXVUPWB.pls 120.5.12020000.2 2012/07/18 14:34:53 avelu ship $ */
3:
4: g_itemtype wf_item_types.name%type := 'UMXUPWD';
5: -- Private function to get the email address of the active user from

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

330: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
331:
332: exception
333: when others then
334: Wf_Core.Context('UMX_PASSWORD_PVT', 'SetPassword_WF', itemtype, itemkey, actid);
335: raise;
336: end;
337:
338: -------------------------------------------------------------------

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

364: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
365:
366: exception
367: when others then
368: Wf_Core.Context('UMX_PASSWORD_PVT', 'UpdatePassword_WF', itemtype, itemkey,
369: actid);
370: raise;
371: end;
372:

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

448: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
449:
450: exception
451: when others then
452: Wf_Core.Context('UMX_PASSWORD_PVT', 'CreateRole', itemtype, itemkey,
453: actid);
454: raise;
455: end CreateRole;
456:

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

804: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
805:
806: exception
807: when others then
808: Wf_Core.Context('UMX_PASSWORD_PVT', 'clean_up_ad_hoc_role', itemtype, itemkey,
809: actid);
810: raise;
811: end;
812:

Line 813: END UMX_PASSWORD_PVT;

809: actid);
810: raise;
811: end;
812:
813: END UMX_PASSWORD_PVT;