SVC_OMNI_CURR_METRICS
Table to contain the current value of a metric calculation.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_OMNI_CURR_METRICS_PK |
CURR_METRIC_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CURR_METRIC_ID | NUMBER | 18 | Yes | Generated sequence for the primary key. | |
| DATE_TIME | TIMESTAMP | Yes | Time metric calculation was updated. | ||
| WORK_TYPE_CD | VARCHAR2 | 30 | Yes | Work type for the metric calculation. | |
| METRIC_SUBJECT_CD | VARCHAR2 | 30 | Yes | Metric subject type for the metric calculation. | |
| METRIC_NAME | VARCHAR2 | 30 | Yes | Metric name of the calculation. | |
| QUEUE_ID | NUMBER | 18 | Queue id associated with the metric calculation. | ||
| RESOURCE_PARTY_ID | NUMBER | 18 | Agent id associated with the metric calculation. | ||
| SUBJECT_ID | NUMBER | 18 | Subject id associated with the metric calculation. | ||
| AVG | NUMBER | 18 | Average value of the metric calculation. | ||
| MIN | NUMBER | 18 | Minimum value of the metric calculation. | ||
| MAX | NUMBER | 18 | Maximum value of the metric calculation. | ||
| VALUE | NUMBER | 18 | Value of the metric calculation. | ||
| 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_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. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_OMNI_CURR_METRICS_N1 | Non Unique | Default | WORK_TYPE_CD, METRIC_NAME, DATE_TIME, QUEUE_ID |
| SVC_OMNI_CURR_METRICS_N2 | Non Unique | Default | WORK_TYPE_CD, METRIC_NAME, DATE_TIME, RESOURCE_PARTY_ID |
| SVC_OMNI_CURR_METRICS_N3 | Non Unique | Default | WORK_TYPE_CD, METRIC_NAME, DATE_TIME, SUBJECT_ID |
| SVC_OMNI_CURR_METRICS_PK | Unique | Default | CURR_METRIC_ID |