posted 12 years ago
I'm not sure if you want to call the function for each row in the select or if you want pass the cursor to the function.
For the first case include the function in the select
I.E.
For the second
Then call it like:
Hope this helps.