Jump to: navigation, search
Line 1: Line 1:
 
= View SKILL =
 
= View SKILL =
 
+
 
<onlyinclude>
+
  <onlyinclude>
 
+
 
 
+
 
{{PDMView
+
  {{PDMView
|viewName = SKILL
+
  |viewName = SKILL
|shortDesc =  Allows facts to be described by the attributes of a skill.
+
  |shortDesc =  Allows facts to be described by the attributes of a skill.
|viewDesc =  Allows facts to be described by the attributes of a skill. Each row describes one skill. A new row is issued for each configured skill, identified by its ID in the contact center configuration. Changing a skill name causes an update to an existing row. Deleting a skill and re-creating it under the same name causes a new row to be issued.
+
  |viewDesc =  Allows facts to be described by the attributes of a skill. Each row describes one skill. A new row is issued for each configured skill, identified by its ID in the contact center configuration. Changing a skill name causes an update to an existing row. Deleting a skill and re-creating it under the same name causes a new row to be issued.
|introduced =   
+
  |introduced =   
|SQL =  <source lang="xml" enclose="div">select
+
  |SQL =  <source lang="xml" enclose="div">select
ID              AS SKILL_KEY,
+
  ID              AS SKILL_KEY,
TENANTID        AS TENANT_KEY,
+
  TENANTID        AS TENANT_KEY,
NAME            AS SKILL_NAME,
+
  NAME            AS SKILL_NAME,
CREATE_AUDIT_KEY AS CREATE_AUDIT_KEY,
+
  CREATE_AUDIT_KEY AS CREATE_AUDIT_KEY,
UPDATE_AUDIT_KEY AS UPDATE_AUDIT_KEY,
+
  UPDATE_AUDIT_KEY AS UPDATE_AUDIT_KEY,
ID              AS SKILL_CFG_DBID,
+
  ID              AS SKILL_CFG_DBID,
CREATED_TS      AS START_TS,
+
  CREATED_TS      AS START_TS,
DELETED_TS      AS END_TS
+
  DELETED_TS      AS END_TS
FROM GIDB_GC_SKILL
+
  FROM GIDB_GC_SKILL
UNION ALL
+
  UNION ALL
SELECT
+
  SELECT
-1              AS SKILL_KEY,
+
  -1              AS SKILL_KEY,
-1              AS TENANT_KEY,
+
  -1              AS TENANT_KEY,
'UNKNOWN'        AS SKILL_NAME,
+
  'UNKNOWN'        AS SKILL_NAME,
-1              AS CREATE_AUDIT_KEY,
+
  -1              AS CREATE_AUDIT_KEY,
-1              AS UPDATE_AUDIT_KEY,
+
  -1              AS UPDATE_AUDIT_KEY,
-1              AS SKILL_CFG_DBID,
+
  -1              AS SKILL_CFG_DBID,
-1              AS START_TS,
+
  -1              AS START_TS,
-1              AS END_TS
+
  -1              AS END_TS
FROM dual
+
  FROM dual
UNION ALL
+
  UNION ALL
SELECT
+
  SELECT
-2              AS SKILL_KEY,
+
  -2              AS SKILL_KEY,
-1              AS TENANT_KEY,
+
  -1              AS TENANT_KEY,
'NO_VALUE'      AS SKILL_NAME,
+
  'NO_VALUE'      AS SKILL_NAME,
-1              AS CREATE_AUDIT_KEY,
+
  -1              AS CREATE_AUDIT_KEY,
-1              AS UPDATE_AUDIT_KEY,
+
  -1              AS UPDATE_AUDIT_KEY,
-1              AS SKILL_CFG_DBID,
+
  -1              AS SKILL_CFG_DBID,
-1              AS START_TS,
+
  -1              AS START_TS,
-1              AS END_TS
+
  -1              AS END_TS
FROM dual
+
  FROM dual
 
+
 
</source>
+
  </source>
}}
+
  }}
 
+
 
{{PDMViewColumn
+
  {{PDMViewColumn
|colName = SKILL_KEY
+
  |colName = SKILL_KEY
|colDesc =  The primary key of this view and the surrogate key that is used to join the SKILL dimension to the fact tables.
+
  |colDesc =  The primary key of this view and the surrogate key that is used to join the SKILL dimension to the fact tables.
}}
+
  }}
 
+
 
{{PDMViewColumn
+
  {{PDMViewColumn
|colName = TENANT_KEY
+
  |colName = TENANT_KEY
|colDesc = The surrogate key that is used to join the TENANT dimension to the fact tables.
+
  |colDesc = The surrogate key that is used to join the TENANT dimension to the fact tables.
}}
+
  }}
 
+
 
{{PDMViewColumn
+
  {{PDMViewColumn
|colName = SKILL_NAME
+
  |colName = SKILL_NAME
|colDesc =  The skill name.
+
  |colDesc =  The skill name.
}}
+
  }}
 
+
 
{{PDMViewColumn
+
  {{PDMViewColumn
|colName = CREATE_AUDIT_KEY
+
  |colName = CREATE_AUDIT_KEY
|colDesc = 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 &mdash; that is, applications that need to identify newly added data.
+
  |colDesc = 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 &mdash; that is, applications that need to identify newly added data.
}}
+
  }}
 
+
 
{{PDMViewColumn
+
  {{PDMViewColumn
|colName = UPDATE_AUDIT_KEY
+
  |colName = UPDATE_AUDIT_KEY
|colDesc = The surrogate key used to join to the CTL_AUDIT_LOG dimension. Specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools &mdash; that is, applications that need to identify recently modified data.
+
  |colDesc = The surrogate key used to join to the CTL_AUDIT_LOG dimension. Specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools &mdash; that is, applications that need to identify recently modified data.
}}
+
  }}
 
+
 
{{PDMViewColumn
+
  {{PDMViewColumn
|colName = SKILL_CFG_DBID
+
  |colName = SKILL_CFG_DBID
|colDesc =  The skill object identifier in the contact center configuration.
+
  |colDesc =  The skill object identifier in the contact center configuration.
}}
+
  }}
 
+
 
{{PDMViewColumn
+
  {{PDMViewColumn
|colName = START_TS
+
  |colName = START_TS
|colDesc = The UTC-equivalent value of the date and time when the skill was added to IDB, which may differ from when the skill was actually added to contact center configuration.
+
  |colDesc = The UTC-equivalent value of the date and time when the skill was added to IDB, which may differ from when the skill was actually added to contact center configuration.
}}
+
  }}
 
+
 
{{PDMViewColumn
+
  {{PDMViewColumn
|colName = END_TS
+
  |colName = END_TS
|colDesc = The UTC-equivalent value of the date and time when the skill was removed from contact center configuration.
+
  |colDesc = The UTC-equivalent value of the date and time when the skill was removed from contact center configuration.
}}
+
  }}
 
+
 
{{PDMRef
+
  {{PDMRef
|parentTable = SKILL
+
  |parentTable = SKILL
|foreignKey = SKILL_KEY
+
  |foreignKey = SKILL_KEY
}}
+
  }}
 
+
 
{{PDMRef
+
  {{PDMRef
|parentView = TENANT
+
  |parentView = TENANT
|foreignKey = TENANT_KEY
+
  |foreignKey = TENANT_KEY
}}
+
  }}
 
+
 
{{PDMRef
+
  {{PDMRef
|parentTable = CTL_AUDIT_LOG
+
  |parentTable = CTL_AUDIT_LOG
|foreignKey = CREATE_AUDIT_KEY
+
  |foreignKey = CREATE_AUDIT_KEY
}}
+
  }}
 
+
 
{{PDMRef
+
  {{PDMRef
|parentTable = CTL_AUDIT_LOG
+
  |parentTable = CTL_AUDIT_LOG
|foreignKey = UPDATE_AUDIT_KEY
+
  |foreignKey = UPDATE_AUDIT_KEY
}}
+
  }}
 
+
 
 
+
 
</onlyinclude>
+
  </onlyinclude>
 
+
 
[[Category:V:GIM:8.5DRAFT]]
+
  [[Category:V:GIM:8.5DRAFT]]

Revision as of 13:25, August 18, 2016

View SKILL

Description

Allows facts to be described by the attributes of a skill. Each row describes one skill. A new row is issued for each configured skill, identified by its ID in the contact center configuration. Changing a skill name causes an update to an existing row. Deleting a skill and re-creating it under the same name causes a new row to be issued.

Column List

Column Description
SKILL_KEY The primary key of this view and the surrogate key that is used to join the SKILL dimension to the fact tables.
TENANT_KEY The surrogate key that is used to join the TENANT dimension to the fact tables.
SKILL_NAME The skill name.
CREATE_AUDIT_KEY 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.
UPDATE_AUDIT_KEY The surrogate key used to join to the CTL_AUDIT_LOG dimension. 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.
SKILL_CFG_DBID The skill object identifier in the contact center configuration.
START_TS The UTC-equivalent value of the date and time when the skill was added to IDB, which may differ from when the skill was actually added to contact center configuration.
END_TS The UTC-equivalent value of the date and time when the skill was removed from contact center configuration.


References

The summary List of References will include the following entries for this table or view:


Child Table/View Child Table/View Column Parent Table/View Parent Table/View Column
SKILL CREATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
SKILL TENANT_KEY TENANT TENANT_KEY
SKILL UPDATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
Comments or questions about this documentation? Contact us for support!