DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_OBJ_STATUS_LISTS

Object Details
Object Name: PA_OBJ_STATUS_LISTS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_OBJ_STATUS_LISTS
Subobject Name:
Status: VALID


This table stores the assignments of status lists to project objects.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_OBJ_STATUS_LISTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJ_STATUS_LIST_ID
PA_OBJ_STATUS_LISTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJECT_TYPE
ColumnOBJECT_ID
ColumnSTATUS_TYPE
ColumnSTATUS_LIST_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_OBJ_STATUS_LISTS does not reference any database object

PA.PA_OBJ_STATUS_LISTS is referenced by following:

SchemaAPPS
SynonymPA_OBJ_STATUS_LISTS