How can i return cursors from oracle user defined functions
Like
My function should take some inputs or no inputs and return me output in a cursor.
See this answer to a different question for an example.