Skip Headers
Oracle® Fusion Middleware Publishing Reports to the Web with Oracle Reports Services
11g Release 1 (11.1.1)

Part Number B32121-05
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

13.4 Submitting Reports to Pluggable Destinations from Oracle Forms Services

To submit requests to any Oracle Reports-registered pluggable destinations from Oracle Forms Services:

  1. Create or install a pluggable destination for Reports Server (refer to the Oracle Reports Plugin Exchange on the Oracle Technology Network (OTN) at http://www.oracle.com/technology/products/reports/pluginxchange/index.html).

  2. In Oracle Forms, create a form and set it up to run a report to Reports Server (refer to Integrating Oracle Reports in Oracle Forms Services white paper at http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf).

    The parameters to submit the request should be set as follows:

    set_report_object_property(report_id, REPORT_DESTYPE, PLUGDEST);
    ...
    set_report_object_property(report_id, REPORT_OTHER, 'PLUGDESTYPE=pluggable destination' );
    ...
    
  3. Observe in Reports Server that the report output is sent to the pluggable destination.

When the PLUGDESTYPE parameter is specified, DESTYPE (in Oracle Reports) and REPORT_DESTYPE (in Oracle Forms) will be ignored and the value of PLUGDESTYPE will be used.