I created several procedures on a table with simple select statement. then I revoked the access for the user who created the procedure.
When I try to call it with the application user, It gives me error stating that user does not have the correct permission mentioning the username of the procedure creator.
note that the application user has all the select and execute rights for this procedure.
Thanks