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


TABLE: PA.PA_PROJECT_SUBTEAM_PARTIES

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


Table to store information about the association of project parties and assignments to project subteams.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PROJECT_SUBTEAM_PARTIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_SUBTEAM_PARTY_ID
PA_PROJECT_SUBTEAM_PARTIES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_SUBTEAM_ID
ColumnOBJECT_TYPE
ColumnOBJECT_ID
PA_PROJECT_SUBTEAM_PARTIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJECT_TYPE
ColumnOBJECT_ID
Columns
Name Datatype Length Mandatory Comments
PROJECT_SUBTEAM_PARTY_ID NUMBER
Yes System generated number to uniquely identifies the subteam party assignment
PROJECT_SUBTEAM_ID NUMBER
Yes The identifier of the subteam to which the party is assigned to
RECORD_VERSION_NUMBER NUMBER
Yes Sequence number for locking strategy in self service applications
OBJECT_TYPE VARCHAR2 (30) Yes The type of the object associated with the Subteam
OBJECT_ID NUMBER (15) Yes The identifier of the party or assignment associated with the Subteam
PRIMARY_SUBTEAM_FLAG VARCHAR2 (1)
Flag indicating whether this is the primary subteam for the party
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 PROJECT_SUBTEAM_PARTY_ID
,      PROJECT_SUBTEAM_ID
,      RECORD_VERSION_NUMBER
,      OBJECT_TYPE
,      OBJECT_ID
,      PRIMARY_SUBTEAM_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_PROJECT_SUBTEAM_PARTIES;

Dependencies

[top of page]

PA.PA_PROJECT_SUBTEAM_PARTIES does not reference any database object

PA.PA_PROJECT_SUBTEAM_PARTIES is referenced by following:

SchemaPA
ViewPA_PROJECT_SUBTEAM_PARTIES#