This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_OPPORTUNITY_PRODUCT_SPLIT_TYPE_D
Module:
OPPORTUNITY_PRODUCT_SPLIT_TYPE_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| OPPORTUNITY_PRODUCT_SPLIT_TYPE_ID | VARCHAR2 | 32 | True | Primary key | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| IS_DELETED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false) | ||||
| DEVELOPER_NAME | VARCHAR2 | 128 | Name of the opportunity line item split type. | ||||
| LANGUAGE | VARCHAR2 | 64 | The language of the opportunity line item split type. | ||||
| MASTER_LABEL | VARCHAR2 | 128 | The opportunity line item split type label. | ||||
| NAMESPACE_PREFIX | VARCHAR2 | 16 | The namespace prefix that is associated with this object. | ||||
| CREATED_DATE | TIMESTAMP | Creation Date - Audit column | |||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Created by user | ||||
| LAST_MODIFIED_DATE | TIMESTAMP | Last Modified Date - Audit column | |||||
| LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | Last Modified by user | ||||
| IS_ACTIVE | VARCHAR2 | 16 | Indicates whether the opportunity line item split type is active (true) or not (false). | ||||
| SPLIT_ENTITY | VARCHAR2 | 512 | Name or ID of the entity that contains the field being split. | ||||
| SPLIT_FIELD | VARCHAR2 | 512 | Name or ID of the field on OpportunityLineItem that is being split. | ||||
| DESCRIPTION | VARCHAR2 | 512 | Text description of the opportunity line item split type. | ||||
| IS_TOTAL_VALIDATED | VARCHAR2 | 16 | Indicates whether the OpportunityLineItemSplit records associated with the OpportunityLineItem must have SplitPercent values that aggregate to 100% (true) or not (false) | ||||
| SPLIT_STATUS | VARCHAR2 | 512 | The state of the asynchronous job to delete OpportunityLineItemSplit records when the associated OpptyLineItemSplitType record is deleted. | ||||
| OPPORTUNITY_SPLIT_TYPE_ID | VARCHAR2 | 32 | The ID of the parent OpportunitySplitType. Every OpptyLineItemSplitType must have a parent OpportunitySplitType. |
Represents an opportunity product split type.
Copyright © 2019, 2025, Oracle and/or its affiliates.