Oracle Error ORA-31601: Function string cannot be called now that fetch has begun.

Oracle Error Message

ORA-31601: Function string cannot be called now that fetch has begun.

Reason for the Error

The function was called after the first call to FETCH_xxx.

Solution

Correct the program.