[Home] [Help]
[Dependency Information]
Object Name: | PA_WF_PROCESS_DETAILS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_WF_PROCESS_DETAILS stores details of workflow processes.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_WF_PROCESS_DETAILS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
PA_WF_PROCESS_DETAILS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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 worflow item type. |
ITEM_KEY | VARCHAR2 | (240) | Yes | This is the worflow item key. |
OBJECT_ID1 | NUMBER | Yes | This is the primary key of the entity whose items are being processed by the workflow process. | |
OBJECT_ID2 | NUMBER | This is a supplemental column for storing the primary key of the entity whose items are being processed by the workflow process. | ||
PROCESS_STATUS_CODE | VARCHAR2 | (30) | This is the status of the process. | |
SOURCE_ATTRIBUTE1 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE2 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE3 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE4 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE5 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE6 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE7 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE8 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE9 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
SOURCE_ATTRIBUTE10 | VARCHAR2 | (150) | This stores an attribute of the workflow process. | |
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
, OBJECT_ID1
, OBJECT_ID2
, PROCESS_STATUS_CODE
, SOURCE_ATTRIBUTE1
, SOURCE_ATTRIBUTE2
, SOURCE_ATTRIBUTE3
, SOURCE_ATTRIBUTE4
, SOURCE_ATTRIBUTE5
, SOURCE_ATTRIBUTE6
, SOURCE_ATTRIBUTE7
, SOURCE_ATTRIBUTE8
, SOURCE_ATTRIBUTE9
, SOURCE_ATTRIBUTE10
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_WF_PROCESS_DETAILS;
PA.PA_WF_PROCESS_DETAILS does not reference any database object
PA.PA_WF_PROCESS_DETAILS is referenced by following:
|
|
|