Tuesday, October 13, 2009

Reset Application Password

This is the query to reset your application password through backend.

DECLARE
v_flag BOOLEAN;
BEGIN
v_flag := fnd_user_pkg.ChangePassword('ENERGY','123456');
END;

COMMIT;

No comments:

Post a Comment