Oracle Error ORA-40202: column string does not exist in the input table string

Oracle Error Message

ORA-40202: column string does not exist in the input table string

Reason for the Error

The column was missing from the table.

Solution

Correct the table schema and/or provide the correct column name.