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


TABLE: PA.PA_ROLE_LIST_MEMBERS

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


PA_ROLE_LIST_MEMBERS stores the information about the roles
which make up the role list.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_ROLE_LIST_MEMBERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnROLE_LIST_ID
ColumnPROJECT_ROLE_ID
Columns
Name Datatype Length Mandatory Comments
ROLE_LIST_ID NUMBER (15) Yes The identifier of the role list which the roles belong to
PROJECT_ROLE_ID NUMBER (15) Yes The identifier of the role that is being used in the role list
RECORD_VERSION_NUMBER NUMBER

Sequence number for lock strategy in self service applications
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROLE_LIST_ID
,      PROJECT_ROLE_ID
,      RECORD_VERSION_NUMBER
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_ROLE_LIST_MEMBERS;

Dependencies

[top of page]

PA.PA_ROLE_LIST_MEMBERS does not reference any database object

PA.PA_ROLE_LIST_MEMBERS is referenced by following:

SchemaPA
ViewPA_ROLE_LIST_MEMBERS#