DW_SF_OPPORTUNITY_SPLIT_CF (Preview)

This table requires activation of Salesforce CRM Pipeline functional area. OpportunitySplit credits one or more opportunity team members with a portion of the opportunity amount.

Details

Module:

Key Columns

OPPORTUNITY_SPLIT_ID

Columns

Columns
Name Datatype Length Precision Not Null Comments Referred Table Referred Column
OPPORTUNITY_SPLIT_ID VARCHAR2 32   True Primary key    
SOURCE_RECORD_ID VARCHAR2 32     This column is for Oracle Internal use only. SOURCE_RECORD_ID    
OPPORTUNITY_ID VARCHAR2 32     ID of the opportunity for which the split is being created.    
OPPORTUNITY_ACCOUNT_ID VARCHAR2 32     ID of the account associated with this opportunity.    
OPPORTUNITY_AMOUNT NUMBER       Estimated total sale amount    
OPPORTUNITY_CAMPAIGN_ID VARCHAR2 32     ID of a related Campaign    
OPPORTUNITY_CLOSE_DATE DATE       Date when the opportunity is expected to close    
OPPORTUNITY_CONTACT_ID VARCHAR2 32     ID of the contact associated with this opportunity    
OPPORTUNITY_CURRENCY_CODE VARCHAR2 32     Available only for organizations with the multicurrency feature enabled. Contains the ISO code for any currency allowed by the organization.    
OPPORTUNITY_DESCRIPTION VARCHAR2 999     description of the opportunity    
OPPORTUNITY_EXPECTED_REVENUE NUMBER       Read-only field that is equal to the product of the opportunity Amount field and the Probability. You cant directly set this field, but you can indirectly set it by setting the Amount or Probability fields.    
OPPORTUNITY_FORECAST_CATEGORY VARCHAR2 64     Restricted picklist field. It is implied, but not directly controlled, by the StageName field. You can override this field to a different value than is implied by the StageName value. The values of this field are fixed enumerated values. The field labels are localized to the language of the user performing the operation, if localized versions of those labels are available for that language in the user interface.    
OPPORTUNITY_FORECAST_CATEGORY_NAME VARCHAR2 512     The name of the forecast category. It is implied, but not directly controlled, by the StageName field. You can override this field to a different value than is implied by the StageName value    
OPPORTUNITY_HAS_OPEN_ACTIVITY VARCHAR2 16     Indicates whether an opportunity has an open event or task (true) or not (false).    
OPPORTUNITY_HAS_OPPORTUNITY_LINE_ITEM VARCHAR2 16     Read-only field that indicates whether the opportunity has associated line items. A value of true means that Opportunity line items have been created for the opportunity.    
OPPORTUNITY_HAS_OVERDUE_TASK VARCHAR2 16     Indicates whether an opportunity has an overdue task (true) or not (false).    
OPPORTUNITY_IS_CLOSED VARCHAR2 16     Directly controlled by StageName. You can query and filter on this field, but you cant directly set it in a create, upsert, or update request. It can only be set via StageName    
OPPORTUNITY_IS_DELETED VARCHAR2 16     Indicates whether the object has been moved to the Recycle Bin (true) or not (false)    
OPPORTUNITY_IS_PRIVATE VARCHAR2 16     Private flag    
OPPORTUNITY_IS_SPLIT VARCHAR2 16     Read-only field that indicates whether credit for the opportunity is split between opportunity team members. Label is IsSplit. This field is available in versions 14.0 and later for organizations that enabled Opportunity Splits during the pilot period.    
OPPORTUNITY_IS_WON VARCHAR2 16     Directly controlled by StageName. You can query and filter on this field, but you cant directly set the value. It can only be set via StageName    
OPPORTUNITY_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.    
OPPORTUNITY_LAST_STAGE_CHANGE_DATE DATE       The date of the last change made to the Stage field on this opportunity record.    
OPPORTUNITY_LAST_STAGE_CHANGE_TIMESTAMP TIMESTAMP       The date of the last change made to the Stage field on this opportunity record.    
OPPORTUNITY_LEAD_SOURCE VARCHAR2 512     Source of this opportunity, such as Advertisement or Trade Show.    
OPPORTUNITY_NAME VARCHAR2 120     A name for this opportunity.    
OPPORTUNITY_NEXT_STEP VARCHAR2 512     Description of next task in closing opportunity.    
OPPORTUNITY_OWNER_ID VARCHAR2 32     ID of the User who has been assigned to work this opportunity.    
OPPORTUNITY_PRICEBOOK_ID VARCHAR2 32     ID of a related Pricebook2    
OPPORTUNITY_PRIMARY_PARTNER_ACCOUNT_ID VARCHAR2 32     ID of the partner account for the partner user that owns this opportunity    
OPPORTUNITY_PROBABILITY NUMBER       Percentage of estimated confidence in closing the opportunity. It is implied, but not directly controlled, by the StageName field. You can override this field to a different value than what is implied by the StageName.    
OPPORTUNITY_PUSH_COUNT NUMBER       The number of times an opportunitys close date has been pushed out by one calendar month. For example, moving a close date from April to May counts as one push, but moving from April 1 to April 30 doesn't count. The total is not decreased when the close date is moved in.    
OPPORTUNITY_RECORD_TYPE_ID VARCHAR2 32     ID of the record type assigned    
OPPORTUNITY_STAGE_NAME VARCHAR2 512     Stage Name Of Opporunity    
OPPORTUNITY_TOTAL_QUANTITY NUMBER       Number of items included in this opportunity    
OPPORTUNITY_TYPE VARCHAR2 512     Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type.    
OPPORTUNITY_TERRITORY_ID VARCHAR2 32     The ID of the territory that is assigned to the opportunity    
CREATED_BY_USER_ID VARCHAR2 32     Opportunity Created by user    
CREATED_DATE DATE       Creation Date - Audit column    
CREATED_TIMESTAMP TIMESTAMP       Creation Date - Audit column    
HAS_OPPORTUNITY_LINE_ITEM_SPLIT VARCHAR2 16     the opportunity split has a split on the opportunity line item level (true) or not (false).    
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 Last modified by user    
LAST_MODIFIED_DATE DATE       Last Modified Date - Audit column    
LAST_MODIFIED_TIMESTAMP TIMESTAMP       Last Modified Date - Audit column    
SPLIT_AMOUNT NUMBER       Monetary amount of the split.    
SPLIT_NOTE VARCHAR2 512     Enter any notes or comments about the split.    
SPLIT_OWNER_ID VARCHAR2 32     The opportunity owner.    
SPLIT_PERCENTAGE NUMBER       Split percentage that this team member receives. If the split type is validated to a 100% total, this number can range from 0 to 100    
SPLIT_TYPE_ID VARCHAR2 32     ID for the split type defined by the OpportunitySplitType object    
OPPORTUNITY_CREATED_DATE DATE       Opporunity Creation Date - Audit column    
OPPORTUNITY_CREATED_TIMESTAMP TIMESTAMP       Opporunity Creation Date - Audit column    
OPPORTUNITY_CORPORATE_AMOUNT NUMBER       Estimated total sale amount in corporate currency    
OPPORTUNITY_CORPORATE_EXPECTED_REVENUE NUMBER       Read-only field that is equal to the product of the opportunity Amount field and the Probability. You cant directly set this field, but you can indirectly set it by setting the Amount or Probability fields in corporate currency    
CORPORATE_SPLIT_AMOUNT NUMBER       Monetary amount of the split in corporate currency    
CORPORATE_CURRENCY_CODE VARCHAR2 64     Corporate currency code    
OPPORTUNITY_CORPORATE_CONVERSION_RATE NUMBER       Corporate conversion rate    

Copyright © 2019, 2025, Oracle and/or its affiliates.