SVC_WO_AREA_CONFIG_KEYS

Table used to store work order configuration key mapping information, for mapping properties in Oracle Field Service to B2B Field Service. WO_KEY_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_CONFIG_KEYS_PK

WO_KEY_ID

Columns

Name Datatype Length Precision Not-null Comments
WO_KEY_ID NUMBER 18 Yes An autogenerated number and primary key for the SVC_WO_AREA_CONFIG_KEYS table.
FS_PROPERTY_NAME VARCHAR2 30 Yes Property used to identify the name of the Oracle Field Service property.
KEY_TYPE_CD VARCHAR2 30 Yes Property used to identify the type of configuration key created.
CONNECTION_CD VARCHAR2 30 Yes The foreign key referencing the CONNECTION_CD in the SVC_WO_CONNECTIONS table.
CONFIG_ID NUMBER 18 The foreign key that maps this record to the SVC_WO_AREA_CONFIGS table.
CONFIG_NUMBER VARCHAR2 30 The foreign key that maps this record to the SVC_WO_AREA_CONFIGS table.
WO_FIELD VARCHAR2 30 Property used to identify a work order field that maps to the FS_WORK_ZONE_KEY.
FS_WORK_ZONE_KEY VARCHAR2 30 Property used to identify the Oracle Field Service Cloud work zone key property that maps to the WO_FIELD.
FS_WORK_ZONE_KEY_LENGTH NUMBER 3 Property used to identify the Oracle Field Service Cloud work zone key length.
FS_WORK_ZONE_KEY_ORDER NUMBER 3 Property used to identify the Oracle Field Service Cloud work zone key order.
FS_WORK_ZONE_KEY_CASE VARCHAR2 30 Property used to identify the Oracle Field Service Cloud work zone key case sensitivity.
FS_PROPERTY_LABEL VARCHAR2 30 Property used to identify the property label of the FS_WORK_ZONE_KEY.
FS_PROPERTY_TYPE VARCHAR2 30 Property used to identify the property type of the FS_WORK_ZONE_KEY.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_RETRIEVAL_DATE TIMESTAMP Property used to identify the date when the record was last pulled from Oracle Field Service.
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.
FS_API_PARAM_NAME VARCHAR2 40 Property used to identify the parameter name of the Oracle Field Service property.

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_WO_AREA_CONFIG_KEYS svc_wo_area_configs CONFIG_ID
SVC_WO_AREA_CONFIG_KEYS svc_wo_area_configs CONFIG_NUMBER
SVC_WO_AREA_CONFIG_KEYS svc_wo_connections CONNECTION_CD

Indexes

Index Uniqueness Tablespace Columns Status
SVC_WO_AREA_CONFIG_KEYS_F1 Non Unique Default CONFIG_ID
SVC_WO_AREA_CONFIG_KEYS_N1 Non Unique Default WO_FIELD
SVC_WO_AREA_CONFIG_KEYS_PK Unique Default WO_KEY_ID
SVC_WO_AREA_CONFIG_KEYS_U1 Unique Default CONFIG_NUMBER, FS_WORK_ZONE_KEY Obsolete