R12 Oracle Apps
Oracle Apps Tricks
Pages
(Move to ...)
Home
▼
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;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment