This page was last edited on January 10, 2020, at 20:48.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Modified: 8.5.003 (in Oracle, fields with VARCHAR data types use explicit CHAR character-length semantics)
In partitioned databases, this table is not partitioned.
RECORD_STATUS allows facts to be described based on attributes of an outbound campaign record status. Each row describes one record status, such as Updated or Canceled.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
RECORD_STATUS_KEY | NUMBER(10) | X | X | ||
RECORD_STATUS | VARCHAR2(32 CHAR) | ||||
RECORD_STATUS_CODE | VARCHAR2(32 CHAR) | ||||
CREATE_AUDIT_KEY | NUMBER(19) | X | X | ||
UPDATE_AUDIT_KEY | NUMBER(19) | X | X |
The surrogate key that is used to join this dimension table to the fact tables.
The description of the record status. This field is set to one of the following values:
This value can change with localization.
The code of the record status description that is stored in the RECORD_STATUS column. This field is set to one of the following values:
This value does not change with localization.
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.
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.
No indexes are defined.