table type [message #253528] |
Tue, 24 July 2007 03:21 |
xleigaj
Messages: 7 Registered: July 2007
|
Junior Member |
|
|
Hi,
I've table of records and I want use it in two procedures. First procedure calls the second and I wanted use index table as parameter, but it isn't allowed. How can I solve problem. Both of procedure are in package. Can I global declare the table in package and then can I use values in it by both procedures?
Regards
xleigaj
|
|
|
|
|
|
|
Re: table type [message #253884 is a reply to message #253883] |
Wed, 25 July 2007 03:57 |
|
Michel Cadot
Messages: 68719 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
CREATE TYPE creates a type not a table.
Unless you precise your question, gives an example and so on I don't think you will have more help.
Regards
Michel
|
|
|