CST_ROLLUP_REPORT_KEYS

This is a table used for storing the keys from a BOM Structure in order to build each level.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: SUMMARY

Primary Key

Name Columns

CST_ROLLUP_REPORT_KEYS_PK

ROLLUP_REPORT_KEY_ID

Columns

Name Datatype Length Precision Not-null Comments
ROLLUP_REPORT_KEY_ID NUMBER 18 Yes Surrogate key and generated unique identifier for summarized rollup costs at each BOM level.
SCENARIO_ID NUMBER 18 Yes Unique identifier for each cost planning scenario.
ROLLUP_REPORT_ID NUMBER 18 Yes Surrogate key and generated unique identifier for summarized rollup costs at each BOM level.
BOM_LEVEL NUMBER Yes Indicates the level of the output item, or resource, or operation, or input item, or overhead, or sourcing rule inside the BOM Structure
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
ROOT_ASSEMBLY_ITEM_ID NUMBER Indicates the root assembly output item of the work definition snapshot.
ROOT_ASSEMBLY_ORG_ID NUMBER Indicates the organization identifier of the root assembly output item of the work definition snapshot.
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.

Indexes

Index Uniqueness Tablespace Columns
CST_ROLLUP_REPORT_KEYS_N1 Non Unique Default EFFECTIVE_START_DATE, SCENARIO_ID, ROLLUP_REPORT_ID
CST_ROLLUP_REPORT_KEYS_U1 Unique Default ROLLUP_REPORT_KEY_ID