DBA Data[Home] [Help]

APPS.UMX_LOGIN_HELP_PVT dependencies on WF_CORE

Line 113: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'CreateRole', itemtype, itemkey,

109: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
110:
111: exception
112: when others then
113: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'CreateRole', itemtype, itemkey,
114: actid);
115: raise;
116: end CreateRole;
117:

Line 813: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'GenAuthKey', itemtype, itemkey, actid);

809: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
810:
811: exception
812: when others then
813: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'GenAuthKey', itemtype, itemkey, actid);
814: raise;
815: end;
816:
817:

Line 892: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'GenUrl2ResetPwdPg', itemtype, itemkey, actid);

888: wf_engine.SetItemAttrText (itemtype => itemtype,
889: itemkey => itemkey,
890: aname => 'DEBUG_INFO',
891: avalue => to_char(actid));
892: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'GenUrl2ResetPwdPg', itemtype, itemkey, actid);
893: raise;
894: end GenUrl2ResetPwdPg;
895:
896: Procedure GenUrl2LoginPg(itemtype in varchar2,