[Home] [Help]
[Dependency Information]
| Object Name: | PA_WF_PROCESSES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_WF_PROCESSES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
WF_TYPE_CODE
ITEM_TYPE
ITEM_KEY
ENTITY_KEY1
ENTITY_KEY2
|
| PA_WF_PROCESSES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ITEM_TYPE
ITEM_KEY
|
| PA_WF_PROCESSES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ENTITY_KEY1
ENTITY_KEY2
WF_TYPE_CODE
|
| 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 |
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;
PA.PA_WF_PROCESSES does not reference any database object
PA.PA_WF_PROCESSES is referenced by following:
PA
PA_WF_PROCESSES#
|
|
|
|