Required to alter any stored procedure or function owned by any user.
            The ALTER ANY PROCEDURE system privilege allows a user to:
            
                - Alter stored procedures and functions owned by any user
 
- Issue the COMMENT statement on procedures owned by any
                        user
 
             
         
Grant this system privilege using the WITH ADMIN OPTION, WITH NO
				ADMIN OPTION, or WITH ADMIN ONLY OPTION clause. If you do not specify a clause, the
				default is WITH NO ADMIN OPTION.