[Home] [Help]
[Dependency Information]
| Object Name: | PA_WF_NTF_PERFORMERS_AR |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_WF_NTF_PERFORMERS_AR
|
| Subobject Name: | |
| Status: | VALID |
PA_WF_NTF_PERFORMERS_AR is a table for Archive/Purge.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_WF_NTF_PERFORMERS_AR_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PURGE_PROJECT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | |
| ITEM_TYPE | VARCHAR2 | (30) | This is the workflow item type | |
| ITEM_KEY | VARCHAR2 | (240) | This is the workflow item key | |
| OBJECT_ID1 | NUMBER | The unqiue identifier of the source entity for which the workflow is launched | ||
| OBJECT_ID2 | NUMBER | Optional second identifier of the entity or object for which the workflow is launched | ||
| USER_NAME | VARCHAR2 | (100) | Yes | The user name of the workflow notification performer |
| USER_TYPE | VARCHAR2 | (30) | Yes | The user type of the workflow notification performer |
| ROUTING_ORDER | NUMBER | The order in which this performer will receive the notifications | ||
| CURRENT_APPROVER_FLAG | VARCHAR2 | (1) | Indicates whether the performer is the current approver.Enables the application to track where the notification currently resides | |
| APPROVER_COMMENTS | VARCHAR2 | (255) | The comments which the performer of a notification enters when approving or rejecting the approval request | |
| GROUP_ID | NUMBER | (15) | The group_id is used to represent the mass transaction. It is used in grouping of approvers and is same for a mass approval transaction | |
| APPROVER_GROUP_ID | NUMBER | (15) | The approver group id is used to group approvers and send notifications | |
| APPROVAL_STATUS | VARCHAR2 | (30) | Stores the previous approval status of the assignment before the assignment | |
| SEQUENCE_NUMBER | NUMBER | Action Sequence Number | ||
| ACTION_CODE | VARCHAR2 | (30) | Action Code | |
| ACTION_DATE | DATE | Action Date | ||
| DISPLAY_FLAG | VARCHAR2 | (1) | Display Flag | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT PURGE_BATCH_ID
, PURGE_PROJECT_ID
, PURGE_RELEASE
, WF_TYPE_CODE
, ITEM_TYPE
, ITEM_KEY
, OBJECT_ID1
, OBJECT_ID2
, USER_NAME
, USER_TYPE
, ROUTING_ORDER
, CURRENT_APPROVER_FLAG
, APPROVER_COMMENTS
, GROUP_ID
, APPROVER_GROUP_ID
, APPROVAL_STATUS
, SEQUENCE_NUMBER
, ACTION_CODE
, ACTION_DATE
, DISPLAY_FLAG
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_WF_NTF_PERFORMERS_AR;
PA.PA_WF_NTF_PERFORMERS_AR does not reference any database object
PA.PA_WF_NTF_PERFORMERS_AR is referenced by following:
APPS
PA_WF_NTF_PERFORMERS_AR
|
|
|
|