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 350: JTF_UM_UTIL_PVT.get_wf_user(p_api_version_number => 1.0,

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

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

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

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

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

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

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

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

409: resp_appl_id => l_application_id,
410: application_id => l_application_id,
411: site_level => true), 'SYSADMIN');
412:
413: itemtype := nvl(JTF_UM_UTIL_PVT.VALUE_SPECIFIC(
414: name => 'JTA_UM_PASSWORD_GEN_WKF',
415: responsibility_id => l_responsibility_id,
416: resp_appl_id => l_application_id,
417: application_id => l_application_id,

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

659: close appl_id;
660: end if; */
661:
662: -- set the URL
663: l_appl_url := JTF_UM_UTIL_PVT.value_specific(name => 'JTA_UM_APPL_URL',
664: responsibility_id => p_responsibility_id,
665: resp_appl_id => p_application_id,
666: application_id => p_application_id,
667: site_level => true);

Line 675: l_support_contact := JTF_UM_UTIL_PVT.value_specific(

671: aname => 'APPL_URL',
672: avalue => l_appl_url);
673:
674: -- set support contact
675: l_support_contact := JTF_UM_UTIL_PVT.value_specific(
676: name => 'JTA_UM_SUPPORT_CONTACT',
677: responsibility_id => p_responsibility_id,
678: resp_appl_id => p_application_id,
679: application_id => p_application_id,

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

684: aname => 'SUPPORT_CONTACT',
685: avalue => l_support_contact);
686:
687: -- set merchant name
688: l_merchant_name := JTF_UM_UTIL_PVT.value_specific(name => 'JTF_UM_MERCHANT_NAME',
689: responsibility_id => p_responsibility_id,
690: resp_appl_id => p_application_id,
691: application_id => l_application_id,
692: site_level => true);

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

696: aname => 'MERCHANT_NAME',
697: avalue => l_merchant_name);
698:
699: -- set sender
700: l_sender := JTF_UM_UTIL_PVT.value_specific(name => 'JTA_UM_SENDER',
701: responsibility_id => p_responsibility_id,
702: resp_appl_id => p_application_id,
703: application_id => l_application_id,
704: site_level => true);

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

1128: -- validate / default username/email
1129:
1130: --write_debug_log('before calling get_wf_user');
1131:
1132: JTF_UM_UTIL_PVT.get_wf_user(p_api_version_number => 1.0,
1133: x_requester_user_name => l_requester_user_name,
1134: x_requester_email => l_requester_email ,
1135: x_wf_user => l_wf_user_name,
1136: x_return_status => x_return_Status,

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

1146: -- if wf_user is NULL then we need to create an adhoc user
1147: -- create adhoc user
1148: if l_wf_user_name is NULL then
1149: l_wf_user_name := 'JTFUM-'|| l_requester_user_name;
1150: JTF_UM_UTIL_PVT.GetAdHocUser (p_api_version_number => 1.0,
1151: p_username => l_wf_user_name,
1152: p_display_name => l_requester_user_name,
1153: p_email_address => l_requester_email,
1154: x_return_status => x_return_status,