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 789: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'GenAuthKey', itemtype, itemkey, actid);

785: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;
786:
787: exception
788: when others then
789: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'GenAuthKey', itemtype, itemkey, actid);
790: raise;
791: end;
792:
793:

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

864: wf_engine.SetItemAttrText (itemtype => itemtype,
865: itemkey => itemkey,
866: aname => 'DEBUG_INFO',
867: avalue => to_char(actid));
868: Wf_Core.Context('UMX_LOGIN_HELP_PVT', 'GenUrl2ResetPwdPg', itemtype, itemkey, actid);
869: raise;
870: end GenUrl2ResetPwdPg;
871:
872: Procedure GenUrl2LoginPg(itemtype in varchar2,