Hi Lars
I went through the document but the problem is i have around 20 csv files to be loaded every day and each of them passed to 3 procedure as a parameter.
And These 20 csv Files have 3 Distinct Structure.
So if i create a table type i have to select the data from the Database Table and then store it in Temporary Table Type Variable and Then Pass it as Parameter Right.
I want to Pass the 20 Database Table Directly to the Procedure and Not Store in Table Types and Then pass it as Parameter.
Regards
Vignesh J