Revision as of 14:07, September 19, 2018 by Jdruker (talk | contribs) (1 revision imported: Importing updates for Iteration 11.3 (8.5.011.11))
Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
  • DV = Default value
  • In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.

Table CALLING_LIST_METRIC_FACT

Description


In partitioned databases, this table is partitioned.


Each row represents a set of outbound campaign calling list metrics, calculated by Outbound Contact Server in configurable snapshots. Rows in this table are not updated; they are inserted or deleted only.

Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.

Column List

Legend

Column Data Type P M F DV
CALLING_LIST_METRIC_FACT_KEY Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X X
TENANT_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X
CREATE_AUDIT_KEY Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X X
UPDATE_AUDIT_KEY Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X X
CAMPAIGN_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X
CALLING_LIST_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X
START_DATE_TIME_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X
CAMP_GROUP_SESS_FACT_SDT_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X
CAMP_GROUP_SESSION_FACT_KEY Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X
GMT_TS Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
TOTAL_RECORDS Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
NOT_PROCESSED_RECORDS Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
TOTAL_CONTACTS Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
NOT_PROCESSED_CONTACTS Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
ACTIVE_FLAG Oracle: NUMBER(1)
MSSQL: numeric(1)
PostgreSQL: numeric(1)
PURGE_FLAG Oracle: NUMBER(1)
MSSQL: numeric(1)
PostgreSQL: numeric(1)

CALLING_LIST_METRIC_FACT_KEY

The primary key of this table.

TENANT_KEY

The surrogate key that is used to join the TENANT dimension to the fact tables.

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 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.

CAMPAIGN_KEY

The surrogate key that is used to join the CAMPAIGN dimension to the fact tables.

CALLING_LIST_KEY

The surrogate key that is used to join the CALLING_LIST dimension to the fact tables.

START_DATE_TIME_KEY

Identifies the start of a 15-minute interval in which the fact began. Use this value as a key to join the fact tables to any configured DATE_TIME dimension.

CAMP_GROUP_SESS_FACT_SDT_KEY

The value of the START_DATE_TIME_KEY field of the record in the CAMPAIGN_GROUP_ SESSION_FACT table. On a partitioned database, CAMP_GROUP_SESS_FACT_SDT_KEY in combination with CAMP_GROUP_SESSION_FACT_KEY forms a value of the composite primary key for the CAMPAIGN_GROUP_SESSION_FACT table.

CAMP_GROUP_SESSION_FACT_KEY

The value of the primary key of the CAMPAIGN_GROUP_SESSION_FACT table.

GMT_TS

The GMT-equivalent date and time at which measurement occurred, as the number of seconds that have elapsed since midnight on January 1, 1970.

TOTAL_RECORDS

The total number of records in the calling list.

NOT_PROCESSED_RECORDS

The total number of records in the calling list that are ready to be processed and that have never been processed as part of this calling list.

TOTAL_CONTACTS

The total number of contacts in the calling list (where a set of chained records for the same customer is considered to be one contact).

NOT_PROCESSED_CONTACTS

The total number of contacts in the calling list that have not been processed (where a set of chained records for the same customer is considered to be one contact).

ACTIVE_FLAG

Indicates whether the calling list metric is currently active. Always 0.

PURGE_FLAG

This field is reserved.

Index List

CODE U C Description
I_CLMF_SDT Improves access time, based on the Start Date Time key.
I_CLMF_TNT Improves access time, based on the Tenant.

Index I_CLMF_SDT

Field Sort Comment
START_DATE_TIME_KEY Ascending

Index I_CLMF_TNT

Field Sort Comment
TENANT_KEY Ascending

Subject Areas

  • Calling_List_Metric — Represents a snapshot of outbound campaign calling list metrics.
  • Facts — Represents the relationships between subject area facts.


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
CALLING_LIST_METRIC_FACT CALLING_LIST_KEY CALLING_LIST ID
CALLING_LIST_METRIC_FACT CAMPAIGN_KEY CAMPAIGN ID
CALLING_LIST_METRIC_FACT CAMP_GROUP_SESSION_FACT_KEY CAMPAIGN_GROUP_SESSION_FACT CAMP_GROUP_SESSION_FACT_KEY
CALLING_LIST_METRIC_FACT CAMP_GROUP_SESS_FACT_SDT_KEY CAMPAIGN_GROUP_SESSION_FACT START_DATE_TIME_KEY
CALLING_LIST_METRIC_FACT CREATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
CALLING_LIST_METRIC_FACT START_DATE_TIME_KEY DATE_TIME DATE_TIME_KEY
CALLING_LIST_METRIC_FACT TENANT_KEY TENANT TENANT_KEY
CALLING_LIST_METRIC_FACT UPDATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY

 

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