0% found this document useful (0 votes)
198 views

Oracle Workflow Tables

The document summarizes key Oracle Workflow tables used to store workflow definitions and runtime data. The WF_ACTIVITIES table stores activity definitions like processes, notifications, and functions. The WF_ITEMS table stores runtime work items. The WF_ITEM_ATTRIBUTES table defines attributes associated with processes. And the WF_NOTIFICATIONS table stores information about sent notification instances.

Uploaded by

PIANGO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
198 views

Oracle Workflow Tables

The document summarizes key Oracle Workflow tables used to store workflow definitions and runtime data. The WF_ACTIVITIES table stores activity definitions like processes, notifications, and functions. The WF_ITEMS table stores runtime work items. The WF_ITEM_ATTRIBUTES table defines attributes associated with processes. And the WF_NOTIFICATIONS table stores information about sent notification instances.

Uploaded by

PIANGO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

4/28/2014 Oracle Apps: Oracle Workflow tables:

http://sairamgoudmalla.blogspot.ae/2009/05/oracle-workflow-tables.html 1/1
Oracle Workflow tables:
Oracle Workflow tables:
WF_ACTIVITIES table stores the definition of an activity. Activities
can be processes, notifications, functions or folders. A process activity
is a modelled workflow process, which can be included as an activity in
other processes to represent a subprocess. A notification activity
sends a message to a performer. A functions activity performs an
automated function that is written as a PL/SQL stored procedure.
A folder activity is not part of a process, it provides a means of grouping activities.
WF_ITEMS is the runtime table for workflow processes. Each row
defines one work item within the system.
WF_ITEM_ATTRIBUTES table stores definitions of attributes
associated with a process. Each row includes the sequence in which
the attribute is used as well as the format of the attribute data.
WF_NOTIFICATIONS holds the runtime information about a specific
instance of a sent message. A new row is created in the table each time
a message is sent.

You might also like