How do I revoke EXECUTE ANY PROCEDURE from PUBLIC role in an Oracle EBS environment?
I mistakenly granted EXECUTE ANY PROCEDURE to PUBLIC in our EBS R12 environment. When I tried to revoke using the REVOKE command, the application could not come up successfully. I realized there may be other procedures to run either before or after the REVOKE command. I need help to know how to recover the original grants in the Oracle EBS database using the correct method. Thanks.