PJT_PROJ_PLAN_LINES

Plan Lines contain the lowest level project plan data against tasks and resources, and its rolled up values against higher level task and project nodes.

Details

  • Schema: FUSION

  • Object owner: PJT

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJT_PROJ_PLAN_LINES_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes System-generated unique plan line ID
PLAN_LINE_ID NUMBER 18 Yes Plan Line unique identifier
PLAN_VERSION_ID NUMBER 18 Yes Version ID of the project plan
PLAN_LINE_TYPE_CODE VARCHAR2 30 Yes Plan line type code
START_DATE DATE START_DATE
FINISH_DATE DATE FINISH_DATE
PROJECT_ID NUMBER 18 Yes PROJECT_ID
PROJ_ELEMENT_ID NUMBER 18 Yes PROJ_ELEMENT_ID
PERSON_ID NUMBER 18 PERSON_ID
PRIORITY NUMBER PRIORITY
HEALTH_STS_CODE VARCHAR2 30 HEALTH_STS_CODE
PHYSICAL_PERCENT_COMPLETE NUMBER Physical percent complete
REMAINING_QUANTITY NUMBER REMAINING_QUANTITY
INITIATED_DATE DATE INITIATED_DATE
PROGRESS_ENTERED_DATE DATE PROGRESS_ENTERED_DATE
APPROVED_DATE DATE APPROVED_DATE
PM_PRODUCT_CODE VARCHAR2 64 PM_PRODUCT_CODE
PM_PLAN_PROGRESS_REF VARCHAR2 64 PM_PLAN_PROGRESS_REF
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.
ACTUAL_QUANTITY NUMBER ACTUAL_QUANTITY
PROPOSED_START_DATE DATE PROPOSED_START_DATE
RESOURCE_ID NUMBER 18 Task is assigned to this resource ID
NUMBER_OF_EXCEPTIONS NUMBER NUMBER_OF_EXCEPTIONS
LAST_COMMENT_DATE TIMESTAMP LAST_COMMENT_DATE
ITD_QUANTITY NUMBER ITD QUANTITY
ELEMENT_VERSION_ID NUMBER 18 Yes ELEMENT_VERSION_ID
PROPOSED_FINISH_DATE DATE Proposed Finish Date
ACTUAL_START_DATE DATE Actual Start Date
ACTUAL_FINISH_DATE DATE Actual Finish Date
DURATION NUMBER DURATION
ROLLUP_FLAG VARCHAR2 1 Y/N internal flag used by rollup logic
ROLLUP_PLAN_LINE VARCHAR2 1 Y/N. Y indicates that this plan line contains rolled up data for a given task or project.
RESOURCE_ALLOCATION_PERCENT NUMBER Resource allocation percentage
PROPOSED_RES_ALLOCATION NUMBER Proposed resource allocation percentage
PROPOSED_DURATION NUMBER Proposed duration
PROGRESS_STATUS_CODE VARCHAR2 20 Progress Status Code: Not Started, In Progress, Completed
BASELINE_START_DATE DATE BASELINE_START_DATE
BASELINE_FINISH_DATE DATE BASELINE_FINISH_DATE
BASELINE_QUANTITY NUMBER BASELINE_QUANTITY
PROPOSED_QUANTITY NUMBER PROPOSED_QUANTITY
QUANTITY NUMBER QUANTITY
BASELINE_DURATION NUMBER Baseline duration
BASELINE_ALLOCATION NUMBER Baseline allocation
PERCENT_COMPLETE NUMBER Percent complete
TASK_ASSIGNED_DATE TIMESTAMP Date when the task was assigned to the resource
LABOR_COST_AMOUNT NUMBER This column would store the Planned Labor Cost Amount based on the Quantity and the Cost Rate of the Labor Resource.
ACTUAL_LABOR_COST_AMOUNT NUMBER This column would store the Actual Labor Cost Amount based on the ITD Quantity and the Cost Rate of the Labor Resource.
REMAINING_LABOR_COST_AMOUNT NUMBER This column would store the Remaining Labor Cost Amount based on the Remaining Quantity and the Cost Rate of the Labor Resource.
LABOR_BILLED_AMOUNT NUMBER This column would store the Planned Labor Billed Amount based on the Quantity and the Billing Rate of the Labor Resource.
ACTUAL_LABOR_BILLED_AMOUNT NUMBER This column would store the Actual Labor Billed Amount based on the ITD Quantity and the Billing Rate of the Labor Resource.
REMAINING_LABOR_BILLED_AMOUNT NUMBER This column would store the Remaining Labor Billed Amount based on the Remaining Quantity and the Billing Rate of the Labor Resource.
EXPENSE_COST_AMOUNT NUMBER This column would store the Planned Expense Cost Amount for the expense resource as entered by the user.
ACTUAL_EXPENSE_COST_AMOUNT NUMBER This column would store the Actual Expense Cost Amount for the expense resource as entered by the user.
REMAINING_EXPENSE_COST_AMOUNT NUMBER This column would store the Remaining Expense Cost Amount for the expense resource as entered by the user.
TOTAL_COST_AMOUNT NUMBER This column would store the total of the Planned Labor Cost Amount and the Planned Expense Cost Amount
TOTAL_ACTUAL_COST_AMOUNT NUMBER This column would store the total of the Actual Labor Cost Amount and the Actual Expense Cost Amount
TOTAL_REMAINING_COST_AMOUNT NUMBER This column would store the total of the Remaining Labor Cost Amount and the Remaining Expense Cost Amount
DENORM_RESOURCE_CLASS VARCHAR2 20 This column would store the resource class as FINANCIAL_ELEMENTS for expense resource plan line, PEOPLE for labor resource plan line, NULL for summary plan line and so on.
COST_PERCENT_COMPLETE NUMBER This column would store the cost percent complete calculated as Total Actual Cost Amount/Total Cost Amount
ENTERPRISE_ID NUMBER 18 Yes Enterprise ID
BASELINE_LABOR_COST_AMOUNT NUMBER Labor Cost Amount stored in the Primary Baseline
BASELINE_LABOR_BILLED_AMOUNT NUMBER Labor Billed Amount stored in the Primary Baseline
BASELINE_EXPENSE_COST_AMOUNT NUMBER Expense Cost Amount stored in the Primary Baseline
WORKITEMS_COMPLETE_FLAG VARCHAR2 1 Flag to indicate completion status of workitems associated to the task.
GATE_STATUS_CODE VARCHAR2 50 Column indicating status code of a gate
AT_COMPLETION_QUANTITY NUMBER Quantity on the task at completion
AT_COMPLETION_START_DATE DATE Start date on the task at completion
AT_COMPLETION_FINISH_DATE DATE Finish date on the task at completion
AT_COMPLETION_LABOR_COST NUMBER Labor cost amount on the task at completion
AT_COMPLETION_EXPENSE_COST NUMBER The current expense amount of the expense resource or task
AT_COMPLETION_LABOR_BILL NUMBER The current labor bill amount of the labor resource or task
AT_COMPLETION_TOTAL_COST NUMBER The total of the current labor cost and expense cost of the task
SHOW_IN_TIMELINE_FLAG VARCHAR2 1 Indicates whether task should be visible in Timeline. This can be used by Project Manager to visualize only critical tasks and milestones.
TASK_DEADLINE DATE The target date for the project manager when the task needs to be done.
CREATION_SOURCE VARCHAR2 30 The source from which this Task/Plan Line got created For e.g. Unified Rest Service, Project Plan Rest Service, UI, FBDI, MSP etc.
UPDATE_SOURCE VARCHAR2 30 The source from which this Task/Plan Line got updated For e.g. Unified Rest Service, Project Plan Rest Service, UI etc.
PRJ_RESOURCE_ASSIGN_ID NUMBER This column will be used to associate the Project Resource Assignment ID (PRS_ID) for each Task Assignment. Currently we do store the PER_ID for each assignment. We will continue to store PER_ID to ensure backward compatibility.
AT_COMPLETION_DURATION NUMBER Total working time required to complete the task. It is generally the working time from the task's current start date to the current finish date.
EARLY_START_DATE DATE The Early Start date that a task could possibly begin.
EARLY_FINISH_DATE DATE The Early Finish date that a task could possibly finish.
LATE_START_DATE DATE The Late Start date that a task can start without delaying the finish of the project.
LATE_FINISH_DATE DATE The Late Finish date that a task can finish without delaying the finish of the project.
AT_COMPLETION_START_TIME TIMESTAMP Start timestamp on the task at completion.
AT_COMPLETION_FINISH_TIME TIMESTAMP Finish timestamp on the task at completion.
FREE_FLOAT NUMBER The time a task can be delayed without it impacting the early start date of the next task.
TOTAL_FLOAT NUMBER The amount of time that a task can be delayed from its early start date without delaying the project finish date
EFFECTIVE_COST_RATE NUMBER Effective cost rate associated to the project task.
EFFECTIVE_BILL_RATE NUMBER Effective bill rate associated to the project task.

Foreign Keys

Table Foreign Table Foreign Key Column
PJT_PROJ_PLAN_LINES pjt_prj_enterprise_resource_b RESOURCE_ID

Indexes

Index Uniqueness Tablespace Columns
PJT_PROJ_PLAN_LINES_N1 Non Unique Default PLAN_VERSION_ID
PJT_PROJ_PLAN_LINES_N2 Non Unique Default PROJ_ELEMENT_ID
PJT_PROJ_PLAN_LINES_N3 Non Unique Default PROJECT_ID
PJT_PROJ_PLAN_LINES_N4 Non Unique Default ELEMENT_VERSION_ID
PJT_PROJ_PLAN_LINES_N5 Non Unique Default RESOURCE_ID
PJT_PROJ_PLAN_LINES_N6 Non Unique Default ROLLUP_PLAN_LINE
PJT_PROJ_PLAN_LINES_U2 Unique Default ID
PJT_PROJ_PLAN_LINES_U3 Unique Default PLAN_LINE_ID