PJS_PROG_PRJ_SCH_PRD_FACT

Table to store periodic snapshot of progress for program performance.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

PJS_PROG_PRJ_SCH_PRD_FACT_PK

PROJECT_ID, ENTERPRISE_PERIOD_NAME

Columns

Name Datatype Length Precision Not-null Comments
PROJECT_ID NUMBER 18 Yes Unique identifier of the project.
ENTERPRISE_PERIOD_NAME VARCHAR2 15 Yes Period name of the accounting calendar used for program performance reporting.
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.
FIN_PERCENT_COMPLETE NUMBER Percent complete on financial project plan.
EXE_PERCENT_COMPLETE NUMBER Percent complete on execution project plan.
FIN_START_DATE DATE Schedule start date of project on financial project plan.
FIN_FINISH_DATE DATE Schedule completion date of project on financial project plan.
ACTUAL_HOURS NUMBER Actual effort spent on execution project plan.
PLAN_HOURS NUMBER Planned effort on execution project plan.
PERSON_TASK_HOURS NUMBER Assignment effort on execution project plan.
EXE_START_DATE DATE Schedule start date of project on execution project plan.
EXE_FINISH_DATE DATE Schedule completion date of project on execution project plan.
PLANNED_COST NUMBER Planned cost on execution project plan.
PERSON_ALLOC_HOURS NUMBER Allocation effort on execution project plan.
ENTERPRISE_CALENDAR_ID NUMBER 18 Unique identifier of the accounting calendar used to define the periods for program performance reporting.
ENTERPRISE_PERIOD_SET_NAME VARCHAR2 15 Name of the accounting calendar used for program performance reporting.
ENTERPRISE_PERIOD_TYPE VARCHAR2 20 Accounting period type, such as weekly, monthly, quarterly.
ADDL_ATTRIBUTE1 VARCHAR2 150 Oracle internal use only.
ADDL_ATTRIBUTE2 VARCHAR2 150 Oracle internal use only.
ADDL_ATTRIBUTE3 VARCHAR2 150 Oracle internal use only.
ADDL_ATTRIBUTE4 VARCHAR2 150 Oracle internal use only.
ADDL_ATTRIBUTE5 VARCHAR2 150 Oracle internal use only.

Indexes

Index Uniqueness Tablespace Columns
PJS_PROG_PRJ_SCH_PRD_FACT_U1 Unique DEFAULT PROJECT_ID, ENTERPRISE_PERIOD_NAME