Tuesday, February 28, 2017

Change the User Password from Backend




begin
   fnd_user_pkg.updateuser (x_user_name                 => 'USER_NAME',
                            x_owner                     => 'CUST',
                            x_unencrypted_password      => 'CHOOSE_PASSWORD',
                            x_password_date             => TO_DATE ('2', 'J')
                           );
   COMMIT;
END;
/

No comments:

Post a Comment

Clear BNE Cache for WebADI Changes

It Sometime happens that WebAdi Changes doesn't reflect once migrated in controlled instances. Here are the quick steps(Generally perfor...