I have a stored procedure which take back a refcursor containing nested table.
When I try to access to the nested table, I get a No such field exception. When I used a select tratement, returning identical cursor, it worked fine. When I call the procedure from PL/SQL developer, the refcursor...