FFS_FORC_OVERRIDE

Used to store trend override details.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_FORC_OVERRIDE_PK

OVERRIDE_ID

Columns

Name Datatype Length Precision Not-null Comments
OVERRIDE_ID NUMBER 10 Yes Unique identifier for forecasting override data.
OVERRIDE_NAME VARCHAR2 256 Name of forecasting override data.
OVERRIDE_GROUP VARCHAR2 18 Identify the parent forecasting trend.
TREND_ID NUMBER 8 Unique identifier for the forecast trend.
USER_ID NUMBER 18 Yes User Id which created this override.
TREND_ACCESS VARCHAR2 7 Users for which this override is applicable.
BUCKET_ID NUMBER 8 Yes Unique identifier for the bucket.
TIME_SLOT NUMBER 5 Yes Time slot for forecasting override data.
CAPACITY_CATEGORY_ID NUMBER 5 Yes Unique identifier for the capacity category.
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
FFS_FORC_OVERRIDE_PK Unique DATA OVERRIDE_ID