This table requires activation of Salesforce CRM Pipeline functional area. Represents information about an opportunity product split, including percentages, amounts, and owner.
Module:
OPPORTUNITY_LINE_ITEM_SPLIT_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| OPPORTUNITY_LINE_ITEM_SPLIT_ID | VARCHAR2 | 32 | True | Primary key | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| OPPORTUNITY_LINE_ITEM_ID | VARCHAR2 | 32 | ID of the associated Opportunity line iteam. | ||||
| OPPORTUNITY_AMOUNT | NUMBER | Estimated total sale amount | |||||
| 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_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_PRODUCT_TOTAL_PRICE | NUMBER | It represents the total price of the OpportunityLineItem. | |||||
| OPPORTUNITY_PRODUCT_UNIT_PRICE | NUMBER | The unit price for the opportunity line item. | |||||
| OPPORTUNITY_PRODUCT_LIST_PRICE | NUMBER | Corresponds to the UnitPrice on the PricebookEntry that is associated with this line item, which can be in the standard price book or a custom price book. A client application can use this information to show whether the unit price (or sales price) of the line item differs from the price book entry list price. | |||||
| OPPORTUNITY_CAMPAIGN_ID | VARCHAR2 | 32 | ID of a related Campaign | DW_SF_CAMPAIGN_D | |||
| 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 | DW_SF_CONTACT_D | |||
| OPPORTUNITY_DESCRIPTION | VARCHAR2 | 999 | description of the opportunity | ||||
| 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_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_STAGE_CHANGE_DATE | TIMESTAMP | 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_PRODUCT_CAN_USE_QUANTITY_SCHEDULE | VARCHAR2 | 16 | Indicates whether the opportunity product can have a quantity schedule (true) or not (false). | ||||
| OPPORTUNITY_PRODUCT_CAN_USE_REVENUE_SCHEDULE | VARCHAR2 | 16 | Indicates whether the opportunity product can have a revenue schedule (true) or not (false). | ||||
| OPPORTUNITY_PRODUCT_DESCRIPTION | VARCHAR2 | 512 | Description of the opportunity line item | ||||
| OPPORTUNITY_PRODUCT_DISCOUNT | NUMBER | Discount for the product as a percentage. | |||||
| OPPORTUNITY_PRODUCT_HAS_QUANTITY_SCHEDULE | VARCHAR2 | 16 | Indicates whether a quantity schedule has been created for this object (true) or not (false). | ||||
| OPPORTUNITY_PRODUCT_HAS_REVENUE_SCHEDULE | VARCHAR2 | 16 | Indicates whether a revenue schedule has been created for this object (true) or not (false). | ||||
| OPPORTUNITY_PRODUCT_HAS_SCHEDULE | VARCHAR2 | 16 | If either HasQuantitySchedule or HasRevenueSchedule is true, this field is also true. | ||||
| OPPORTUNITY_PRODUCT_IS_DELETED | VARCHAR2 | 32 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false) | ||||
| OPPORTUNITY_PRODUCT_NAME | VARCHAR2 | 512 | The opportunity line item name | ||||
| OPPORTUNITY_ID | VARCHAR2 | 32 | ID of the associated Opportunity. | ||||
| OPPORTUNITY_PRODUCT_PRICEBOOK_ID | VARCHAR2 | 32 | ID of a related Pricebook2 | DW_SF_PRICEBOOK_D | |||
| OPPORTUNITY_PRODUCT_ID | VARCHAR2 | 32 | ID of the related Product record. | DW_SF_PRODUCT_D | |||
| OPPORTUNITY_PRODUCT_CODE | VARCHAR2 | 512 | It references the value in the ProductCode field of the related Product2 record. | ||||
| OPPORTUNITY_PRODUCT_QUANTITY | NUMBER | This record has a quantity schedule, a revenue schedule, or both a quantity and a revenue schedule. | |||||
| OPPORTUNITY_PRODUCT_SERVICE_DATE | DATE | Date when the product revenue will be recognized and the product quantity will be shipped. | |||||
| OPPORTUNITY_NAME | VARCHAR2 | 256 | 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. | DW_SF_USER_D | |||
| OPPORTUNITY_PRIMARY_PARTNER_ACCOUNT_ID | VARCHAR2 | 32 | ID of the partner account for the partner user that owns this opportunity | DW_SF_ACCOUNT_D | |||
| OPPORTUNITY_ACCOUNT_ID | VARCHAR2 | 32 | ID of the account associated with this opportunity. | DW_SF_ACCOUNT_D | |||
| 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_STAGE_NAME | VARCHAR2 | 512 | Stage Name Of Opporunity | ||||
| OPPORTUNITY_TOTAL_QUANTITY | NUMBER | Read-only if this record has a quantity schedule, a revenue schedule, or both a quantity and a revenue schedule. | |||||
| 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 | DW_SF_TERRITORY_D | |||
| 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 | ||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Opportunity Schedule Created by user | ||||
| CREATED_DATE | DATE | Creation Schedule Date - Audit column | |||||
| CREATED_TIMESTAMP | TIMESTAMP | Creation Schedule Date - Audit column | |||||
| 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 Schedule Last Modified by user | ||||
| LAST_MODIFIED_TIMESTAMP | TIMESTAMP | Last Modfied Date - Audit column | |||||
| LAST_MODIFIED_DATE | DATE | Last Modfied Date - Audit column | |||||
| SPLIT_AMOUNT | NUMBER | The amount or value of the split. | |||||
| SPLIT_NOTE | VARCHAR2 | 512 | Optional text about the split. | ||||
| SPLIT_OWNER_ID | VARCHAR2 | 32 | ID of the user who is the owner of the split. | ||||
| SPLIT_PERCENTAGE | NUMBER | The percentage of the OpportunityLineItem's value that the split represents. | |||||
| SPLIT_TYPE_ID | VARCHAR2 | 32 | ID of the associated OpptyLineItemSplitType. | ||||
| OPPORTUNITY_CREATED_DATE | DATE | Opportunity Created Date - Audit column | |||||
| OPPORTUNITY_CREATED_TIMESTAMP | TIMESTAMP | Opportunity Created Date - Audit column | |||||
| OPPORTUNITY_PRODUCT_CREATED_DATE | DATE | Opportunity Product Created Date - Audit column | |||||
| OPPORTUNITY_PRODUCT_CREATED_TIMESTAMP | TIMESTAMP | Opportunity Product Created Date - Audit column | |||||
| OPPORTUNITY_CORPORATE_AMOUNT | NUMBER | Estimated total sale amount | |||||
| 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. | |||||
| OPPORTUNITY_PRODUCT_CORPORATE_TOTAL_PRICE | NUMBER | It represents the total price of the OpportunityLineItem. | |||||
| OPPORTUNITY_PRODUCT_CORPORATE_UNIT_PRICE | NUMBER | The unit price for the opportunity line item. | |||||
| OPPORTUNITY_PRODUCT_CORPORATE_LIST_PRICE | NUMBER | Corresponds to the UnitPrice on the PricebookEntry that is associated with this line item, which can be in the standard price book or a custom price book. A client application can use this information to show whether the unit price (or sales price) of the line item differs from the price book entry list price. | |||||
| CORPORATE_SPLIT_AMOUNT | NUMBER | The revenue that should be recognized, or the quantity that should be shipped, or both - depending upon the value of Type. | |||||
| CORPORATE_CURRENCY_CODE | VARCHAR2 | 64 | Corporate currency code | ||||
| OPPORTUNITY_CORPORATE_CONVERSION_RATE | NUMBER | Corporate conversion rate |
Copyright © 2019, 2025, Oracle and/or its affiliates.