This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_OPPORTUNITY_COMPETITOR_LINKAGE_G
Module:
OPPORTUNITY_COMPETITOR_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| OPPORTUNITY_COMPETITOR_ID | VARCHAR2 | 32 | True | Primary key | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| COMPETITOR_NAME | VARCHAR2 | 64 | Name of the competitor. | ||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Opportunity Created by user | ||||
| IS_DELETED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false) | ||||
| LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | Opportunity Competitor last updated by user | ||||
| OPPORTUNITY_ID | VARCHAR2 | 32 | ID of the associated Opportunity | ||||
| STRENGTHS | VARCHAR2 | 999 | Description of the competitors strengths | ||||
| WEAKNESSES | VARCHAR2 | 999 | Description of the competitors weaknesses | ||||
| CREATED_DATE | DATE | Creation Date - Audit column | |||||
| CREATED_TIMESTAMP | TIMESTAMP | Creation Date - Audit column | |||||
| LAST_MODIFIED_DATE | DATE | Last Modfied Date - Audit column | |||||
| LAST_MODIFIED_TIMESTAMP | TIMESTAMP | Last Modfied Date - Audit column |
Represents a competitor on an Opportunity.
Copyright © 2019, 2025, Oracle and/or its affiliates.