PJS_PROG_PROJ_REV_FACT

Table to store Revenue Fact at Program Project Level.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJS_PROG_PROJ_REV_FACT_PK

PROJECT_ID, ENTERPRISE_PERIOD_NAME, CURRENCY_CODE, TXN_ACCUM_HEADER_ID, 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.
RESOURCE_CLASS_ID NUMBER 18 Yes Unique Identifier of Resource Class.
ACT_REVENUE NUMBER Actual revenue amount 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_REV_FACT_U1 Unique Default PROJECT_ID, ENTERPRISE_PERIOD_NAME, CURRENCY_CODE, TXN_ACCUM_HEADER_ID, RESOURCE_CLASS_ID