This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_PRODUCT_D
Module:
PRODUCT_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| PRODUCT_ID | VARCHAR2 | 32 | True | Primary key | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| CAN_USE_QUANTITY_SCHEDULE | VARCHAR2 | 16 | Indicates whether the product can have a quantity schedule (true) or not (false). | ||||
| CAN_USE_REVENUE_SCHEDULE | VARCHAR2 | 16 | Indicates whether the product can have a revenue schedule (true) or not (false). | ||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Created by user | ||||
| CREATED_DATE | TIMESTAMP | Creation Date - Audit column | |||||
| CURRENCY_ISO_CODE | VARCHAR2 | 16 | Available only for organizations with the multicurrency feature enabled. Contains the ISO code for any currency allowed by the organization. | ||||
| DESCRIPTION | VARCHAR2 | 999 | A text description of this record. | ||||
| EXTERNAL_ID | VARCHAR2 | 512 | The unique identifier of a record in the linked external data source. | ||||
| FAMILY | VARCHAR2 | 512 | Name of the product family associated with this record. Product families are configured as picklists in the user interface | ||||
| IS_ACTIVE | VARCHAR2 | 16 | Indicates whether this record is active (true) or not (false). | ||||
| IS_ARCHIVED | 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). | ||||
| LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | Last Modified by user | ||||
| LAST_MODIFIED_DATE | TIMESTAMP | Last Modified Date - Audit column | |||||
| NAME | VARCHAR2 | 512 | Default name of this record | ||||
| NUMBER_OF_QUANTITY_INSTALLMENTS | NUMBER | 38 | 0 | If the product has a quantity schedule, the number of installments. | |||
| NUMBER_OF_REVENUE_INSTALLMENTS | NUMBER | 38 | 0 | If the product has a revenue schedule, the number of installments. | |||
| PRODUCT_CODE | VARCHAR2 | 512 | Default product code for this record. Your org defines the products code-naming pattern. | ||||
| QUANTITY_UNIT_OF_MEASURE | VARCHAR2 | 512 | This field comes with only one value, Each, so consider creating your own. |
Represents a product that your company sells.
Copyright © 2019, 2025, Oracle and/or its affiliates.