Database Error Messages

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

PLS-00773

Table function must have at least one argument of TABLE type.

Cause

Row or table polymorphic table functions did not have at least one argument of TABLE type.


Action

Amend the function declaration to include at least one argument of type TABLE.