Wednesday, March 27, 2013

Reset Application Password from Database




declare
    v boolean;
begin
    v := fnd_user_pkg.changepassword('CHI59342','welcome12345');
    commit;
end;

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.