DBA Data[Home] [Help]

APPS.JTF_UM_FORGOT_PASSWD dependencies on STANDARD

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 204: -- profile options says. If null give them the standard error message below

200: -- else if l_auth_mode = 'EXTERNAL'
201: -- then
202: -- get the value of the profile option FND_PASSWORD_EXTERNAL_SITE
203: -- create the link woth this url (redirection to the whatever the
204: -- profile options says. If null give them the standard error message below
205: -- owa_util.redirect_url(l_external_password_site);
206:
207: elsif l_auth_mode = 'EXTERNAL' then
208:

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:

Line 592: -- profile options says. If null give them the standard error message below

588: -- else if l_auth_mode = 'EXTERNAL'
589: -- then
590: -- get the value of the profile option FND_PASSWORD_EXTERNAL_SITE
591: -- create the link woth this url (redirection to the whatever the
592: -- profile options says. If null give them the standard error message below
593: -- owa_util.redirect_url(l_external_password_site);th_mode = 'EXTERNAL' then
594: */
595:
596: