[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJECT_SUBTEAM_PARTIES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_PROJECT_SUBTEAM_PARTIES
|
| Subobject Name: | |
| Status: | VALID |
Table to store information about the association of project parties and assignments to project subteams.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PROJECT_SUBTEAM_PARTIES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROJECT_SUBTEAM_PARTY_ID
|
| PA_PROJECT_SUBTEAM_PARTIES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROJECT_SUBTEAM_ID
OBJECT_TYPE
OBJECT_ID
|
| PA_PROJECT_SUBTEAM_PARTIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OBJECT_TYPE
OBJECT_ID
|
| 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 |
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;
PA.PA_PROJECT_SUBTEAM_PARTIES does not reference any database object
PA.PA_PROJECT_SUBTEAM_PARTIES is referenced by following:
PA
PA_PROJECT_SUBTEAM_PARTIES#
|
|
|
|