The Entity Model doesn't always generate a complex type for procedures
Posted: Mon 16 Jul 2012 09:26
I have Entity Model version: 7.0.25.0. I'm facing a problem when adding a procedure that returns sys_refcursor, the Entity Model doesn't always generate a complex type.
This's the deceleration of my procedure:
Any help!
This's the deceleration of my procedure:
Code: Select all
procedure get_items (p_user_id in number, rec_out out sys_refcursor) ;