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 API for a "PL/SQL" Document.

	plsql:po_wf.show_req/po_req:2034

	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