Oracle Error PLS-01467: The value list of the IN predicate, if not a subquery, must contain only value_specifications

Oracle Error Message

PLS-01467: The value list of the IN predicate, if not a subquery, must contain only value_specifications

Reason for the Error

The value list of the IN predicate, if not a subquery, must contain only value_specifications (i.e. literals and PL/SQL or embedded variables).

Solution

None