Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\AEAPI\apex_util048.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>GET_PRINT_DOCUMENT Function Signature 3</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T17:32:16Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="GET_PRINT_DOCUMENT Function Signature 3" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E12510-01" /> <link rel="copyright" href="../dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="../dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="up" href="preface" title="Home" type="text/html" /> <link rel="up" href="apex_util.htm" title="APEX_UTIL" type="text/html" /> <link rel="up" href="apex_util048.htm" title="GET_PRINT_DOC..." type="text/html" /> <link rel="prev" href="apex_util047.htm" title="Previous" type="text/html" /> <link rel="next" href="apex_util049.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface" title="Home">Home</a> > <a href="apex_util.htm" title="APEX_UTIL">APEX_UTIL</a> > GET_PRINT_DOC...</p> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="apex_util047.htm"><img src="../dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="apex_util049.htm"><img src="../dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="CHDJBJCF" name="CHDJBJCF"></a></p> <hr /> <div class="refsect1"> <h1><a name="AEAPI145" id="AEAPI145"></a>GET_PRINT_DOCUMENT <a id="sthref257" name="sthref257"></a>Function Signature 3</h1> <p>This function returns a document as BLOB using a pre-defined report query and RTF or XSL-FO based report layout.</p> <a id="sthref258" name="sthref258"></a> <p class="subhead2">Syntax</p> <pre xml:space="preserve" class="oac_no_warn"> APEX_UTIL.GET_PRINT_DOCUMENT ( p_application_id IN NUMBER, p_report_query_name IN VARCHAR2, p_report_layout IN CLOB, p_report_layout_type IN VARCHAR2 default 'xsl-fo', p_document_format IN VARCHAR2 default 'pdf', p_print_server IN VARCHAR2 default null) RETURN BLOB; </pre> <a id="sthref259" name="sthref259"></a> <p class="subhead2">Parameters</p> <p><a href="#CHDJHCAC">Table: GET_PRINT_DOCUMENT Parameters</a> describes the parameters available in the <code>GET_PRINT_DOCUMENT</code> function.</p> <div class="tblformal"><a id="sthref260" name="sthref260"></a><a id="CHDJHCAC" name="CHDJHCAC"></a> <p class="titleintable">GET_PRINT_DOCUMENT Parameters</p> <table class="Formal" title="GET_PRINT_DOCUMENT Parameters" summary="This table describes the parameters available in the GET_PRINT_DOCUMENT." dir="ltr" border="1" width="100%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0"> <col width="31%" /> <col width="*" /> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" id="r1c1-t72">Parameter</th> <th align="left" valign="bottom" id="r1c2-t72">Description</th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" id="r2c1-t72" headers="r1c1-t72"> <p><code>p_application_id</code></p> </td> <td align="left" headers="r2c1-t72 r1c2-t72"> <p>Defines the application ID of the report query</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r3c1-t72" headers="r1c1-t72"> <p><code>p_report_query_name</code></p> </td> <td align="left" headers="r3c1-t72 r1c2-t72"> <p>Name of the report query (stored under application's shared components)</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r4c1-t72" headers="r1c1-t72"> <p><code>p_report_layout</code></p> </td> <td align="left" headers="r4c1-t72 r1c2-t72"> <p>Defines the report layout in XSL-FO or RTF format</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r5c1-t72" headers="r1c1-t72"> <p><code>p_report_layout_type</code></p> </td> <td align="left" headers="r5c1-t72 r1c2-t72"> <p>Defines the report layout type, that is "xsl-fo" or "rtf"</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r6c1-t72" headers="r1c1-t72"> <p><code>p_document_format</code></p> </td> <td align="left" headers="r6c1-t72 r1c2-t72"> <p>Defines the document format, that is "pdf", "rtf", "xls", "htm", or "xml"</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r7c1-t72" headers="r1c1-t72"> <p><code>p_print_server</code></p> </td> <td align="left" headers="r7c1-t72 r1c2-t72"> <p>URL of the print server. If not specified, the print server will be derived from preferences.</p> </td> </tr> </tbody> </table> <br /></div> <!-- class="tblformal" --> <p>For a <code>GET_PRINT_DOCUMENT</code> example see <a href="apex_util049.htm#CHDCABJF">"GET_PRINT_DOCUMENT Function Signature 4"</a>.</p> </div> <!-- class="refsect1" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="../dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="apex_util047.htm"><img src="../dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="apex_util049.htm"><img src="../dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de