VCS_SCH_DET_AGGR_HIST
VCS_SCH_DET_AGGR_HIST contains the aggregated historical data for forecasts and commits.
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VCS_SCH_DET_AGGR_HIST_PK |
ENTRY_DETAIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| ENTRY_DETAIL_ID | NUMBER | 18 | Yes | Primary key indentifying a collaboration entry detail | Active | |
| ENTRY_ID | NUMBER | 18 | Yes | Primary key indentifying a collaboration entry | Active | |
| COLLAB_IDENTITY_ID | NUMBER | 18 | Yes | Provides collab entry identification across multiple publish cycles. | ||
| AGGREGATION_TYPE_CODE | VARCHAR2 | 30 | A code to indicate the type of aggregation. | |||
| QUANTITY | NUMBER | Identifies the requested quantity of a bucket | Active | |||
| QUANTITY_UOM | VARCHAR2 | 32 | Identifies the requested quantity UOM of a bucket | Active | ||
| RESPONSE_QUANTITY | NUMBER | Identifies the response quantity of a bucket | Active | |||
| RESPONSE_QUANTITY_UOM | VARCHAR2 | 32 | Identifies the response quantity UOM of a bucket | Active | ||
| MAX_FORECAST_VERSION | NUMBER | 9 | Identifies the forecast version for the historical aggregation | |||
| MAX_COMMIT_VERSION | NUMBER | 9 | Identifies the commit version for the historical aggregation | |||
| BUCKET_ID | NUMBER | 18 | Yes | ID of the bucket that short circuits period bucket | Active | |
| FCST_DEVIATION_FACTOR | NUMBER | Identifies the amount of change for a forecast deviation exception. This will be stored as a decimal factor. | ||||
| CMT_MISMATCH_FACTOR | NUMBER | Identifies the amount of change for a commit mismatch exception. This will be stored as a decimal factor. | ||||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| VCS_SCH_DET_AGGR_HIST_N1 | Non Unique | Default | COLLAB_IDENTITY_ID |
| VCS_SCH_DET_AGGR_HIST_N2 | Non Unique | Default | ENTRY_ID, BUCKET_ID, QUANTITY |
| VCS_SCH_DET_AGGR_HIST_U1 | Unique | Default | ENTRY_DETAIL_ID |