Calling a runtime report from a procedure [message #340676] |
Wed, 13 August 2008 14:05 |
ada26
Messages: 15 Registered: September 2007 Location: cleveland
|
Junior Member |
|
|
How can I call a runtime report through a procedure? I need to pass a parameter to that report too.
I can simply do this on PL SQL, however when I use UTL_FILE, it does not support saving on PDF that is the reason I am going to use Oracle Report.
However my code uses a FOR LOOP, I am not sure if this is possible on Report since it can only produre one report at a time, thus I still need to do a procedure and call the report.
|
|
|