Passing ROWID as Procedure Parameter
149858Apr 19 2006 — edited Apr 19 2006Hi,
I am calling a common procedure to insert some data, which requires the rowid as the parameter. Because there is no key on the table , I am using rowid to insert a particular row depending on rowid passed.
But my problem is how can i make a parameter variable equivilent to rowid of the table. I tried,
Procedure insert_proc ( p_rowid mtable.rowid%TYPE )
But this didn't work.
I can't create any key on table because table is coming from a flat file.
Can anybody help.
Thanks,
Vikas