Oracle Error Message
ORA-02344: cannot revoke execute on a type with table dependents
Reason for the Error
An attempt was made to revoke execute on a type that has dependents.
Solution
Drop all table(s) depending on the type, then retry the operation, or use the FORCE option.