DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_SSO_MANAGER

Line 525: if(false = fnd_sso_manager.isPasswordChangeable(puser_name)) then

521: -- bug 4047740 - as a byproduct of FND_WEB_SEC.set_reencrypted_password
522: -- NOT calling change_password we need this check to complete the checks
523: -- below as in FND_WEB_SEC - also added update to both encrypted rows for
524: -- the fnd_user update below for completeness.
525: if(false = fnd_sso_manager.isPasswordChangeable(puser_name)) then
526: encPwd := 'EXTERNAL';
527: else
528: encPwd := pcrypt_pass;
529: end if;

Line 2488: return(fnd_sso_manager.isPasswordChangeable(p_user_name));

2484: p_user_name in varchar2)
2485: return boolean
2486: is
2487: begin
2488: return(fnd_sso_manager.isPasswordChangeable(p_user_name));
2489: end isPasswordChangeable;
2490:
2491: -------------------------------------------------------------------
2492: -- Name: UpdatePassword_WF