Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: function return recordset definition in a package
>>> RETURN t_TabScore
>>> PARALLEL_ENABLE (PARTITION pMCD BY HASH (individual_key))
>>> PIPELINED
>>> IS
>>> --<<right here>> ....how do I see the field name and format for
>>> out_rec??
>>> out_rec t_RecScore;
>>> in_rec pMCD%ROWTYPE
I'd say look at the code for either a type definition for t_TabScore or in your database as an object table. Received on Wed Apr 11 2007 - 18:18:38 CDT
![]() |
![]() |