ATC_ENTITLEMENT_METRICS

The user should be able to define metrics as part of the service entitlement templates, This table wil be used for storing the metrics details

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ATC_ENTITLEMENT_METRICS_PK

ENT_METRIC_ID

Columns

Name Datatype Length Precision Not-null Comments
ENT_METRIC_ID NUMBER 18 Yes Unique identifier of the entitlement metric
ENT_METRIC_PUID VARCHAR2 30 Indicates the identifier of the entitlement metric
ENT_METRIC_NAME VARCHAR2 200 Indicates the name of the entitlement metric
ENT_METRIC_DESCRIPTION VARCHAR2 4000 Short description of the entitlement metric
ENTITLEMENT_ID NUMBER 18 Yes Unique identifer of the entitlement
ENT_METRIC_VALUE NUMBER 18 Indicates the value of the metric
ENT_METRIC_TYPE VARCHAR2 40 Indicates that the service organization is committed to responding to issues to a certain time
ENT_METRIC_PRIORITY NUMBER 18 Indicates the priority of the metric
ENT_METRIC_UNITS VARCHAR2 50 Indicates measurement for the value field
ENT_METRIC_SERVICE_HOURS VARCHAR2 100 Indicates the committed period to which the co responding metric will be adhered
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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
ATC_ENTITLEMENT_METRICS_N1 Non Unique Default ENT_METRIC_PUID, ENTITLEMENT_ID
ATC_ENTITLEMENT_METRICS_PK Unique Default ENT_METRIC_ID