SVC_WO_SCHEDULER_FILTERS

Table used to store the scheduler filters information.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_WO_SCHEDULER_FILTERS_PK

SCHEDULER_FILTER_ID

Columns

Name Datatype Length Precision Not-null Comments
SCHEDULER_FILTER_ID NUMBER 18 Yes Auto-generated number and primary key for the SVC_WO_SCHEDULER_FILTERS table.
SCHEDULER_FILTER_CD VARCHAR2 30 Yes Property used to identify the filter type for a scheduler based on ORA_SVC_WO_SCHEDULER_FILTER_CD lookup type. A possible value could be ORA_SVC_WO_FITNESS, ORA_SVC_WO_CUSTOM.
SCHEDULER_CD VARCHAR2 30 Yes The foreign key referencing the SCHEDULER_CD in the SVC_WO_SCHEDULERS_B table.
WO_FIELD VARCHAR2 30 Property that stores the work order field name on which the filter is to be applied.
WO_FIELD_VALUE VARCHAR2 64 Yes Property that stores the work order field value.
WO_FIELD_TYPE VARCHAR2 64 Yes Property that stores the work order field type.
FS_RESOURCE_FIELD VARCHAR2 64 Yes Property that indicates the field service resource field name from OFS.
FILTER_ORDER NUMBER 18 The order in which the scheduler filter should be applied.
ALLOW_RELEASE_FLAG VARCHAR2 1 Yes Property used to indicate whether the agent can release filter from the scheduler results.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_WO_SCHEDULER_FILTERS svc_wo_schedulers_b SCHEDULER_CD

Indexes

Index Uniqueness Tablespace Columns
SVC_WO_SCHEDULER_FILTERS_PK Unique Default SCHEDULER_FILTER_ID
SVC_WO_SCHEDULER_FILTERS_U1 Unique Default SCHEDULER_CD, SCHEDULER_FILTER_CD, WO_FIELD, FS_RESOURCE_FIELD