Oracle Error PLS-00671: this expression is allowed only with instance methods

Oracle Error Message

PLS-00671: this expression is allowed only with instance methods

Reason for the Error

The generalized invocation syntax was used in instance method context.

Solution

The generalized invocation syntax can only be used in a instance method that is not a constructor