Oracle Database Error Code ORA-31658 Description :
specifying a schema name requires a table name
Error Cause:
The caller specified a schema name but neglected to specify a corresponding table name.

How to Solve :
Fix the call to include a table name.