Search Results cz_prices
Overview
The CZ_PRICES table is a core data object within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as the master repository for storing list prices used specifically by the Oracle SellingPoint and Quote modules. This table enables the association of predefined price lists with configurable items, providing the foundational pricing data required for generating accurate quotes and proposals for configured products. Its existence is critical for ensuring that price calculations within the configurator runtime are consistent and aligned with established commercial policies.
Key Information Stored
The table's structure is designed to link price lists with specific items. Its primary key is a composite of PRICE_GROUP_ID and ITEM_ID, enforcing uniqueness for each price record. The PRICE_GROUP_ID column references a specific price list or pricing scheme defined in the CZ_PRICE_GROUPS table. The ITEM_ID column references a configurable item master record stored in the CZ_ITEM_MASTERS table. While the provided metadata does not list all columns, the core data stored includes the relationship between these two entities, and the table would typically contain at least one column for the actual price value (e.g., a LIST_PRICE column), which is applied when the referenced item is selected within the specified price group during a configuration or quoting session.
Common Use Cases and Queries
The primary use case for the CZ_PRICES table is to support the retrieval of list prices during the interactive configuration and quote generation processes. A common operational query involves fetching the price for a specific item within a given price list, which is essential for real-time price calculation. For reporting and maintenance, administrators often query the table to audit price assignments or to bulk update prices for a set of items within a particular price group.
- Price Retrieval for Configuration:
SELECT list_price FROM cz.cz_prices WHERE price_group_id = :p_price_list AND item_id = :p_item_id; - Audit of Price Assignments:
SELECT pg.name, im.item_key, cp.list_price FROM cz.cz_prices cp, cz.cz_price_groups pg, cz.cz_item_masters im WHERE cp.price_group_id = pg.price_group_id AND cp.item_id = im.item_id ORDER BY pg.name;
Related Objects
The CZ_PRICES table is centrally linked to two other fundamental Configurator tables through foreign key constraints, forming a key part of the pricing data model.
- CZ_PRICE_GROUPS: This table defines the price lists or pricing schemes themselves. The CZ_PRICES.PRICE_GROUP_ID column is a foreign key to CZ_PRICE_GROUPS.PRICE_GROUP_ID.
- CZ_ITEM_MASTERS: This table stores the master definitions of all configurable items and components. The CZ_PRICES.ITEM_ID column is a foreign key to CZ_ITEM_MASTERS.ITEM_ID.
Data from CZ_PRICES is utilized by the Configurator runtime engine and the Quote module's APIs to resolve and apply correct pricing during business transactions.
-
Table: CZ_PRICES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICES, object_name:CZ_PRICES, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint list prices used in the Quote module. , implementation_dba_data: CZ.CZ_PRICES ,
-
Table: CZ_PRICES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICES, object_name:CZ_PRICES, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint list prices used in the Quote module. , implementation_dba_data: CZ.CZ_PRICES ,
-
APPS.CZ_IMP_PR_KRS dependencies on CZ_PRICES
12.2.2
-
APPS.CZ_IMP_PR_XFR dependencies on CZ_PRICES
12.1.1
-
APPS.CZ_IMP_PR_XFR dependencies on CZ_PRICES
12.2.2
-
APPS.CZ_IMP_PR_KRS dependencies on CZ_PRICES
12.1.1
-
APPS.CZ_IMP_PR_XFR dependencies on CZ_UTILS
12.1.1
-
APPS.CZ_IMP_PR_XFR dependencies on CZ_UTILS
12.2.2
-
APPS.CZ_IMP_PR_XFR SQL Statements
12.1.1
-
SYNONYM: APPS.CZ_PRICES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_PRICES, status:VALID,
-
APPS.CZ_IMP_PR_XFR SQL Statements
12.2.2
-
VIEW: CZ.CZ_PRICES#
12.2.2
-
VIEW: CZ.CZ_PRICES#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_PRICES#, status:VALID,
-
SYNONYM: APPS.CZ_PRICES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_PRICES, status:VALID,
-
Table: CZ_IMP_PRICE
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_PRICE, object_name:CZ_IMP_PRICE, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_PRICES , implementation_dba_data: CZ.CZ_IMP_PRICE ,
-
PACKAGE BODY: APPS.CZ_IMP_PR_XFR
12.2.2
-
Table: CZ_IMP_PRICE
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_PRICE, object_name:CZ_IMP_PRICE, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_PRICES , implementation_dba_data: CZ.CZ_IMP_PRICE ,
-
APPS.CZ_IMP_ALL dependencies on CZ_IMP_PR_MAIN
12.1.1
-
APPS.CZ_IMP_ALL dependencies on CZ_IMP_PR_MAIN
12.2.2
-
APPS.CZ_IMP_PR_MAIN dependencies on CZ_XFR_RUN_RESULTS
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_PR_XFR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_PR_XFR, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_PR_XFR
12.1.1
-
APPS.CZ_IMP_PR_MAIN dependencies on CZ_XFR_RUN_RESULTS
12.2.2
-
Table: CZ_ITEM_MASTERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_MASTERS, object_name:CZ_ITEM_MASTERS, status:VALID, product: CZ - Configurator , description: Items used to structure the product , implementation_dba_data: CZ.CZ_ITEM_MASTERS ,
-
TRIGGER: APPS.CZ_PRICES_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_PRICES_T1, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_PR_XFR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_PR_XFR, status:VALID,
-
Table: CZ_PRICE_GROUPS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICE_GROUPS, object_name:CZ_PRICE_GROUPS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint price lists used in the Quote module. Price lists , implementation_dba_data: CZ.CZ_PRICE_GROUPS ,
-
Table: CZ_PRICE_GROUPS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICE_GROUPS, object_name:CZ_PRICE_GROUPS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint price lists used in the Quote module. Price lists , implementation_dba_data: CZ.CZ_PRICE_GROUPS ,
-
APPS.CZ_IMP_PR_MAIN SQL Statements
12.2.2
-
Table: CZ_ITEM_MASTERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_MASTERS, object_name:CZ_ITEM_MASTERS, status:VALID, product: CZ - Configurator , description: Items used to structure the product , implementation_dba_data: CZ.CZ_ITEM_MASTERS ,
-
PACKAGE BODY: APPS.CZ_IMP_PR_KRS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_PR_KRS, status:VALID,
-
TRIGGER: APPS.CZ_PRICES_T1
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_PR_KRS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_PR_KRS, status:VALID,
-
TRIGGER: APPS.CZ_PRICES_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_PRICES_T1, status:VALID,
-
TABLE: CZ.CZ_PRICES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICES, object_name:CZ_PRICES, status:VALID,
-
TABLE: CZ.CZ_PRICES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICES, object_name:CZ_PRICES, status:VALID,
-
APPS.CZ_IMP_PR_MAIN SQL Statements
12.1.1
-
TRIGGER: APPS.CZ_PRICES_T1
12.2.2
-
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.CZ_IMP_PR_XFR dependencies on CZ_IMP_ALL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CZ_IMP_PR_XFR dependencies on CZ_IMP_PR_XFR
12.1.1