DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_WF_PROCESSES

Object Details
Object Name: PA_WF_PROCESSES
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_WF_PROCESSES
Subobject Name:
Status: VALID


This table stores versions of various workflows. There could be many workflows for a project , budget or an assignment. Typically , the entity_key1 column is used to store the project id, wherever the workflow is in the context of a project. The entity_key2 column contains any other relevant identifier , like assignment_id or resource_id. One exception to this is the budget approval workflow. For draft budget workflows, the entity_key1 column contains the draft budget version identifier, and the entity_key2 column is zero. For baseline budget workflows, the entity_key1 is the draft budget version identifier, and the entity_key2 column is the baselined budget version identifier. Once a workflow process completes, this data is not used anywhere else. This table can be periodically purged by the system administrator.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_WF_PROCESSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWF_TYPE_CODE
ColumnITEM_TYPE
ColumnITEM_KEY
ColumnENTITY_KEY1
ColumnENTITY_KEY2
PA_WF_PROCESSES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_TYPE
ColumnITEM_KEY
PA_WF_PROCESSES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTITY_KEY1
ColumnENTITY_KEY2
ColumnWF_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
WF_TYPE_CODE VARCHAR2 (30) Yes This code indicates the workflow type.
ITEM_TYPE VARCHAR2 (30) Yes This is the workflow item type.
ITEM_KEY VARCHAR2 (240) Yes This is the workflow item key.
ENTITY_KEY1 VARCHAR2 (80) Yes This is the primary key of the entity for which the workflow is initiated.
ENTITY_KEY2 VARCHAR2 (80) Yes This is a supplemental column for storing the primary key of the entity for which the workflow is initiated.
DESCRIPTION VARCHAR2 (255)
This is the workflow description.
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT WF_TYPE_CODE
,      ITEM_TYPE
,      ITEM_KEY
,      ENTITY_KEY1
,      ENTITY_KEY2
,      DESCRIPTION
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_WF_PROCESSES;

Dependencies

[top of page]

PA.PA_WF_PROCESSES does not reference any database object

PA.PA_WF_PROCESSES is referenced by following:

SchemaAPPS
SynonymPA_WF_PROCESSES