I can tell you that it doesnt work in 8i neither

ref_cursor is not a standard type, you have to create it previously

Code:
create or replace package types
is
type ref_cursor is ref cursor;
end;
/
[Edited by pando on 07-25-2002 at 06:06 PM]