This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_OPPORTUNITY_TEAM_MEMBER_LINKAGE_G
Module:
OPPORTUNITY_TEAM_MEMBER_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| OPPORTUNITY_TEAM_MEMBER_ID | VARCHAR2 | 32 | True | Primary key | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Opportunity Team Member Created by user | ||||
| CURRENCY_ISO_CODE | VARCHAR2 | 16 | Available only for organizations with the multicurrency feature enabled. Contains the ISO code for any currency allowed by the organization. | ||||
| 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 Team Member Last Modified by user | ||||
| TEAM_MEMBER_NAME | VARCHAR2 | 512 | The team member name | ||||
| OPPORTUNITY_ACCESS_LEVEL | VARCHAR2 | 64 | Opportunity access level for this team member. | ||||
| OPPORTUNITY_ID | VARCHAR2 | 32 | ID of the Opportunity associated with this opportunity team | ||||
| TEAM_MEMBER_ROLE | VARCHAR2 | 512 | Role that the team member has on the opportunity. The orgs admin sets the valid values in the Opportunity Team Roles picklist. | ||||
| USER_TITLE | VARCHAR2 | 128 | Retrieves the users title. | ||||
| USER_ID | VARCHAR2 | 32 | ID of the User who is a member of the opportunity team | ||||
| 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 User on the opportunity team of an Opportunity.
Copyright © 2019, 2025, Oracle and/or its affiliates.