LOGIN FORM WITH APPLICATION USER AND COMPARE INPUT WITH ENCRYPTED PASSWORD
Dear all,
I want to create one customized user login form through which user password can be compare with fnd_user column user_encrypted password with user input password field.
I want to do validation if password is match then proceed.
how can compare form input password field with table store password field?
Thanks