Oracle Error Message
PLS-00635: method does not override
Reason for the Error
The method specification contains the OVERRIDING keyword but the method does not override a method in the ancestor types.
Solution
Check the method specification.
PLS-00635: method does not override
The method specification contains the OVERRIDING keyword but the method does not override a method in the ancestor types.
Check the method specification.