User Data Type out of scope
Hello Everybody,
I have defined a udt OBJECT into a user schema and I have given EXECUTE ANY TYPE GRANT to another user.
When I try to declare a variable of the custom type into a procedure for the second user, i get error PLS-00225.
Any suggestions?