This page was last edited on January 10, 2020, at 20:48.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Modified: 8.5.003 (in Oracle, fields with VARCHAR data types use explicit CHAR character-length semantics)
In partitioned databases, this table is not partitioned.
This table allows facts to be described by routing targets that are selected by the router. It enables aggregation, based on the number of times that the router selected each target or how many interactions a given resource processed because it was a member of a particular target.
Each row describes a routing target that has been used by the router. Refer to the ROUTING_TARGET_TYPE column for a list of target types. A new row is issued for each distinct routing target that is encountered as attached data in the interaction source data.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ROUTING_TARGET_KEY | NUMBER(10) | X | X | ||
TENANT_KEY | NUMBER(10) | X | X | ||
CREATE_AUDIT_KEY | NUMBER(19) | X | X | ||
UPDATE_AUDIT_KEY | NUMBER(19) | X | X | ||
ROUTING_TARGET_TYPE | VARCHAR2(64 CHAR) | ||||
ROUTING_TARGET_TYPE_CODE | VARCHAR2(64 CHAR) | ||||
TARGET_OBJECT_SELECTED | VARCHAR2(255 CHAR) | ||||
AGENT_GROUP_NAME | VARCHAR2(255 CHAR) | ||||
PLACE_GROUP_NAME | VARCHAR2(255 CHAR) | ||||
SKILL_EXPRESSION | VARCHAR2(255 CHAR) | ||||
PURGE_FLAG | NUMBER(1) |
The surrogate key that is used to join this dimension table to the fact tables.
The surrogate key that is used to join the TENANT dimension to the fact tables.
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools—that is, applications that need to identify newly added data.
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools—that is, applications that need to identify recently modified data.
The type of routing target. This field is set to one of the following values:
This value can change with localization.
The code of the routing target type. This field is set to one of the following values:
This value does not change with localization.
The skill expression that is used in conjunction with the agent group that is targeted by the Router. The skill expression is formulated by the routing strategy.
No indexes are defined.