Oracle Error ORA-22902: CURSOR expression not allowed

Oracle Error Message

ORA-22902: CURSOR expression not allowed

Reason for the Error

CURSOR on a subquery is allowed only in the top-level SELECT list of a query.

Solution

None