SVC_WO_SCHEDULERS_B

This table is used to store the scheduler configuration.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_WO_SCHEDULERS_B_PK

SCHEDULER_ID

Columns

Name Datatype Length Precision Not-null Comments
SCHEDULER_ID NUMBER 18 Yes An autogenerated number and primary key for the SVC_WO_SCHEDULERS_B table.
CONNECTION_CD VARCHAR2 30 Yes The foreign key referencing the CONNECTION_CD in the SVC_WO_CONNECTIONS table.
ACTIVE_FLAG VARCHAR2 1 Yes Property used to identify if a specific scheduler is active.
SCHEDULER_TYPE_CD VARCHAR2 30 Yes Property used to identify the scheduling type for a specific scheduler.
SCHEDULER_CD VARCHAR2 30 Yes For identifying the scheduler record uniquely during import/export.
SCHEDULER_ORDER NUMBER 18 The order in which a scheduler configuration should be applied.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
CALENDAR_VIEW_SOURCE_CD VARCHAR2 30 Property used to identify the source of the calendar view.
RESOURCE_TYPE_CD VARCHAR2 30 Property used to identify the type of the resource to be listed in scheduler.
SHOW_RESOURCE_NAME_FLAG VARCHAR2 1 Property used to indicate whether the scheduler will show the resource name in the week view.
ALLOW_ASSIGN_BUCKET_FLAG VARCHAR2 1 Property used to indicate whether the scheduler will allow buckets to be used for assignment.
CALENDAR_VIEW_DEFAULT_CD VARCHAR2 30 Property used to identify the default calendar view, either month or week.
ALLOW_MONTH_FLAG VARCHAR2 1 Property used to indicate whether the scheduler can be shown in month view.
ENFORCE_PREFERRED_TECH_FLAG VARCHAR2 1 Property used to indicate whether the preferred technician tags should be enforced on the scheduler.
ALLOW_OVERRIDE_FLAG VARCHAR2 1 Property used to indicate whether the scheduler will allow the selection of booked time slots.
WEEK_START_DAY_CD VARCHAR2 30 Property used to indicate the start day of the week for the scheduler.
AVAILABLE_SLOT_COLOR VARCHAR2 30 Property used to indicate the background color to be used for available time slots.
BOOKED_SLOT_COLOR VARCHAR2 30 Property used to indicate the background color to be used for booked time slots.
UNAVAILABLE_SLOT_COLOR VARCHAR2 30 Property used to indicate the background color to be used for unavailable time slots.
WITHIN_SLA_SLOT_COLOR VARCHAR2 30 Property used to indicate the background color to be used for within sla time slots.
USE_ICON_AVAIL_FLAG VARCHAR2 1 Property used to indicate whether an icon will be used to identify available time slots.
USE_ICON_BOOKED_FLAG VARCHAR2 1 Property used to indicate whether an icon will be used to identify booked time slots.
USE_ICON_UNAVAIL_FLAG VARCHAR2 1 Property used to indicate whether an icon will be used to identify unavailable time slots.
USE_ICON_WITHIN_SLA_FLAG VARCHAR2 1 Property used to indicate whether an icon will be used to identify within sla time slots.
WEEKEND_WARNING_FLAG VARCHAR2 1 Property used to indicate whether a warning will be displayed when a weekend time slot is selected.
HIGH_QUOTA_CUTOFF NUMBER 18 Property used to indicate the high quota value.
LOW_QUOTA_CUTOFF NUMBER 18 Property used to indicate the low quota value.
CURRENT_DAY_BUFFER NUMBER 18 Property used to indicate the current day buffer.

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_WO_SCHEDULERS_B svc_wo_connections CONNECTION_CD
svc_wo_schedulers_tl svc_wo_schedulers_b SCHEDULER_CD
svc_wo_scheduler_roles svc_wo_schedulers_b SCHEDULER_CD
svc_wo_scheduler_filters svc_wo_schedulers_b SCHEDULER_CD

Indexes

Index Uniqueness Tablespace Columns
SVC_WO_SCHEDULERS_B_N1 Non Unique Default CONNECTION_CD
SVC_WO_SCHEDULERS_B_PK Unique Default SCHEDULER_ID
SVC_WO_SCHEDULERS_B_U1 Unique Default SCHEDULER_CD