how to pass table type variable to a stored procedure
379897Feb 4 2003 — edited Feb 13 2003Hi,
I am passing a table type variable to a stored procedured from a PL/SQL program.
I am getting the following error.
ORA-06550: line 39, column 9:
PLS-00306: wrong number or types of arguments in call to 'MAIN'
ORA-06550: line 39, column 9:
PL/SQL: Statement ignored
Anyone please suggest how this has to be done.