Friday, July 5, 2013
how to reset user password from back end in oracle apps
BEGIN
FND_USER_PKG.UPDATEUSER(x_user_name => 'EXUSTUBGYSER'
,x_owner => 'APPS'
,x_unencrypted_password => 'oracle1234'
,x_password_date => SYSDATE );
END;
Labels:
FND
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment