Oracle Error PLS-00715: attribute or method by name ‘string’ does not exist

Oracle Error Message

PLS-00715: attribute or method by name ‘string’ does not exist

Reason for the Error

An attempt was made to drop a nonexistant method or attribute from the type being altered.

Solution

Check the spelling of the attribute or method name. Make sure it is locally defined in the type and not inherited.