SVC_WO_AREA_CONFIGS

Table used to store the work zone configuration that is used for retrieving the work order area from Oracle Field Service Cloud. CONFIG_ID is the primary key in this table.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_WO_AREA_CONFIGS_PK

CONFIG_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFIG_ID NUMBER 18 Yes An autogenerated unique number and primary key for the SVC_WO_AREA_CONFIGS table.
CONNECTION_CD VARCHAR2 30 Yes The foreign key referencing the CONNECTION_CD in the SVC_WO_CONNECTIONS table.
CONFIG_NUMBER VARCHAR2 30 Yes An autogenerated unique number with customizable format.
ENABLED_FLAG VARCHAR2 1 Yes Property used for a work order area configuration to identify if a specific configuration is enabled.
NUM_RECORDS_TO_RETURN NUMBER 3 Property used for the work order configuration to identify the number of records to return from Oracle Field Service Cloud that match the work zone definition and fitness formulas.
FITNESS_FORMULA_WOZONE NUMBER 3 Yes Property used for the work order area configuration to identify the work zone fitness formula for Oracle Field Service Cloud.
FITNESS_FORMULA_SKILL NUMBER 3 Yes Property used for the work order area configuration to identify the work skill fitness formula for Oracle Field Service Cloud.
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_AREA_CONFIGS svc_wo_connections CONNECTION_CD
svc_wo_area_config_keys svc_wo_area_configs CONFIG_ID
svc_wo_area_config_keys svc_wo_area_configs CONFIG_NUMBER

Indexes

Index Uniqueness Tablespace Columns
SVC_WO_AREA_CONFIGS_PK Unique Default CONFIG_ID
SVC_WO_AREA_CONFIGS_U1 Unique Default CONFIG_NUMBER