Jump to: navigation, search
(Created target blank page For Version: PSAAS:Julie)
 
(Update with the copy of version: Public)
Line 1: Line 1:
<!-- Creation of the target page -->
+
= View PLACE =
 +
 
 +
  <onlyinclude>
 +
 
 +
 
 +
  {{PDMView
 +
  |viewName = 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.
 +
  |introduced = 
 +
  |SQL =  <source lang="xml" enclose="div">select
 +
  ID as PLACE_KEY,
 +
  TENANTID as TENANT_KEY,
 +
  NAME as PLACE_NAME,
 +
  ID as PLACE_CFG_DBID,
 +
  CREATED_TS as START_TS,
 +
  DELETED_TS as END_TS,
 +
  CREATE_AUDIT_KEY as CREATE_AUDIT_KEY,
 +
  UPDATE_AUDIT_KEY as UPDATE_AUDIT_KEY
 +
  from
 +
  GIDB_GC_PLACE
 +
  UNION ALL
 +
  select
 +
  -1 as PLACE_KEY,
 +
  -1 as TENANT_KEY,
 +
  'UNKNOWN' as PLACE_NAME,
 +
  -1    as PLACE_CFG_DBID,
 +
  -1    as START_TS,
 +
  -1    as END_TS,
 +
  -1    as CREATE_AUDIT_KEY,
 +
  -1    as UPDATE_AUDIT_KEY
 +
  from
 +
  dual
 +
  UNION ALL
 +
  select
 +
  -2 as PLACE_KEY,
 +
  -1 as TENANT_KEY,
 +
  'NO_VALUE' as PLACE_NAME,
 +
  -1    as PLACE_CFG_DBID,
 +
  -1    as START_TS,
 +
  -1    as END_TS,
 +
  -1    as CREATE_AUDIT_KEY,
 +
  -1    as UPDATE_AUDIT_KEY
 +
  from
 +
  dual
 +
 
 +
  </source>
 +
  }}
 +
 
 +
  {{PDMViewColumn
 +
  |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.
 +
  }}
 +
 
 +
  {{PDMViewColumn
 +
  |colName = TENANT_KEY
 +
  |colDesc = The surrogate key that is used to join to the TENANT dimension.
 +
  }}
 +
 
 +
  {{PDMViewColumn
 +
  |colName = PLACE_NAME
 +
  |colDesc =  The place name.
 +
  }}
 +
 
 +
  {{PDMViewColumn
 +
  |colName = PLACE_CFG_DBID
 +
  |colDesc =  The place object identifier in the contact center configuration.
 +
  }}
 +
 
 +
  {{PDMViewColumn
 +
  |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.
 +
  }}
 +
 
 +
  {{PDMViewColumn
 +
  |colName = END_TS
 +
  |colDesc = The UTC-equivalent value of the date and time when the place object was removed from contact center configuration.
 +
  }}
 +
 
 +
  {{PDMViewColumn
 +
  |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.
 +
  }}
 +
 
 +
  {{PDMViewColumn
 +
  |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.
 +
  }}
 +
 
 +
  {{PDMRef
 +
  |parentView = PLACE
 +
  |foreignKey = PLACE_KEY
 +
  }}
 +
 
 +
  {{PDMRef
 +
  |parentView = TENANT
 +
  |foreignKey = TENANT_KEY
 +
  }}
 +
 
 +
  {{PDMRef
 +
  |parentTable = CTL_AUDIT_LOG
 +
  |foreignKey = CREATE_AUDIT_KEY
 +
  }}
 +
 
 +
  {{PDMRef
 +
  |parentTable = CTL_AUDIT_LOG
 +
  |foreignKey = UPDATE_AUDIT_KEY
 +
  }}
 +
 
 +
 
 +
  </onlyinclude>
 +
 
 +
  [[Category:V:PSAAS:Julie]]

Revision as of 18:01, June 10, 2019

View PLACE

No results

Comments or questions about this documentation? Contact us for support!