Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.014.09
In partitioned databases, this table is not partitioned.
This dimension table allows chat session thread facts to be described based on where the session originated. This dimension table is populated only in Cloud deployments with Advanced Chat.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
MEDIA_ORIGIN | Oracle: VARCHAR2(64 CHAR) MSSQL: nvarchar(64) PostgreSQL: varchar(64) |
X | unknown | ||
CREATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X |
The primary key of this table. This ID is referenced from other tables as MEDIA_ORIGIN_KEY.
Based on KVP: csg_MediaOrigin
Identifies where the chat session originated (web chat, social media channels, SMS, and so on).
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.
CODE | U | C | Description |
---|---|---|---|
I_MEDIA_ORIGIN | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
MEDIA_ORIGIN | Ascending |
No subject area information available.
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 |
---|---|---|---|
MEDIA_ORIGIN | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |