PLS-00225
subprogram or cursor 'string' reference is out of scope
Action
- if the intention was to refer to a local variable of a non-enclosing function, this is not allowed; remove the reference
- if this is a parameterless function, and the the intention was to access a field of the result of a call to this function, then use empty parentheses in the call.