Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLS-00222

no function with name 'string' exists in this scope

Cause

An identifier being referenced as a function was not declared or actually represents another object (for example, it might have been declared as a procedure).


Action

Check the spelling and declaration of the identifier. Also confirm that the declaration is placed correctly in the block structure.