|
|
Re: How to call report in PLSQL? [message #335655 is a reply to message #335616] |
Wed, 23 July 2008 03:02 |
sandipshahare
Messages: 21 Registered: March 2008 Location: Pune
|
Junior Member |
|
|
If you want to run the report though a report server ,then you need to create the report URL by taking all the required parameters.
You can do this in a procedure and then pass this URL through srw.ren_report(URL).
This may be work.
|
|
|
|
Re: How to call report in PLSQL? [message #335703 is a reply to message #335665] |
Wed, 23 July 2008 06:14 |
gurupatham
Messages: 66 Registered: March 2008 Location: Chennai
|
Member |
|
|
currently , I am invoking reports 6i executable file through forms 6i by using run_report method.
But as per requirement , i need to invoke the same report
through PLSQL stored procedure instead of forms 6i.
is it possible ? if yes , how can i achieve this task?
[EDITED by LF: removed unnecessary [code] tags]
[Updated on: Wed, 23 July 2008 16:22] by Moderator Report message to a moderator
|
|
|
|