This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_OPPORTUNITY_SPLIT_TYPE_D
Module:
OPPORTUNITY_SPLIT_TYPE_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| OPPORTUNITY_SPLIT_TYPE_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 | Created by user | ||||
| CREATED_DATE | TIMESTAMP | Creation Date - Audit column | |||||
| DESCRIPTION | VARCHAR2 | 512 | Describes the purpose of the split type, providing context to future developers. | ||||
| DEVELOPER_NAME | VARCHAR2 | 128 | In managed packages, this field prevents naming conflicts on package installations. With this field, a developer can change the objects name in a managed package and the changes are reflected in a subscribers organization. | ||||
| IS_ACTIVE | VARCHAR2 | 16 | Describes whether the product is archived. The default value is false. | ||||
| IS_DELETED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false). | ||||
| IS_TOTAL_VALIDATED | VARCHAR2 | 16 | If true, the split must total 100%. If false, the split can total any percentage. | ||||
| LANGUAGE | VARCHAR2 | 64 | Indicates language of split labels in the user interface. | ||||
| LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | Last Modified by user | ||||
| LAST_MODIFIED_DATE | TIMESTAMP | Last Modified Date - Audit column | |||||
| MASTER_LABEL | VARCHAR2 | 128 | The user-interface label for the split type. | ||||
| NAMESPACE_PREFIX | VARCHAR2 | 16 | The namespace prefix that is associated with this object. Each Developer Edition org that creates a managed package has a unique namespace prefix. | ||||
| SPLIT_STATUS | VARCHAR2 | 512 | Indicates the status of the split type | ||||
| SPLIT_ENTITY | VARCHAR2 | 512 | The containing record type, such as an opportunity | ||||
| SPLIT_FIELD | VARCHAR2 | 512 | Indicates which currency field of the opportunity object is split. |
Copyright © 2019, 2025, Oracle and/or its affiliates.