SVC_ROUTING_WORKGRPS
Catalog of work groups, like business objects or chat, and their domain-specific language representation of the workgroup.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: svc_routing_workgrps
Primary Key
| Name | Columns |
|---|---|
|
SVC_ROUTING_WORKGRPS_PK |
ROUTING_WORKGRP_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ROUTING_WORKGRP_ID | NUMBER | 18 | Yes | Auto-generated number and primary key for this table. | |
| WORKGRP_NUMBER | VARCHAR2 | 30 | Yes | Public unique identifier for the routing workgroup. | |
| WORKGRP_NAME | VARCHAR2 | 128 | Yes | Workgroup unique name. | |
| 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. | |
| DSL | CLOB | A domain-specific language representation of the work group. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_ROUTING_WORKGRPS_PK | Unique | SVC_ROUTING_WORKGRPS_PK | ROUTING_WORKGRP_ID |
| SVC_ROUTING_WORKGRPS_U1 | Unique | SVC_ROUTING_WORKGRPS_U1 | WORKGRP_NAME |
| SVC_ROUTING_WORKGRPS_U2 | Unique | SVC_ROUTING_WORKGRPS_U2 | UPPER("WORKGRP_NUMBER") |