Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Programmatically call Apex Page and save contents to Clob

coxmFeb 16 2012 — edited Feb 16 2012
Hello all,

I'm looking to create a method allowing my apex users to request scheduled delivery of complex dashboard report pages to their email. I know that Interactive Reports allow for this, but I'm trying to capture an entire page of reports to send as a single email.

My thought is to write a pl/sql procedure to create an APEX session as the user, then use wwv_flow.show() to request the page and somehow capture the resulting HTML into a clob. I can then parse out the header and navigation panels and use the clob as the email body.

The trouble is, I cannot find any examples or ways to intercept the results of wwv_flow.show(). Has anybody done this? Does anybody have any ideas on how to proceed?


Thanks,
Matt
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2012
Added on Feb 16 2012
3 comments
556 views