Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
In a workflow process, you can attach documents generated by a PL/SQL procedure, which we call PL/SQL or PL/SQL CLOB documents. In a future release, you will also be able to attach documents stored in a document management system, which we call DM documents. You attach a document to a workflow process by referencing the document in a predefined item attribute or message attribute of type Document. See: Attribute Types, To Define an Item Type or Activity Attribute and To Define a Message Attribute.
For PL/SQL documents and PL/SQL CLOB documents, the item or message attribute's value would be the name of the PL/SQL package and procedure used to generate the document. The PL/SQL procedure must follow an Oracle Workflow standard interface. The document generated by the PL/SQL procedure is simply displayed within the text of a notification. See: Standard APIs for "PL/SQL" and "PL/SQL CLOB" Documents.
Previous | Next | Contents | Index | Glossary |