Answer Posted / Shwet Prakash
In Oracle Reports 6i, you can use the srw_run_report procedure to run a report programmatically from PL/SQL code or other applications. Here's an example: `BEGIN srw_run_report(p_report => 'REPORT_NAME', p_output => 'PDF'); END;`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Any work done in oracle workflow builder. Did you customize or build a new workflow?
Have you used lexical parameters in reports?
How many concurrent programs you have customized, can you name some of them?
Are you familiar with user exits in reports?
Were you involved in any data conversion, which one?