This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_OPPORTUNITY_PARTNER_G
Module:
OPPORTUNITY_PARTNER_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| OPPORTUNITY_PARTNER_ID | VARCHAR2 | 32 | True | Primary key | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| ACCOUNT_TO_ID | VARCHAR2 | 32 | ID of the partner Account in the partner relationship. | ||||
| IS_DELETED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false) | ||||
| IS_PRIMARY | VARCHAR2 | 16 | Indicates whether the account is the opportunitys primary partner (true) or not (false) | ||||
| 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 | |||||
| OPPORTUNITY_ID | VARCHAR2 | 32 | ID of the Opportunity that is in the partner relationship. | ||||
| ROLE | VARCHAR2 | 512 | The UserRole that the Account has on the Opportunity. For example, Reseller or Manufacturer. |
Represents a partner relationship between an Account and an Opportunity.
Copyright © 2019, 2025, Oracle and/or its affiliates.