Login  Register

Re: change ebs application users password

Posted by ErmanArslansOracleBlog on Feb 16, 2023; 10:47am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/change-ebs-application-users-password-tp11608p11609.html

This is already documented.

See -> How to Change Applications Passwords Using Applications Schema Password Change Utility (FNDCPASS or AFPASSWD)? (Doc ID 437260.1)

But if you need some extra, just write some code/script for looping on those commands and executing those commands.

You can also use  fnd_user_pkg.changepassword, but this is not documented in MOS. So it is up to you on your risk. (even if you already tested it..)  You should know what you are doing, if you will use these APIs directly.