Hi All.
I'm using Forms and Reports 12c.
I need to do the following:
- Call Oracle Reports from Forms using RUN_REPORT_OBJECT.
- DESTYPE must be MAIL.
- Within the same mail run two rdf that will generate two Job Ids desformat = PDF.
- Attach the two report outputs to the same mail. That is: one mail with two attachment corresponding to different reports.
I've seen various examples of distribution and bursting but none fits this requirement.
Another option would be having two separate layouts within one report and handle it like other examples I've seen, but this would require more work and testing.
Thanks in advance !!!!