what is wrong with my pl/sql code?
From: Sy Jerry <SYJERRY_at_duq3.cc.duq.edu>
Date: 30 Nov 1994 20:23:02 GMT
Message-ID: <3bimv6$35o_at_godot.cc.duq.edu>
Date: 30 Nov 1994 20:23:02 GMT
Message-ID: <3bimv6$35o_at_godot.cc.duq.edu>
I have this testcode that I am trying to do that is getting an error and I can't figure out why.
this is in a sql*plus script
create or replace package CSpac_Test_Pack is
cursor c1(state_code sys.cities.cty_sta_code%type)
return sys.cities.cty_code%type;
Procedure CSpac_Test(p_state_code sys.cities.cty_sta_code%type);
Procedure close_c1;
end CSpac_Test_Pack;
Received on Wed Nov 30 1994 - 21:23:02 CET