Ponents
Ponents
Ponents
AAST/AZZA SHOUKR
Chapter02
Work Flow Builder Components
• Attributes
• Lookups
• Notifications
• Messages
Page 1 of 6
Oracle APPS Workflow Builder Chapter 02:Workflow Builder Components
AAST/AZZA SHOUKR
1. Attributes
• An item type attribute is a property associated with a given item type.
• It acts as a global variable that can be referenced or updated by any activity within a
process.
• You must define an item type before you can define the item attributes associated with it.
– Use the Quick Start Wizard to quickly create a new process framework, including
an item type
– Define item types manually in the navigator tree
Page 2 of 6
Oracle APPS Workflow Builder Chapter 02:Workflow Builder Components
AAST/AZZA SHOUKR
e. The lookup codes for a lookup type are defined in the navigator tree beneath the lookup
type.
3. Notifications
a. A notification activity is a step in a workflow process used to communicate with a human
being.
b. A notification activity sends a message to a user containing the information needed to
complete the work.
c. The notification may or may not require a response from the recipient.
Notification activities must be associated with an item type and are created in the navigator tree
beneath the Notifications branch of the item type.
In Oracle Workflow Builder,
1.select the item type that you want in the navigator tree. Then select New Notification from the Edit
menu.
2. On the Activity property page, enter an internal name for the activity. The internal name must be
all uppercase without any colons or leading or trailing spaces.
6. Optionally specify a PL/SQL stored procedure in the Function field. The procedure is known as
a post-notification function and can be used to couple processing logic to the notification activity.
Page 3 of 6
Oracle APPS Workflow Builder Chapter 02:Workflow Builder Components
AAST/AZZA SHOUKR
7. Specify the result type that contains the possible results that the notification can return. If the
message for the notification includes a result, then the result type of the notification activity must be
the same as the lookup type that the message result references.
• When you add a notification activity node to a workflow process, define the properties for
that individual instance of the activity in the Node tab of the activity property pages.
• Important properties for a notification activity node include:
– Timeout
– Performer
The timeout value for a notification activity node specifies whether the notification response must be
received by a certain time.
• No Timeout
• Relative Time
• Item Attribute
Page 4 of 6
Oracle APPS Workflow Builder Chapter 02:Workflow Builder Components
AAST/AZZA SHOUKR
4. Messages
a. A message specifies the information that is sent to a user by a notification activity.
b. Messages must be associated with an item type and are created in the navigator tree
under the Messages branch of the item type.
c.
To create a new message:
1. In the Oracle Workflow Builder, select the item type you want in the navigator tree. Then
select New Message from the Edit menu.
2. On the Message property page, enter an internal name for the message. The internal
name must be all uppercase without any colons or leading or trailing spaces.
3. Enter a display name for the message.
4. Enter a description of the message.
5. Select the priority for the message (High, Normal, or Low). Message recipients can sort
their notifications based on the priority.
6. Click Apply to save your changes.
• After creating a new message, you must define the subject and body of the message.
• You can optionally include message attributes in the subject or body.
– In the subject or body of the message, specify the internal name of the message
attribute and precede that internal name with an ampersand (“&”).
– Message attributes are token substituted with a run-time value when the message
is sent.
Page 5 of 6
Oracle APPS Workflow Builder Chapter 02:Workflow Builder Components
AAST/AZZA SHOUKR
• A message attribute is a variable that you define for a particular message to either
provide information or prompt for a response when the message is sent in a notification.
• Message attributes must be associated with a message and are defined in the navigator
tree beneath that message.
Page 6 of 6