PJS_PROG_PRJ_SCH_FACT

Table to store Commitment Fact at Program Project Level

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJS_PROG_PRJ_SCH_FACT_PK

PROJECT_ID

Columns

Name Datatype Length Precision Not-null Comments
PROJECT_ID NUMBER 18 Yes Unique identifier of the project.
FIN_PERCENT_COMPLETE NUMBER Percent complete for a financial project or task.
EXE_PERCENT_COMPLETE NUMBER Percent complete for a execution project or task.
FIN_START_DATE DATE Start date of a financial project or task.
FIN_FINISH_DATE DATE Completion date of a financial project or task.
ACTUAL_HOURS NUMBER Actual effort spent on a task associated to current row.
PLAN_HOURS NUMBER Planned effort for a task associated to current row.
PERSON_TASK_HOURS NUMBER Assignment effort associated to current row.
EXE_START_DATE DATE Start date of a execution project or task.
EXE_FINISH_DATE DATE Completion date of a execution project or task.
PLANNED_COST NUMBER Planned cost associated to current row.
PERSON_ALLOC_HOURS NUMBER Allocation effort associated to current row..
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.
ADDL_ATTRIBUTE1 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTRIBUTE2 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTRIBUTE3 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTRIBUTE4 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTRIBUTE5 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.

Indexes

Index Uniqueness Tablespace Columns
PJS_PROG_PRJ_SCH_FACT_U1 Unique Default PROJECT_ID