Tuesday, March 15, 2011

API to change the FND USER password in Oracle from backend

declare
c boolean;
begin
c:=fnd_user_pkg.ChangePassword('MSHUNMUGAM','welcome1');
end;

No comments:

Post a Comment