Database Error Messages

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

PGU-41022

invalid PKGCALL parameter

Cause

The function name specified in the PKGCALL parameter of a DEFINE CALL statement does not comply with PL/SQL syntax for PL/SQL function names. Syntax checking only continues with the next statement.


Action

Correct the PKGCALL parameter to use a name which complies with PL/SQL syntax for function calls.