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" and "PL/SQL CLOB" 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

Attention: Only notifications viewed from the Notifications Worklist can include PL/SQL CLOB documents. You cannot use PL/SQL CLOB documents in e-mail notifications sent through the Notification Mailer. Ensure that you do not include PL/SQL CLOB documents in notifications sent to recipients whose mail preference is MAILTEXT, MAILHTML, or MAILATTH.

	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.

	DM:<node_ID>:<document_ID>:[version]


         Previous  Next          Contents  Index  Glossary