Can PeopleCode process a Ref Cursor from a Package [message #563298] |
Sat, 11 August 2012 13:49 |
Duane
Messages: 581 Registered: December 2002
|
Senior Member |
|
|
Is there a way to loop over or process a Ref Cursor from a PL/SQL Package using PeopleCode?
select package.function as results from dual
Instead of just looping over some PeopleSoft table, I want to do some logic with a PL/SQL package and return those results using a Ref Cursor. I'm just not sure how you do it within PeopleCode. Would a PeopleCode Fetch work the same way?
[Updated on: Sat, 11 August 2012 13:50] Report message to a moderator
|
|
|