Database Error Messages

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

PLS-00775

cursors cannot reference types defined in the same package

Cause

A cursor declared in a package specification was referencing a record or a collection type defined in the same package.


Action

Do not declare a cursor in the same package specification where collection or record type is also declared.