Monday, February 11, 2013

How to enable the user from back end


begin
fnd_user_pkg.EnableUser('PRASAD' , -- username
                     SYSdate -- from when the user need to be enabled
                     );
end;

No comments:

Post a Comment