PJS_PROG_PROJ_COST_FACT
This table contains non-persistent actuals data and is only used by program summarization.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJS_PROG_PROJ_COST_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 expenditure type. | |
RESOURCE_CLASS_ID | NUMBER | 18 | Yes | Unique identifier of the resource class. | |
ACT_QUANTITY | NUMBER | The number of units that are costed in the distribution line cost. | |||
ACT_BURDENED_COST | NUMBER | Actual Burdened cost associated to current row. | |||
ACT_RAW_COST | NUMBER | Raw cost associated to current row. | |||
ACT_BILLABLE_QUANTITY | NUMBER | The number of units that are billable. | |||
ACT_BILLABLE_BURDENED_COST | NUMBER | Billable burdened cost associated to current row. | |||
ACT_BILLABLE_RAW_COST | NUMBER | Billable raw cost associated to current row. | |||
ACT_PLANNED_QUANTITY | NUMBER | The number of units that are planned. | |||
ACT_PLANNED_BURDENED_COST | NUMBER | Planned burdened cost associated to current row. | |||
ACT_PLANNED_RAW_COST | NUMBER | Planned raw cost associated to current row. | |||
ACT_CAP_QUANTITY | NUMBER | The number of units that are capitalizable. | |||
ACT_CAP_BURDENED_COST | NUMBER | Capitalized burdened cost assciated to current row. | |||
ACT_CAP_RAW_COST | NUMBER | Capitalized raw cost assciated to current row. | |||
ACT_REV_RECOG_QUANTITY | NUMBER | The number of units of revenue that are recognized. | |||
ACT_REV_RECOG_BURDENED_COST | NUMBER | Revenue recognized burdened cost. | |||
ACT_REV_RECOG_RAW_COST | NUMBER | Revenue recognized raw cost Revenue recognized raw cost. | |||
ACT_INVOICED_QUANTITY | NUMBER | The number of units that are invoiced. | |||
ACT_INVOICED_BURDENED_COST | NUMBER | Invoiced burdened cost associated to current row. | |||
ACT_INVOICED_RAW_COST | NUMBER | Invoiced raw 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_COST_FACT_U1 | Unique | Default | PROJECT_ID, ENTERPRISE_PERIOD_NAME, CURRENCY_CODE, TXN_ACCUM_HEADER_ID, UNIT_OF_MEASURE, RESOURCE_CLASS_ID |