Database Error Messages

ORA-62575

The parameter of type TABLE or COLUMN must not be NULL for a polymorphic table function.

Cause

An attempt was made to use NULL as argument for the parameter of type TABLE or COLUMN on a polymorphic table function.


Action

Use an argument different than NULL for the parameter of type TABLE or COLUMN.