PJF_PROJECT_PARTIES_H
History Table that stores different versions of Project Parties - used to store the PRE and POST resource unification snapshot of the PJF_PROJECT_PARTIES table.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_PROJECT_PARTIES_H_PK |
PROJECT_PARTY_ID, UPG_CONTEXT |
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. | |
UPG_CONTEXT | VARCHAR2 | 10 | Yes | This column will be used to save the upgrade sync up context like 'PRE' or 'POST'. The 'PRE' /'POST' context means the data is before/after running the upgrade sync up for Resource unification. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_PROJECT_PARTIES_H_U1 | Unique | Default | PROJECT_PARTY_ID, UPG_CONTEXT |