DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on JTF_UM_UTIL_PVT

Line 13: -- 11/26/2002 kchervel modified calls to jtf_um_util_pvt.get_wf_user as

9: -- NOTE :
10: -- End of Comments
11: /* ------------------------------------------------------------------------
12: -- Revision history
13: -- 11/26/2002 kchervel modified calls to jtf_um_util_pvt.get_wf_user as
14: -- the signature has changed
15: -- 05/23/2002 kchervel set the password date to null when the password is
16: -- reset. This forces the user to change password.
17: -- 04/14/2005 snellepa modified queries for bug 4287135

Line 348: JTF_UM_UTIL_PVT.get_wf_user(p_api_version_number => 1.0,

344: end if;
345: Close c_user;
346: -- get email address to which the password needs to be sent
347: if l_wf_user_name is NULL then
348: JTF_UM_UTIL_PVT.get_wf_user(p_api_version_number => 1.0,
349: x_requester_user_name => l_requester_user_name,
350: x_requester_email => l_requester_email ,
351: x_wf_user => l_wf_user_name,
352: x_return_status => x_return_Status,

Line 365: JTF_UM_UTIL_PVT.GetAdHocUser (p_api_version_number => 1.0,

361: -- if wf_user is NULL then we need to create an adhoc user
362: -- create adhoc user
363: if l_wf_user_name is NULL then
364: l_wf_user_name := 'JTFUM-'|| l_requester_user_name;
365: JTF_UM_UTIL_PVT.GetAdHocUser (p_api_version_number => 1.0,
366: p_username => l_wf_user_name,
367: p_display_name => l_requester_user_name,
368: p_email_address => l_requester_email,
369: x_return_status => x_return_status,

Line 393: JTF_UM_UTIL_PVT.getDefaultAppRespId(P_USERNAME => p_requester_user_name,

389:
390:
391:
392: -- default the responsibility and application id if needed
393: JTF_UM_UTIL_PVT.getDefaultAppRespId(P_USERNAME => p_requester_user_name,
394: P_RESP_ID => l_responsibility_id,
395: P_APPL_ID => l_application_id,
396: X_RESP_ID => l_responsibility_id,
397: X_APPL_ID => l_application_id);

Line 402: processOwner := nvl (JTF_UM_UTIL_PVT.VALUE_SPECIFIC (

398:
399:
400: -- setting workflow parameters
401: -- the WF process owner should be the merchant sysadmin
402: processOwner := nvl (JTF_UM_UTIL_PVT.VALUE_SPECIFIC (
403: name => 'JTA_UM_WORKFLOW_OWNER',
404: responsibility_id => l_responsibility_id,
405: resp_appl_id => l_application_id,
406: application_id => l_application_id,

Line 409: itemtype := nvl(JTF_UM_UTIL_PVT.VALUE_SPECIFIC(

405: resp_appl_id => l_application_id,
406: application_id => l_application_id,
407: site_level => true), 'SYSADMIN');
408:
409: itemtype := nvl(JTF_UM_UTIL_PVT.VALUE_SPECIFIC(
410: name => 'JTA_UM_PASSWORD_GEN_WKF',
411: responsibility_id => l_responsibility_id,
412: resp_appl_id => l_application_id,
413: application_id => l_application_id,

Line 658: l_appl_url := JTF_UM_UTIL_PVT.value_specific(name => 'JTA_UM_APPL_URL',

654: close appl_id;
655: end if; */
656:
657: -- set the URL
658: l_appl_url := JTF_UM_UTIL_PVT.value_specific(name => 'JTA_UM_APPL_URL',
659: responsibility_id => p_responsibility_id,
660: resp_appl_id => p_application_id,
661: application_id => p_application_id,
662: site_level => true);

Line 670: l_support_contact := JTF_UM_UTIL_PVT.value_specific(

666: aname => 'APPL_URL',
667: avalue => l_appl_url);
668:
669: -- set support contact
670: l_support_contact := JTF_UM_UTIL_PVT.value_specific(
671: name => 'JTA_UM_SUPPORT_CONTACT',
672: responsibility_id => p_responsibility_id,
673: resp_appl_id => p_application_id,
674: application_id => p_application_id,

Line 683: l_merchant_name := JTF_UM_UTIL_PVT.value_specific(name => 'JTF_UM_MERCHANT_NAME',

679: aname => 'SUPPORT_CONTACT',
680: avalue => l_support_contact);
681:
682: -- set merchant name
683: l_merchant_name := JTF_UM_UTIL_PVT.value_specific(name => 'JTF_UM_MERCHANT_NAME',
684: responsibility_id => p_responsibility_id,
685: resp_appl_id => p_application_id,
686: application_id => l_application_id,
687: site_level => true);

Line 695: l_sender := JTF_UM_UTIL_PVT.value_specific(name => 'JTA_UM_SENDER',

691: aname => 'MERCHANT_NAME',
692: avalue => l_merchant_name);
693:
694: -- set sender
695: l_sender := JTF_UM_UTIL_PVT.value_specific(name => 'JTA_UM_SENDER',
696: responsibility_id => p_responsibility_id,
697: resp_appl_id => p_application_id,
698: application_id => l_application_id,
699: site_level => true);

Line 1183: JTF_UM_UTIL_PVT.get_wf_user(p_api_version_number => 1.0,

1179: -- validate / default username/email
1180:
1181: --write_debug_log('before calling get_wf_user');
1182:
1183: JTF_UM_UTIL_PVT.get_wf_user(p_api_version_number => 1.0,
1184: x_requester_user_name => l_requester_user_name,
1185: x_requester_email => l_requester_email ,
1186: x_wf_user => l_wf_user_name,
1187: x_return_status => x_return_Status,

Line 1201: JTF_UM_UTIL_PVT.GetAdHocUser (p_api_version_number => 1.0,

1197: -- if wf_user is NULL then we need to create an adhoc user
1198: -- create adhoc user
1199: if l_wf_user_name is NULL then
1200: l_wf_user_name := 'JTFUM-'|| l_requester_user_name;
1201: JTF_UM_UTIL_PVT.GetAdHocUser (p_api_version_number => 1.0,
1202: p_username => l_wf_user_name,
1203: p_display_name => l_requester_user_name,
1204: p_email_address => l_requester_email,
1205: x_return_status => x_return_status,