Jump to: navigation, search
m (1 revision imported: Some parameters changed for consistent camelCase usage)
Line 1: Line 1:
 
= Table CAMPAIGN_GROUP_STATE =
 
= Table CAMPAIGN_GROUP_STATE =
 +
 +
{{PDMColumn
 +
|colName=CAMPAIGN_GROUP_STATE_KEY
 +
|colDesc=The primary key of this table and the surrogate key that is used to join this dimension table to the fact tables.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=CAMPAIGN_GROUP_STATE
 +
|colDesc=The campaign group session state. This field is set to one of the following values:
 +
 +
- Null
 +
- Loaded
 +
- Started
 +
- Unloading
 +
 +
This value can change with localization.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=CAMPAIGN_GROUP_STATE_CODE
 +
|colDesc=The code for the campaign group session state. This field is set to one of the following values:
 +
 +
- NULL
 +
- LOADED
 +
- STARTED
 +
- UNLOADING
 +
 +
This value does not change with localization.
 +
}}
 +
 +
{{PDMColumn
 +
|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--that is, applications that need to identify newly added data.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=UPDATE_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 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.
 +
}}
  
  
 
[[Category:V:GIM:8.5DRAFT]]
 
[[Category:V:GIM:8.5DRAFT]]

Revision as of 13:54, May 5, 2016

Table CAMPAIGN_GROUP_STATE

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