PJS_PROG_PROJ_CMT_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_PROJ_CMT_FACT_PK

PROJECT_ID, ENTERPRISE_PERIOD_NAME, CURRENCY_CODE, TXN_ACCUM_HEADER_ID, UNIT_OF_MEASURE, RESOURCE_CLASS_ID

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 accounting calendar used for the program performance reporting.
CURRENCY_CODE VARCHAR2 15 Yes The three-letter ISO code associated with a currency used in projects.
TXN_ACCUM_HEADER_ID NUMBER 18 Yes Unique combination of resource attributes and is used for RBS mapping.
UNIT_OF_MEASURE VARCHAR2 30 Yes The unit by which to measure amounts entered for the commitment.
RESOURCE_CLASS_ID NUMBER 18 Yes Unique identifier of the resource class.
CMT_SUP_INV_QUANTITY NUMBER Commitment supplier invoice quantity.
CMT_PO_QUANTITY NUMBER Commitment purchase order quantity.
CMT_REQ_QUANTITY NUMBER Commitment requisition quantity.
CMT_OTH_QUANTITY NUMBER Commitment other quantity associated to the row.
CMT_TOTAL_QUANTITY NUMBER Total quantity that is committed associated to the row.
CMT_SUP_INV_RAW_COST NUMBER Supplier invoice commitment raw cost.
CMT_PO_RAW_COST NUMBER Purchase order commitment raw cost.
CMT_REQ_RAW_COST NUMBER Requisition commitment raw cost.
CMT_OTH_RAW_COST NUMBER Other commitment raw cost associated to current row.
CMT_TOTAL_RAW_COST NUMBER Total committed raw cost associated to current row.
CMT_SUP_INV_BURDENED_COST NUMBER Supplier invoice commitment burdened cost.
CMT_PO_BURDENED_COST NUMBER Purchase order commitment burdened cost.
CMT_REQ_BURDENED_COST NUMBER Requisition commitment burdened cost.
CMT_OTH_BURDENED_COST NUMBER Other commitment burdened cost.
CMT_TOTAL_BURDENED_COST NUMBER Total committed burdened cost 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_PROJ_CMT_FACT_U1 Unique Default PROJECT_ID, ENTERPRISE_PERIOD_NAME, CURRENCY_CODE, TXN_ACCUM_HEADER_ID, UNIT_OF_MEASURE, RESOURCE_CLASS_ID