DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_SSO_MANAGER

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

1012: -- bug 4047740 - as a byproduct of FND_WEB_SEC.set_reencrypted_password
1013: -- NOT calling change_password we need this check to complete the checks
1014: -- below as in FND_WEB_SEC - also added update to both encrypted rows for
1015: -- the fnd_user update below for completeness.
1016: if(false = fnd_sso_manager.isPasswordChangeable(puser_name)) then
1017: encPwd := 'EXTERNAL';
1018: else
1019: encPwd := pcrypt_pass;
1020: end if;

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

3091: p_user_name in varchar2)
3092: return boolean
3093: is
3094: begin
3095: return(fnd_sso_manager.isPasswordChangeable(p_user_name));
3096: end isPasswordChangeable;
3097:
3098: -------------------------------------------------------------------
3099: -- Name: UpdatePassword_WF