HTS_WORKLOAD_PLANS

Workload demand items planned to repeat each day inside some date range.

Details

  • Schema: FUSION

  • Object owner: HTS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

HTS_WORKLOAD_PLANS_PK

WORKLOAD_PLAN_ID

Columns

Name Datatype Length Precision Not-null Comments
WORKLOAD_PLAN_ID NUMBER 18 Yes Primary key identifiying the publish event record by a system generated ID
WORKLOAD_PLAN_CODE VARCHAR2 30 Yes Unique identifier for a record provided by the user
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
DELETED_FLAG VARCHAR2 1 Flag to support soft delete. Value 'Y' indicates that the record is deleted. Null or 'N' values indicate the record is not deleted.
WORKLOAD_TYPE VARCHAR2 30 Yes Workload import type
SKILL_ID NUMBER 18 Yes Skill ID
SHIFT_TYPE_ID NUMBER 18 Indicates whether the shift is Regular or On-Call or any custom shift type
SCHED_UNIT_ID NUMBER 18 Yes Scheduling Unit ID
START_DATE DATE Start of the date range for which the window plan is defined
END_DATE DATE End of the date range for which the workload plan is defined
START_TIME_OFFSET NUMBER 9 Start time of the workload plan saved as offset in minutes from the day start
END_TIME_OFFSET NUMBER 9 End time of the workload plan saved as offset in minutes from the day start
INPUT_SOURCE VARCHAR2 30 Record source, either import or UI
WORKLOAD_VALUE NUMBER 18 Workload value
WORKLOAD_UOM VARCHAR2 30 Unit of Measure for the Workload Vaue
ORIGIN_SYSTEM_REF VARCHAR2 100 External source system for an imported workload plan
SOURCE_SYSTEM_KEY VARCHAR2 100 External source system ID for the workload plan
WORKLOAD_IMPORT_TAG VARCHAR2 30 Optional tag to identify an imported set of records
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
HTS_WORKLOAD_PLANS_N1 Non Unique Default SKILL_ID, SCHED_UNIT_ID, WORKLOAD_TYPE, START_DATE, END_DATE
HTS_WORKLOAD_PLANS_N2 Non Unique Default WORKLOAD_PLAN_CODE
HTS_WORKLOAD_PLANS_PK Unique Default WORKLOAD_PLAN_ID