Oracle Error ORA-31658: specifying a schema name requires a table name

Oracle Error Message

ORA-31658: specifying a schema name requires a table name

Reason for the Error

The caller specified a schema name but neglected to specify a corresponding table name.

Solution

Fix the call to include a table name.