This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_PRICEBOOK_D
Module:
PRICEBOOK_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| PRICEBOOK_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 | |||||
| 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 | 512 | Text description of the price book. | ||||
| 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). | ||||
| IS_STANDARD | VARCHAR2 | 16 | Indicates whether the price book is the standard price book for the org (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 | Required. Name of this object. This field is read-only for the standard price book |
Represents a price book that contains the list of products that your org sells.
Copyright © 2019, 2025, Oracle and/or its affiliates.