Oracle Error Message
ORA-06548: no more rows needed
Reason for the Error
The caller of a pipelined function did not need more rows to be produced by the pipelined function.
Solution
Do not catch the NO_DATA_NEEDED exception in an exception handling block.