ZCA_WEB_ACTIVITIES_INT

This table ZCA_WEB_ACTIVITIES_INT is used to import web activities from Eloqua.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ZCA_WEB_ACTIVITIES_INT_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes The unique identifier of the batch in which this record was imported from Eloqua
INTERFACE_ROW_ID NUMBER 18 Yes INTERFACE_ROW_ID is the unique identifier for the record with in a batch. Combination of BATCH_ID and INTERFACE_ROW_ID will be the unique in the interface table
IMPORT_STATUS_CODE VARCHAR2 1 Status code for Import to ZCA_WEB_ACTIVITIES table.
INTER_IMPORT_STATUS_CODE VARCHAR2 1 Status code for Import to SVC_INTERACTIONS table.
ACTION_CODE VARCHAR2 30 Indicates action entered by user
INTERNAL_ACTION_CODE VARCHAR2 30 Indicates the action of insert or update for internal use.
FILE_RECORD_NUM NUMBER 10 This column is required by file import to relate record in the interface table to the file row
FILE_NAME_SYSTASK_ID NUMBER 18 Stores Systask Id for each import csv file
ERROR_MESSAGE VARCHAR2 3000 This column would be populated by consumer when there is any error in PLSQL
VALID_RECORD VARCHAR2 1 Indicates if the record is valid to be loaded to ZCA_WEB_ACTIVITIES table after processing
WEB_ACTIVITY_RULE_ID NUMBER 18 Web Activity Rule Id that either included or excluded a record from import.
ELQ_EXTERNAL_ID VARCHAR2 20 The unique identifier of the activity across activity types. Primary Key of the table from Eloqua.
WEB_ACTIVITY_ID NUMBER 18 The unique identifier of a web activity record.
ELQ_ACTIVITY_ID NUMBER 18 The unique identifier of the activity per activity type, except for EmailSend.
ELQ_ACTIVITY_TYPE VARCHAR2 100 Specifies the Eloqua type of activity
ELQ_ACTIVITY_DATE TIMESTAMP The date and time of the activity
ELQ_EMAIL_ADDRESS VARCHAR2 400 The email address of the contact who performed the activity.
ELQ_CONTACT_ID NUMBER 18 The ID of the contact who performed the activity.
ELQ_EMAIL_RECIPIENT_ID VARCHAR2 38 The recipient GUID associated with an email activity.
ELQ_ASSET_TYPE VARCHAR2 100 The type of asset associated with the activity, such as email and form.
ELQ_ASSET_NAME VARCHAR2 100 The name of the asset associated with the activity.
ELQ_ASSET_ID NUMBER 18 The ID of the asset associated with the activity.
ELQ_SUBJECT_LINE VARCHAR2 500 The subject line for an email activity.
ELQ_EMAIL_WEB_LINK VARCHAR2 1000 The link for viewing the email in a web browser window for an email activity.
ELQ_EMAIL_CLICKED_THRU_LINK VARCHAR2 1000 The link clicked through for an EmailClickThrough activity.
ELQ_CAMPAIGN_ID NUMBER 18 The ID of the campaign associated with the activity.
ELQ_DEPLOYMENT_ID NUMBER 18 The ID of the email deployment for an email activity.
ELQ_EMAIL_SEND_TYPE VARCHAR2 100 The type of email send for an email activity. Email send types are BatchWizard, QuickSend, SOAPAPI, Salestools, FormProcessingStep, DCOServicesStep, ExternalTest, TestCenter, Deliverability, LowVolumesAPI and Campaign.
ELQ_NUMBER_OF_PAGES NUMBER 18 The number of pages viewed with a WebVisit activity.
ELQ_FIRST_PAGE_VIEW_URL VARCHAR2 1000 The URL of the first page viewed in a WebVisit activity.
ELQ_DURATION VARCHAR2 100 The duration of a WebVisit activity returned using the ISO-8601 standard for specifying durations.
ELQ_WEB_VISIT_ID NUMBER 18 The ID of the WebVisit associated with a PageView activity.
ELQ_URL VARCHAR2 1000 The URL viewed with a PageView activity.
ELQ_URL_DESCRIPTION VARCHAR2 150 The description of web visit or page visit URL, retrieved from pattern match, which will be displayed on UI.
CONTACT_ID NUMBER 18 The ID of the CRM Contact associated with the activity.
LEAD_ID NUMBER 18 The ID of the CRM Lead associated with the activity.
CAMPAIGN_ID NUMBER 18 The ID of the CRM Campaign associated with the activity.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
ZCA_WEB_ACTIVITIES_INT_N1 Non Unique Default BATCH_ID, IMPORT_STATUS_CODE, VALID_RECORD
ZCA_WEB_ACTIVITIES_INT_N2 Non Unique Default BATCH_ID, ELQ_EXTERNAL_ID
ZCA_WEB_ACTIVITIES_INT_N3 Non Unique ZCA_WEB_ACTIVITIES_INT_N3 BATCH_ID, ELQ_ACTIVITY_TYPE, CAMPAIGN_ID
ZCA_WEB_ACTIVITIES_INT_N4 Non Unique ZCA_WEB_ACTIVITIES_INT_N4 BATCH_ID, ELQ_ACTIVITY_TYPE, ELQ_ACTIVITY_DATE
ZCA_WEB_ACTIVITIES_INT_N5 Non Unique Default BATCH_ID, ELQ_ACTIVITY_TYPE, ELQ_FIRST_PAGE_VIEW_URL
ZCA_WEB_ACTIVITIES_INT_N6 Non Unique Default BATCH_ID, ELQ_ACTIVITY_TYPE, ELQ_EMAIL_SEND_TYPE
ZCA_WEB_ACTIVITIES_INT_N7 Non Unique Default BATCH_ID, ELQ_ACTIVITY_TYPE, ELQ_URL
ZCA_WEB_ACTIVITIES_INT_PK Unique Default BATCH_ID, INTERFACE_ROW_ID