File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes how to pass %ROWTYPE type parameter to a package in oracle, working on JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to pass %ROWTYPE type parameter to a package in oracle, working on JSP" Watch "how to pass %ROWTYPE type parameter to a package in oracle, working on JSP" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to pass %ROWTYPE type parameter to a package in oracle, working on JSP
 
Similar Threads
How to pass a ROWTYPE parameter to an Oracle Stored Procedure?
%rowtype mapping in java
RowType in Java???
How to Pass %ROWTYPE as Input parameter for a Procedure?
Parameter types