Database Error Messages

PLS-00225

subprogram or cursor 'string' reference is out of scope

Action

  1. if the intention was to refer to a local variable of a non-enclosing function, this is not allowed; remove the reference
  2. 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.