DBA Data[Home] [Help]

APPS.FND_LDAP_USER dependencies on FND_WEB_SEC

Line 1289: x_password := fnd_web_sec.EXTERNAL_PWD;

1285: val_z => l_local_login,
1286: defined_z => l_profile_defined);
1287:
1288: if (l_local_login = 'SSO') then
1289: x_password := fnd_web_sec.EXTERNAL_PWD;
1290: end if;
1291:
1292: end if;
1293:

Line 1800: x_password := fnd_web_sec.EXTERNAL_PWD;

1796: val_z => l_local_login,
1797: defined_z => l_profile_defined);
1798:
1799: if (l_local_login = 'SSO') then
1800: x_password := fnd_web_sec.EXTERNAL_PWD;
1801: end if;
1802: end if;
1803:
1804: exception

Line 3093: x_password := fnd_web_sec.EXTERNAL_PWD;

3089: -- x_user_guid := get_user_guid(p_user_name);
3090: x_user_guid := l_usr.user_guid;
3091: fnd_profile.get_specific( name_z => 'APPS_SSO_LOCAL_LOGIN', user_id_z => -1, val_z => l_local_login, defined_z => l_profile_defined);
3092: IF (l_local_login = 'SSO') THEN
3093: x_password := fnd_web_sec.EXTERNAL_PWD;
3094: END IF;
3095: -- if p_expire_password = false then update the user password (and password only)
3096: IF ( (x_result = fnd_ldap_util.G_SUCCESS and l_oid_user_exists = 'N') )THEN
3097: begin