FFS_QTS_CATEGORY_WEIGHT

Contains weight coefficients of capacity categories.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_QTS_CATEGORY_WEIGHT_PK

WEEK_ID, BUCKET_ID, TIME_SLOT_ID, CATEGORY_ID

Columns

Name Datatype Length Precision Not-null Comments
BUCKET_ID NUMBER 8 Yes Foreign Key. Points to BUCKET_ID in FFS_QTS_BUCKET_PROFILE.
TIME_SLOT_ID NUMBER 5 Yes Foreign Key. Points to TIME_SLOT_ID in FFS_TIME_SLOT.
CATEGORY_ID NUMBER 5 Yes Foreign Key. Points to WORK_SKILL_ID in FFS_WORK_SKILL.
WEEK_ID NUMBER 5 Yes Offset of a given week from 01.01.1970.
SUNDAY DATE Yes The first date of the given week.
QUOTA_WEIGHT_00 NUMBER 8 Yes Weight of the category based on quota for Sunday.
QUOTA_WEIGHT_01 NUMBER 8 Yes Weight of the category based on quota for Monday.
QUOTA_WEIGHT_02 NUMBER 8 Yes Weight of the category based on quota for Tuesday.
QUOTA_WEIGHT_03 NUMBER 8 Yes Weight of the category based on quota for Wednesday.
QUOTA_WEIGHT_04 NUMBER 8 Yes Weight of the category based on quota for Thursday.
QUOTA_WEIGHT_05 NUMBER 8 Yes Weight of the category based on quota for Friday.
QUOTA_WEIGHT_06 NUMBER 8 Yes Weight of the category based on quota for Saturday.
USED_WEIGHT_00 NUMBER 8 Yes Weight of the category based on used quota for Sunday.
USED_WEIGHT_01 NUMBER 8 Yes Weight of the category based on used quota for Monday.
USED_WEIGHT_02 NUMBER 8 Yes Weight of the category based on used quota for Tuesday.
USED_WEIGHT_03 NUMBER 8 Yes Weight of the category based on used quota for Wednesday.
USED_WEIGHT_04 NUMBER 8 Yes Weight of the category based on used quota for Thursday.
USED_WEIGHT_05 NUMBER 8 Yes Weight of the category based on used quota for Friday.
USED_WEIGHT_06 NUMBER 8 Yes Weight of the category based on used quota Saturday.
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_QTS_CATEGORY_WEIGHT_PK Unique DATA WEEK_ID, BUCKET_ID, TIME_SLOT_ID, CATEGORY_ID