[Home] [Help]
[Dependency Information]
| Object Name: | PA_WF_PROCESSES_AR |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_WF_PROCESSES_AR
|
| 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_AR_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PURGE_PROJECT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| DESCRIPTION | VARCHAR2 | (255) | This is the workflow description. | |
| ENTITY_KEY1 | VARCHAR2 | (80) | This is the primary key of the entity for which the workflow is initiated. | |
| ENTITY_KEY2 | VARCHAR2 | (80) | This is a supplemental column for storing the primary key of the entity for which the workflow is initiated. | |
| ITEM_KEY | VARCHAR2 | (240) | This is the workflow item key. | |
| ITEM_TYPE | VARCHAR2 | (30) | This is the workflow item type. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
| PURGE_BATCH_ID | NUMBER | (15) | Yes | Purge batch Id |
| PURGE_PROJECT_ID | NUMBER | (15) | Yes | Purged project Id |
| PURGE_RELEASE | VARCHAR2 | (50) | Yes | Purge release version |
| WF_TYPE_CODE | VARCHAR2 | (30) | This code indicates the workflow type. |
Cut, paste (and edit) the following text to query this object:
SELECT CREATED_BY
, CREATION_DATE
, DESCRIPTION
, ENTITY_KEY1
, ENTITY_KEY2
, ITEM_KEY
, ITEM_TYPE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PURGE_BATCH_ID
, PURGE_PROJECT_ID
, PURGE_RELEASE
, WF_TYPE_CODE
FROM PA.PA_WF_PROCESSES_AR;
PA.PA_WF_PROCESSES_AR does not reference any database object
PA.PA_WF_PROCESSES_AR is referenced by following:
PA
PA_WF_PROCESSES_AR#
|
|
|
|