PJF_PROJECT_PARTIES
This table provides all the project people whether active or inactive.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_PROJECT_PARTIES_PK |
PROJECT_PARTY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PROJECT_PARTY_ID | NUMBER | 18 | Yes | System generated number that uniquely identifies the project party | |
OBJECT_ID | NUMBER | 18 | Yes | The identifier of the object to which the party is assigned to | |
OBJECT_TYPE | VARCHAR2 | 30 | Yes | The identifier of the type of the objects, such as Projects or | |
PROJECT_ID | NUMBER | 18 | The identifier of the project to which the objects belong | ||
RESOURCE_ID | NUMBER | 18 | The identifier of the resource assigned to the project | ||
RESOURCE_SOURCE_ID | NUMBER | 18 | Yes | The identifier of the source. Source can be employee or party. | |
PROJECT_PARTY_TYPE | VARCHAR2 | 2 | Yes | PROJECT_PARTY_TYPE ***** | |
RELATIONSHIP_ID | NUMBER | 18 | RELATIONSHIP_ID ***** | ||
PROJECT_ROLE_ID | NUMBER | 18 | Yes | The identifier of the role that is assigned to the RESOURCE_SOURCE_ID | |
START_DATE_ACTIVE | DATE | The first effective date for the project party | |||
END_DATE_ACTIVE | DATE | The last effective date for the project party | |||
PJS_TRACK_TIME | VARCHAR2 | 1 | PJS_TRACK_TIME ***** | ||
SCHEDULED_FLAG | VARCHAR2 | 1 | Flag indicating whether an assignment exists for this person | ||
PROJ_RESOURCE_ID | NUMBER | 18 | Identifier of the project resource in Project Management. | ||
LDAP_REQUEST_ID | NUMBER | 18 | LDAP_REQUEST_ID | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJF_PROJECT_PARTIES | pjf_projects_all_b | PROJECT_ID |
PJF_PROJECT_PARTIES | pjf_proj_role_types_b | PROJECT_ROLE_ID |
PJF_PROJECT_PARTIES | pjt_project_resource | PROJ_RESOURCE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_PROJECT_PARTIES_N1 | Non Unique | Default | PROJECT_ID, PROJECT_ROLE_ID |
PJF_PROJECT_PARTIES_N2 | Non Unique | Default | RESOURCE_SOURCE_ID, PROJECT_PARTY_TYPE |
PJF_PROJECT_PARTIES_N3 | Non Unique | Default | OBJECT_TYPE, OBJECT_ID, PROJECT_ROLE_ID |
PJF_PROJECT_PARTIES_N4 | Non Unique | Default | PROJECT_ROLE_ID, PROJECT_PARTY_TYPE, RESOURCE_SOURCE_ID |
PJF_PROJECT_PARTIES_N5 | Non Unique | Default | RESOURCE_ID |
PJF_PROJECT_PARTIES_N6 | Non Unique | Default | LAST_UPDATE_DATE |
PJF_PROJECT_PARTIES_U1 | Unique | Default | PROJECT_PARTY_ID |
PJF_PROJECT_PARTIES_U2 | Unique | Default | OBJECT_ID, OBJECT_TYPE, PROJECT_PARTY_TYPE, RESOURCE_SOURCE_ID, PROJECT_ROLE_ID, START_DATE_ACTIVE |