| Author |
how to pass %ROWTYPE type parameter to a package in oracle, working on JSP
|
ehsan ulhaq dar
Greenhorn
Joined: Jun 04, 2008
Posts: 17
|
|
|
I am working in JSP. I have a package SET_mainDISCOUNTS_N(number,v_discrec,term) in which v_discrec is of type %ROWTYPE. I want to convert variables which i get from request into %rowtype and call the package by passing parameter. Can any body tell me how can i do it???
|
 |
S. Nitesh
Ranch Hand
Joined: Jan 15, 2010
Posts: 31
|
|
check this.
|
 |
 |
|
|
subject: how to pass %ROWTYPE type parameter to a package in oracle, working on JSP
|
|
|