Jump to: navigation, search
m (1 revision imported: Iteration 7 schema updates)
m (1 revision imported: Iteration 7 schema updates)
Line 4: Line 4:
 
    
 
    
 
    
 
    
  {{PDMView
+
{{PDMView
  |viewName = PLACE
+
|viewName = PLACE
  |shortDesc =  Allows facts to be described by the attributes of a place.
+
|shortDesc =  Allows facts to be described by the attributes of a place.
  |viewDesc =  Allows facts to be described by the attributes of a place. Each row describes one configured place, identified by its ID in the contact center configuration. Changing the place name causes an update to an existing row. Deleting a place 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 place. Each row describes one configured place, identified by its ID in the contact center configuration. Changing the place name causes an update to an existing row. Deleting a place 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 PLACE_KEY,
 
   ID as PLACE_KEY,
 
   TENANTID as TENANT_KEY,
 
   TENANTID as TENANT_KEY,
Line 46: Line 46:
 
    
 
    
 
   </source>
 
   </source>
  }}
+
}}
 
+
 
  {{PDMViewColumn
+
{{PDMViewColumn
  |colName = PLACE_KEY
+
|colName = PLACE_KEY
  |colDesc = The primary key of this view and the surrogate key that is used to join the PLACE dimension to the fact tables.
+
|colDesc = The primary key of this view and the surrogate key that is used to join the PLACE dimension to the fact tables.
  }}
+
}}
 
+
 
  {{PDMViewColumn
+
{{PDMViewColumn
  |colName = TENANT_KEY
+
|colName = TENANT_KEY
  |colDesc = The surrogate key that is used to join to the TENANT dimension.
+
|colDesc = The surrogate key that is used to join to the TENANT dimension.
  }}
+
}}
 
+
 
  {{PDMViewColumn
+
{{PDMViewColumn
  |colName = PLACE_NAME
+
|colName = PLACE_NAME
  |colDesc = The place name.
+
|colDesc = The place name.
  }}
+
}}
 
+
 
  {{PDMViewColumn
+
{{PDMViewColumn
  |colName = PLACE_CFG_DBID
+
|colName = PLACE_CFG_DBID
  |colDesc = The place object identifier in the contact center configuration.
+
|colDesc = The place 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 place object was added to IDB, which may differ from when the place was actually added to contact center configuration.
+
|colDesc = The UTC-equivalent value of the date and time when the place object was added to IDB, which may differ from when the place 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 place object was removed from contact center configuration.
+
|colDesc = The UTC-equivalent value of the date and time when the place object was removed from contact center configuration.
  }}
+
}}
 
+
 
  {{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.
  }}
+
}}
 
+
 
  {{PDMRef
+
{{PDMRef
  |parentView = PLACE
+
|parentView = TENANT
  |foreignKey = PLACE_KEY
+
|parentColumn = TENANT_KEY
  }}
+
|foreignKey = TENANT_KEY
 
+
}}
  {{PDMRef
+
 
  |parentView = TENANT
+
{{PDMRef
  |foreignKey = TENANT_KEY
+
|parentTable = CTL_AUDIT_LOG
  }}
+
|parentColumn = AUDIT_KEY
 
+
|foreignKey = CREATE_AUDIT_KEY
  {{PDMRef
+
}}
  |parentTable = CTL_AUDIT_LOG
+
 
  |foreignKey = CREATE_AUDIT_KEY
+
{{PDMRef
  }}
+
|parentTable = CTL_AUDIT_LOG
 
+
|parentColumn = AUDIT_KEY
  {{PDMRef
+
|foreignKey = UPDATE_AUDIT_KEY
  |parentTable = CTL_AUDIT_LOG
+
}}
  |foreignKey = UPDATE_AUDIT_KEY
 
  }}
 
 
    
 
    
 
    
 
    

Revision as of 10:15, August 31, 2017

View PLACE

Description

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

Column List

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


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
PLACE CREATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
PLACE TENANT_KEY TENANT TENANT_KEY
PLACE UPDATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
Comments or questions about this documentation? Contact us for support!