This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_CAMPAIGN_D
Module:
CAMPAIGN_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| CAMPAIGN_ID | VARCHAR2 | 32 | True | Represents and tracks a marketing campaign | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. Represents and tracks a marketing campaign | ||||
| CREATED_DATE | TIMESTAMP | who column | |||||
| DESCRIPTION | VARCHAR2 | 999 | Description of the campaign | ||||
| CAMPAIGN_END_DATE | DATE | Ending date for the campaign | |||||
| IS_ACTIVE | VARCHAR2 | 16 | Indicates whether this campaign is active (true) or not (false). Default value is false. | ||||
| IS_DELETED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false) | ||||
| LAST_ACTIVITY_DATE | DATE | Value is one of the following whichever is the most recent. Due date of the most recent event logged against the record.Due date of the most recently closed task associated with the record | |||||
| LAST_MODIFIED_DATE | TIMESTAMP | who column | |||||
| CAMPAIGN_NAME | VARCHAR2 | 128 | Name of the campaign. | ||||
| CAMPAIGN_PARENT_ID | VARCHAR2 | 32 | ID of the parent Campaign record | DW_SF_CAMPAIGN_D | CAMPAIGN_ID | ||
| CAMPAIGN_START_DATE | DATE | Starting date for the campaign | |||||
| CAMPAIGN_STATUS | VARCHAR2 | 512 | Status of the campaign for example Planned | ||||
| CAMPAIGN_TYPE | VARCHAR2 | 512 | Type of campaign for example Direct Mail or Referral | ||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Opportunity Created by user | ||||
| OWNER_ID | VARCHAR2 | 32 | ID of the User who has been assigned to work this campaign. | ||||
| LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | Opportunity last updated by user |
Copyright © 2019, 2025, Oracle and/or its affiliates.