PJT_PLAN_VERSIONS

Contains the header record for each set of project plan lines that together make up project plan

Details

  • Schema: FUSION

  • Object owner: PJT

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJT_PLAN_VERSIONS_PK

PLAN_VERSION_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_VERSION_ID NUMBER 18 Yes System-generated identifier for the project plan version
PLAN_STATUS_CODE VARCHAR2 30 Yes Indicates whether it is a "baselined", "published" or "working" version
PROJECT_ID NUMBER 18 Yes Project for which the plan version is created
PUBLISHED_BY_PERSON_ID NUMBER 18 Resource Id of a person who published the project plan
PUBLISHED_DATE DATE Date the most recent project plan version was published
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
PARENT_STRUCTURE_VERSION_ID NUMBER 18 Version Id of the parent structure
ENTERPRISE_ID NUMBER 18 Yes Enterprise ID
LAST_SCHEDULE_DATE DATE Scheduling as of date chosen when project was last scheduled
FIN_DATES_REQUEST_ID NUMBER 18 This column indicates the Enterprise Service Schedule Request ID of the last submitted process for the selected projects to copy the financial task dates from the financial project plan to the work plan.
FIN_DATES_ESS_DATE DATE This column indicates the completion date of the the Enterprise Service Schedule Request ID of the last submitted process for the selected projects to copy the financial task dates from the financial project plan to the work plan.
FIN_DATES_ESS_STATUS VARCHAR2 1 This column indicates the status of this project from the Enterprise Service Schedule Request ID of the last submitted process for the selected projects to copy the financial task dates from the financial project plan to the work plan. Valid values are 'S' - Success, 'F' - Failed, 'W' - Warning, 'N' - Not Processed or null.
FIN_DATES_ESS_MSG_CODE VARCHAR2 50 This column indicates the Message Code if any from the Enterprise Service Schedule Request ID of the last submitted process for the selected projects to copy the financial task dates from the financial project plan to the work plan.

Foreign Keys

Table Foreign Table Foreign Key Column
PJT_PLAN_VERSIONS pjt_prj_enterprise_resource_b PUBLISHED_BY_PERSON_ID
pjt_baselines_b pjt_plan_versions PLAN_VERSION_ID

Indexes

Index Uniqueness Tablespace Columns
PJT_PLAN_VERSIONS_N1 Non Unique Default PLAN_STATUS_CODE
PJT_PLAN_VERSIONS_N2 Non Unique Default PROJECT_ID
PJT_PLAN_VERSIONS_N3 Non Unique Default PUBLISHED_DATE
PJT_PLAN_VERSIONS_U1 Unique Default PLAN_VERSION_ID