Connection to Database from Application
759384Mar 11 2010 — edited Oct 15 2014Hi,
I'm writing my custom java class for enforcing custom validations for application password(oracle apps 11.5.10). I'm writing my class to implement the PasswordValidation interface in oracle/apps/fnd/security package. How to get the previous password to compare it with the newly entered password. Is there seede java method that I can use to get it and if so, please specify it's details. Or do I need to connect to the database and get the password and decrypt it?. And if so, please let me know how can I do this.
Thanks,
Prasanna.