I\'m trying to run this stored procedure
DECLARE P_TICKER_SERIAL VARCHAR2(200); P_SECTOR_CODE VARCHAR2(200); P_SOURCE_ID VARCHAR2(200); P_COUNTRY_
Try to execute the procedure like this,
var c refcursor; execute pkg_name.get_user('14232', '15', 'TDWL', 'SA', 1, :c); print c;