, , , , ,

Reset Oracle Application Password

This is an anonymous PL/SQL block to reset your application password through back end.

This Code is tested in R12.1.3 Instance.

DECLARE
v_flag BOOLEAN;
BEGIN
v_flag := fnd_user_pkg.ChangePassword(‘ORACLEERP’,’learn123#’);
COMMIT;
END;

2 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply