SVC_WO_CONNECTIONS
This table is used to store connections information for B2B Field Service. CONNECTION_ID is primary/unique key in this table.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_WO_CONNECTIONS_PK |
CONNECTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONNECTION_ID | NUMBER | 18 | Yes | An autogenerated number and primary key for the SVC_WO_CONNECTIONS table. | |
| CONNECTION_TYPE_CD | VARCHAR2 | 30 | Yes | Property used to identify the type of connection. Valid connection types are ORA_SVC_WO_OFSC and ORA_SVC_WO_OTHER. | |
| CONNECTION_CD | VARCHAR2 | 30 | Yes | Property used to identify the unique connection code. | |
| CONNECTION_NAME | VARCHAR2 | 80 | Yes | Property used to identify the name of the connection. | |
| FS_INSTANCE_NAME | VARCHAR2 | 24 | Property used to identify the instance name required to access Oracle Field Service. | ||
| USER_NAME | VARCHAR2 | 64 | Yes | The user name used for the connection. | |
| ACTIVE_FLAG | VARCHAR2 | 1 | Yes | Property used to identify if the connection is active. | |
| LAST_VERIFIED_DATE | TIMESTAMP | Property used to identify the last time the connection was verified. | |||
| WA_RETRIEVAL_AVAILABLE_FLAG | VARCHAR2 | 1 | Property used to identify if the work order area retrieval checks are valid. | ||
| WA_RETRIEVAL_AVAILABLE_MSG_CD | VARCHAR2 | 30 | Property used to identify the connection message identifying the problem with the connection for the work order area retrieval check. | ||
| QB_BOOKING_AVAILABLE_FLAG | VARCHAR2 | 1 | Property used to identify if the quota based booking checks are valid. | ||
| QB_BOOKING_AVAILABLE_MSG_CD | VARCHAR2 | 30 | Property used to identify the connection message identifying the problem with the connection for the quota based booking checks. | ||
| DA_BOOKING_AVAILABLE_FLAG | VARCHAR2 | 1 | Property used to identify if the direct assignment booking checks are valid. | ||
| DA_BOOKING_AVAILABLE_MSG_CD | VARCHAR2 | 30 | Property used to identify the connection message identifying the problem with the connection for the direct assignment booking checks. | ||
| WZONE_RETRIEVAL_AVAIL_FLAG | VARCHAR2 | 1 | Property used to identify if the work zone retrieval checks are valid. | ||
| WZONE_RETRIEVAL_AVAIL_MSG_CD | VARCHAR2 | 30 | Property used to identify the connection message identifying the problem with the connection for the work zone retrieval checks. | ||
| WSKILL_RETRIEVAL_AVAIL_FLAG | VARCHAR2 | 1 | Property used to identify if the work skill retrieval checks are valid. | ||
| WSKILL_RETRIEVAL_AVAIL_MSG_CD | VARCHAR2 | 30 | Property used to identify the connection message identifying the problem with the connection for the work skill retrieval checks. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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_connections | CONNECTION_CD |
| svc_wo_schedulers_b | svc_wo_connections | CONNECTION_CD |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_WO_CONNECTIONS_PK | Unique | Default | CONNECTION_ID |
| SVC_WO_CONNECTIONS_U1 | Unique | Default | CONNECTION_CD |