Oracle Error PLS-00635: method does not override

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.