[Home] [Help]
[Dependency Information]
| Object Name: | PA_OBJ_STATUS_LISTS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_OBJ_STATUS_LISTS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the assignments of status lists to project objects.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_OBJ_STATUS_LISTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
OBJ_STATUS_LIST_ID
|
| PA_OBJ_STATUS_LISTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
OBJECT_TYPE
OBJECT_ID
STATUS_TYPE
STATUS_LIST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJ_STATUS_LIST_ID | NUMBER | (15) | Yes | Unique identifier of the status list assignment. |
| OBJECT_TYPE | VARCHAR2 | (30) | Yes | Specify the type of the object. |
| OBJECT_ID | NUMBER | (15) | Yes | Unique identifier of the object. |
| STATUS_LIST_ID | NUMBER | (15) | Yes | Unique identifier of the status list. |
| STATUS_TYPE | VARCHAR2 | (30) | Yes | Status type. |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_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 OBJ_STATUS_LIST_ID
, OBJECT_TYPE
, OBJECT_ID
, STATUS_LIST_ID
, STATUS_TYPE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_OBJ_STATUS_LISTS;
PA.PA_OBJ_STATUS_LISTS does not reference any database object
PA.PA_OBJ_STATUS_LISTS is referenced by following:
APPS
PA_OBJ_STATUS_LISTS
|
|
|
|