DBA Data[Home] [Help]

APPS.JTF_UM_FORGOT_PASSWD dependencies on WF_DIRECTORY

Line 149: WF_DIRECTORY.GetRoleInfo(upper(c_user_name), display_name, email_address, notification_preference, language, territory);

145: l_auth_mode := 'FND';
146: END;
147:
148: IF l_auth_mode <> 'LDAP' THEN
149: WF_DIRECTORY.GetRoleInfo(upper(c_user_name), display_name, email_address, notification_preference, language, territory);
150:
151:
152: -- DBMS_RANDOM.initialize(12345);
153: -- p_password := to_char(dbms_random.random);

Line 347: WF_DIRECTORY.GetRoleInfo(l_user_name,

343:
344: -- check to see if the user has notification pref set to mail. if not
345: -- create the role.
346:
347: WF_DIRECTORY.GetRoleInfo(l_user_name,
348: display_name,
349: email_address,
350: notification_preference,
351: language, territory);

Line 370: WF_DIRECTORY.CreateAdHocRole (role_name => l_user_role,

366: email_address := k.email_address;
367: end loop;
368: end if;
369:
370: WF_DIRECTORY.CreateAdHocRole (role_name => l_user_role,
371: role_display_name => l_user_role,
372: language => language,
373: territory => territory,
374: role_users => null,

Line 521: WF_DIRECTORY.GetRoleInfo(p_name, display_name,

517: return;
518: end if;
519: */
520: IF FND_SSO_Manager.isPasswordChangeable( p_name ) THEN
521: WF_DIRECTORY.GetRoleInfo(p_name, display_name,
522: email_address, notification_preference, language, territory);
523:
524:
525: if email_address is null then

Line 671: WF_DIRECTORY.GetRoleInfo(p_name, display_name,

667: and start_date <= sysdate
668: and nvl(end_date, sysdate + 1) > sysdate;
669:
670: IF FND_SSO_Manager.isPasswordChangeable( p_name ) THEN
671: WF_DIRECTORY.GetRoleInfo(p_name, display_name,
672: email_address, notification_preference, language, territory);
673:
674: if email_address is null then
675: -- get the email from fnd_user in case hr email is null