how to call oracle report 10g from another report through pl/sql not hyperlink ????

Comments
-
Hi Jaidev,
Your understanding is correct. The database-package SRW enables you to run a report from pl/sql. The script for the SRW-package is installed along with the developer-suite under $ORACLE_HOME\reports\admin\sql and it can be used to start a report from the database. You can also start a report using UTL_HTTP, or if you like, write some java classes to do so. You can also have a look at the document
Note 218080.1 How to launch report from database procedure
Thanks
Anand0