Oracle Solution for Error ora-22916

Solution for Oracle Error ORA-22916

ORA-22916: cannot do an exact FETCH on a query with Nested cursors

What triggered the Error:

act FETCH on a query was specified which is not allowed if the query returns any cursors.

What should we do to fix it:

not use an exact FETCH.