Skip Headers

Oracle Workflow Developer's Guide
Release 2.6.3.5

Part Number B12161-02
Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

To Define a Document Attribute

	plsql:<procedure>/<document_identifier>

Note: The PL/SQL procedure must follow a standard API format. See: Standard APIs for "PL/SQL" Documents.

	plsql:po_wf.show_req/po_req:2034

Note: The maximum length of the data that a PL/SQL document can contain is 32 kilobytes. If you expect your document to exceed 32 Kb, you should use a PL/SQL CLOB document to hold the data instead.

	plsqlclob:<procedure>/<document_identifier>

Note: The PL/SQL procedure must follow a standard API format. See: Standard APIs for "PL/SQL" and "PL/SQL CLOB" Documents.

	plsqlclob:po_wf.show_req_clob/po_req:2036

Note: Oracle8i Database does not support base64 encoding, so if you are using Oracle8i Database, the WF_MAIL_UTIL.EncodeBLOB procedure is not available, and you cannot store binary data other than PDF or RTF documents in a PL/SQL CLOB document. This feature is available only if you are using Oracle9i Database and higher.

However, both Oracle8i Database and Oracle9i Database and higher support the UTL_RAW.Cast_To_VARCHAR2 function, so you can store PDF and RTF documents in an attached PL/SQL CLOB document on any of these database versions.

	plsqlblob:<procedure>/<document_identifier>

Note: The PL/SQL procedure must follow a standard API format. See: Standard APIs for "PL/SQL" Documents.

	plsqlblob:po_wf.show_req_blob/po_req:2038

	plsql:po_wf.show_req/&ITEM_ATTR1:&ITEM_ATTR2

Note: If you are defining a message attribute of type Document, you can also include a special token in your argument string called &#NID which Oracle Workflow substitutes with the notification ID of the runtime notification.


         Previous  Next          Contents  Index  Glossary



Oracle Logo
Copyright © 2003, 2004, Oracle. All rights reserved.