Oracle Error Message
PLS-01474: Use of ANY is non_ANSI
Reason for the Error
Due to the combining of comparison_predicate and quantified_predicate, we may have something like sim_expr = ANY_ sim_expr, which is nonetheless accepted by kernel.
Solution
None