I have a stored procedure on an Oracle database that I need to call from inside of a mapping function. This stored procedure accepts as a parameter a CURSOR and that CURSOR is updated with the result-set, I then need to cycle the result set and get the data. How do I make that call?