Search Results so_price_lists_b
Overview
The SO_PRICE_LISTS_B table is a core master data object within the Oracle E-Business Suite (EBS) Order Entry (OE) module, specifically for version 12.1.1 and 12.2.2. It serves as the primary repository for defining price lists, which are fundamental to the pricing engine. A price list is a named set of prices for items, applicable to customers, transactions, or agreements within the order-to-cash cycle. This table stores the header-level attributes of a price list, such as its name, currency, and validity dates. Its central role is to provide a pricing reference that can be associated with customers, sales orders, agreements, and web store configurations, ensuring consistent price application across the application.
Key Information Stored
The table's primary key is the PRICE_LIST_ID, a unique system-generated identifier. While the full column list is not detailed in the provided excerpt, standard implementation includes critical columns such as NAME (the price list identifier), CURRENCY_CODE, START_DATE_ACTIVE, END_DATE_ACTIVE, and DESCRIPTION. The metadata explicitly highlights two significant foreign key columns: TERMS_ID, which links to payment terms in RA_TERMS_B, and SECONDARY_PRICE_LIST_ID, which enables a self-referential link to another price list within the same table, often used for complex pricing hierarchies or rollup scenarios.
Common Use Cases and Queries
This table is central to pricing configuration, reporting, and data validation. Common operational scenarios include identifying active price lists for a given date, auditing price list assignments, and troubleshooting order pricing. A typical query retrieves price list details for a specific sales order header by joining on SO_HEADERS_ALL.PRICE_LIST_ID. For reporting, analysts often aggregate data to see which price lists are most frequently used or to list all price lists active within a period. Sample SQL to find basic price list information would be: SELECT price_list_id, name, currency_code FROM oe.so_price_lists_b WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);. Another critical use case involves validating the integrity of the self-referential secondary price list link to prevent circular references.
Related Objects
As evidenced by the extensive foreign key relationships, SO_PRICE_LISTS_B is a highly referenced master table. Its primary key (PRICE_LIST_ID) is referenced by numerous transactional and setup tables across the Order Management, Receivables, and iStore modules. Key documented relationships include:
- Transactional Core: SO_HEADERS_ALL, SO_LINES_ALL, and their corresponding interface tables (SO_HEADERS_INTERFACE_ALL, SO_LINES_INTERFACE_ALL).
- Customer and Site Setup: RA_CUSTOMERS and RA_SITE_USES_ALL for assigning default price lists.
- Pricing Agreements and Discounts: SO_AGREEMENTS_B and SO_DISCOUNTS.
- Pricing Detail: SO_PRICE_LIST_LINES_115, which holds the individual item prices for each price list header.
- iStore Configuration: ICX_WEB_STORE_OPTIONS (for PRICE_LIST_ID and GUEST_PRICE_LIST_ID).
- Self-Reference: A recursive foreign key on SECONDARY_PRICE_LIST_ID to its own PRICE_LIST_ID.
- Payment Terms: RA_TERMS_B via the TERMS_ID column.
-
Table: SO_PRICE_LISTS_B
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LISTS_B, object_name:SO_PRICE_LISTS_B, status:VALID, product: OE - Order Entry , description: Price lists , implementation_dba_data: OE.SO_PRICE_LISTS_B ,
-
Table: SO_PRICE_LISTS_B
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LISTS_B, object_name:SO_PRICE_LISTS_B, status:VALID, product: OE - Order Entry , description: Price lists , implementation_dba_data: OE.SO_PRICE_LISTS_B ,
-
APPS.SO_PRICE_LISTS_PKG dependencies on SO_PRICE_LISTS_B
12.2.2
-
APPS.QP_LIST_UPGRADE_UTIL_PVT dependencies on SO_PRICE_LISTS_B
12.2.2
-
APPS.SO_PRICE_LISTS_PKG dependencies on SO_PRICE_LISTS_B
12.1.1
-
APPS.QP_LIST_UPGRADE_UTIL_PVT dependencies on SO_PRICE_LISTS_B
12.1.1
-
SYNONYM: APPS.SO_PRICE_LISTS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_PRICE_LISTS_B, status:VALID,
-
Table: ICX_WEB_STORE_OPTIONS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_WEB_STORE_OPTIONS, object_name:ICX_WEB_STORE_OPTIONS, status:VALID, product: ICX - Oracle iProcurement , description: Default values for Web Store system configurable options per operating unit , implementation_dba_data: ICX.ICX_WEB_STORE_OPTIONS ,
-
SYNONYM: APPS.SO_PRICE_LISTS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_PRICE_LISTS_B, status:VALID,
-
Table: ICX_WEB_STORE_OPTIONS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_WEB_STORE_OPTIONS, object_name:ICX_WEB_STORE_OPTIONS, status:VALID, product: ICX - Oracle iProcurement , description: Default values for Web Store system configurable options per operating unit , implementation_dba_data: ICX.ICX_WEB_STORE_OPTIONS ,
-
VIEW: OE.SO_PRICE_LISTS_B#
12.2.2
owner:OE, object_type:VIEW, object_name:SO_PRICE_LISTS_B#, status:VALID,
-
APPS.SO_PRICE_LISTS_PKG SQL Statements
12.1.1
-
APPS.SO_PRICE_LISTS_PKG SQL Statements
12.2.2
-
VIEW: APPS.SO_PRICE_LISTS_VL
12.1.1
-
VIEW: APPS.SO_PRICE_LISTS_VL
12.2.2
-
VIEW: OE.SO_PRICE_LISTS_B#
12.2.2
-
Primary Key: ICX_STORE_INDEX_PK
12.2.2
-
Primary Key: ICX_STORE_INDEX_PK
12.1.1
-
Table: SO_PRICE_LISTS_TL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LISTS_TL, object_name:SO_PRICE_LISTS_TL, status:VALID, product: OE - Order Entry , description: Translation table for SO_PRICE_LISTS_B , implementation_dba_data: OE.SO_PRICE_LISTS_TL ,
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
Table: SO_PRICE_LISTS_TL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LISTS_TL, object_name:SO_PRICE_LISTS_TL, status:VALID, product: OE - Order Entry , description: Translation table for SO_PRICE_LISTS_B , implementation_dba_data: OE.SO_PRICE_LISTS_TL ,
-
Table: SO_LINES_INTERFACE_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINES_INTERFACE_ALL, object_name:SO_LINES_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order line information , implementation_dba_data: OE.SO_LINES_INTERFACE_ALL ,
-
Table: SO_AGREEMENTS_B
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_AGREEMENTS_B, object_name:SO_AGREEMENTS_B, status:VALID, product: OE - Order Entry , description: Customer agreements , implementation_dba_data: OE.SO_AGREEMENTS_B ,
-
Table: SO_AGREEMENTS_B
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_AGREEMENTS_B, object_name:SO_AGREEMENTS_B, status:VALID, product: OE - Order Entry , description: Customer agreements , implementation_dba_data: OE.SO_AGREEMENTS_B ,
-
Table: SO_PRICE_LIST_LINES_115
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LIST_LINES_115, object_name:SO_PRICE_LIST_LINES_115, status:VALID, product: OE - Order Entry , description: Table to store Price List Lines. , implementation_dba_data: OE.SO_PRICE_LIST_LINES_115 ,
-
Table: SO_PRICE_LIST_LINES_115
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LIST_LINES_115, object_name:SO_PRICE_LIST_LINES_115, status:VALID, product: OE - Order Entry , description: Table to store Price List Lines. , implementation_dba_data: OE.SO_PRICE_LIST_LINES_115 ,
-
Table: SO_DISCOUNTS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_DISCOUNTS, object_name:SO_DISCOUNTS, status:VALID, product: OE - Order Entry , description: Discounts for use in price adjustments , implementation_dba_data: OE.SO_DISCOUNTS ,
-
Table: SO_LINES_INTERFACE_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINES_INTERFACE_ALL, object_name:SO_LINES_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order line information , implementation_dba_data: OE.SO_LINES_INTERFACE_ALL ,
-
Table: SO_DISCOUNTS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_DISCOUNTS, object_name:SO_DISCOUNTS, status:VALID, product: OE - Order Entry , description: Discounts for use in price adjustments , implementation_dba_data: OE.SO_DISCOUNTS ,
-
APPS.QP_LIST_UPGRADE_UTIL_PVT dependencies on QP_DISCOUNT_MAPPING
12.1.1
-
APPS.QP_LIST_UPGRADE_UTIL_PVT dependencies on QP_DISCOUNT_MAPPING
12.2.2
-
PACKAGE BODY: APPS.SO_PRICE_LISTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:SO_PRICE_LISTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.SO_PRICE_LISTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:SO_PRICE_LISTS_PKG, status:VALID,
-
Table: SO_HEADERS_INTERFACE_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_INTERFACE_ALL, object_name:SO_HEADERS_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order header information , implementation_dba_data: OE.SO_HEADERS_INTERFACE_ALL ,
-
PACKAGE BODY: APPS.QP_LIST_UPGRADE_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QP_LIST_UPGRADE_UTIL_PVT, status:VALID,
-
TABLE: OE.SO_PRICE_LISTS_B
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LISTS_B, object_name:SO_PRICE_LISTS_B, status:VALID,
-
PACKAGE BODY: APPS.QP_LIST_UPGRADE_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QP_LIST_UPGRADE_UTIL_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: SO_LINES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINES_ALL, object_name:SO_LINES_ALL, status:VALID, product: OE - Order Entry , description: Order lines , implementation_dba_data: OE.SO_LINES_ALL ,
-
PACKAGE BODY: APPS.SO_PRICE_LISTS_PKG
12.1.1
-
View: SO_PRICE_LISTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PRICE_LISTS_VL, object_name:SO_PRICE_LISTS_VL, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_PRICE_LISTS_VL ,
-
View: SO_PRICE_LISTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PRICE_LISTS_VL, object_name:SO_PRICE_LISTS_VL, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_PRICE_LISTS_VL ,
-
Table: SO_HEADERS_INTERFACE_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_INTERFACE_ALL, object_name:SO_HEADERS_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order header information , implementation_dba_data: OE.SO_HEADERS_INTERFACE_ALL ,
-
TABLE: OE.SO_PRICE_LISTS_B
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LISTS_B, object_name:SO_PRICE_LISTS_B, status:VALID,
-
Table: RA_TERMS_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_B, object_name:RA_TERMS_B, status:VALID, product: AR - Receivables , description: Payment Term information , implementation_dba_data: AR.RA_TERMS_B ,
-
Table: RA_TERMS_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_B, object_name:RA_TERMS_B, status:VALID, product: AR - Receivables , description: Payment Term information , implementation_dba_data: AR.RA_TERMS_B ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2