Previous  Next          Contents  Index  Glossary  Library

The Workflow Demonstration Item Type

The Requisition Approval process is associated with an item type called Workflow Demonstration. This item type identifies all demonstration workflow processes available. Currently there are two workflow processes associated with Workflow Demonstration: Requisition Approval and Notify Approver.

If you examine the property page of Workflow Demonstration, you see that it calls a selector function named WF_REQDEMO.SELECTOR. This selector function is an example PL/SQL stored procedure that returns the name of the process to run when more than one process exists for a given item type. The selector function in this example returns Requisition Approval as the process to run.

The Workflow Demonstration item type also has several attributes associated with it. These attributes reference information in the demonstration application tables. The attributes are used and maintained by function activities as well as notification activities throughout the process.

Workflow Demonstration Item Type Attributes
Display Name Description Type Length/Format/ Lookup Type
Forward From Display Name Name of the person that the requisition is forwarded from Text  
Forward From Username Username of the person that the requisition is forwarded from Text 30
Forward To Display Name Name of the person that the requisition is forwarded to Text  
Forward To Username Username of the person that the requisition is forwarded to Text 30
Requestor Display Name Name of the requisition preparer Text  
Requestor Username Username of the requisition preparer Text 30
Requisition Amount Requisition amount Number 9,999,999,999.99
Requisition Number Unique identifier of a requisition Text  
Requisition Description Unique user identifier of a requisition Text 30
Requisition Process Owner Username of the requisition owner Text 30
Note Note Text  
Monitor URL Monitor URL URL  


         Previous  Next          Contents  Index  Glossary  Library