This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_RECORD_TYPE_D
Module:
RECORD_TYPE_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| RECORD_TYPE_ID | VARCHAR2 | 32 | True | Primary key | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| NAME | VARCHAR2 | 128 | the record type in the user interface | ||||
| DEVELOPER_NAME | VARCHAR2 | 128 | This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. In managed packages, this field prevents naming conflicts on package installations | ||||
| 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 | ||||
| DESCRIPTION | VARCHAR2 | 512 | A description of this record | ||||
| BUSINESS_PROCESS_ID | VARCHAR2 | 32 | ID of an associated BusinessProcess. | ||||
| SOBJECT_TYPE | VARCHAR2 | 64 | Object to which this record type applies, including custom objects. | ||||
| IS_ACTIVE | VARCHAR2 | 16 | Indicates whether this record is active (true) or not (false). Only active record types can be applied to records. | ||||
| IS_PERSON_TYPE | VARCHAR2 | 16 | Indicates whether this record has been designated as a person account (true) or not (false). | ||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Created by user | ||||
| CREATED_DATE | TIMESTAMP | Creation Date - Audit column | |||||
| LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | Last Modified by user | ||||
| LAST_MODIFIED_DATE | TIMESTAMP | Last Modified Date - Audit column |
Copyright © 2019, 2025, Oracle and/or its affiliates.