How does one bypass the approval step of 'Forgot Password' notifications?
Solution
The password approval process cannot be by-passed in rel 11.5.10.2 as a seeded flow.
To by-pass this, the following public API can be used:
fnd_user_pkg.changepassword(username => rec_req_header.user_name
,newpassword=>l_pwd);
This functionality is available in 12.1.X where password changes do not need to be approved.
No comments:
Post a Comment