Search Results cz_quote_hdrs
Overview
The CZ_QUOTE_HDRS table is a core data structure within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It serves as the primary header table for storing metadata and transactional context for configurable product quotes generated through the application. Its role is to act as the parent record for all quote-specific data, linking customer, opportunity, pricing, and address information to the detailed line items of a configured quote. Critically, the official ETRM documentation explicitly marks this table as "obsolete," indicating it is part of a legacy data model that may have been superseded by other transactional tables in later application development, though it remains present in the schema.
Key Information Stored
The table's primary key is a composite of QUOTE_HDR_ID and QUOTE_REV_NBR, enabling version control for quote revisions. As evidenced by its foreign key relationships, the table stores essential header-level attributes that define the quote's context. Key foreign key columns include BILLTO_CUSTOMER_ID and SHIPTO_CUSTOMER_ID (linking to CZ_CUSTOMERS), BILLTO_ADDRESS_ID and SHIPTO_ADDRESS_ID (linking to CZ_ADDRESSES), and associated CONTACT_IDs. It also links to an OPPORTUNITY_HDR_ID (CZ_OPPORTUNITY_HDRS) for sales tracking and a PRICE_GROUP_ID (CZ_PRICE_GROUPS) for pricing rules. Additional columns track creation metadata, such as USER_ID_CREATED and USER_ID_FOR_WHOM_CREATED, referencing the CZ_END_USERS table.
Common Use Cases and Queries
Primary use cases involve retrieving comprehensive quote headers for reporting, integration, or data migration purposes, especially concerning legacy data. Common SQL patterns include joining to related customer and address tables to build a complete quote snapshot. A typical query might be:
- SELECT qh.QUOTE_HDR_ID, qh.QUOTE_REV_NBR, c.CUSTOMER_NAME, o.OPPORTUNITY_NAME FROM CZ.CZ_QUOTE_HDRS qh JOIN CZ.CZ_CUSTOMERS c ON qh.BILLTO_CUSTOMER_ID = c.CUSTOMER_ID LEFT JOIN CZ.CZ_OPPORTUNITY_HDRS o ON qh.OPPORTUNITY_HDR_ID = o.OPPORTUNITY_HDR_ID WHERE qh.QUOTE_HDR_ID = :p_quote_id;
Given its obsolete status, new development should avoid direct dependencies on this table. Its main contemporary use is for historical reporting on quotes created before a potential migration to a newer quote management structure within EBS.
Related Objects
The CZ_QUOTE_HDRS table has extensive relationships within the Configurator schema. It is the parent table for several key detail tables, including CZ_QUOTE_MAIN_ITEMS (for configured components), CZ_SPARES_SPECIALS, CZ_QUOTE_ORDERS, and CZ_EXP_TMP_LINES. The CZ_PROP_QUOTE_HDRS table also references it, likely for proposal management. As shown in the metadata, it is a child table to master data tables such as CZ_CUSTOMERS, CZ_ADDRESSES, CZ_CONTACTS, CZ_OPPORTUNITY_HDRS, CZ_PRICE_GROUPS, and CZ_END_USERS, forming a central node in the legacy Configurator transactional model.
-
Table: CZ_QUOTE_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_HDRS, object_name:CZ_QUOTE_HDRS, status:VALID, product: CZ - Configurator , description: Quote header table, obsolete , implementation_dba_data: CZ.CZ_QUOTE_HDRS ,
-
Table: CZ_QUOTE_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_HDRS, object_name:CZ_QUOTE_HDRS, status:VALID, product: CZ - Configurator , description: Quote header table, obsolete , implementation_dba_data: CZ.CZ_QUOTE_HDRS ,
-
Table: CZ_CONTACTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONTACTS, object_name:CZ_CONTACTS, status:VALID, product: CZ - Configurator , description: OBSOLETE, customer contacts for MDApp , implementation_dba_data: CZ.CZ_CONTACTS ,
-
Table: CZ_CONTACTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONTACTS, object_name:CZ_CONTACTS, status:VALID, product: CZ - Configurator , description: OBSOLETE, customer contacts for MDApp , implementation_dba_data: CZ.CZ_CONTACTS ,
-
SYNONYM: APPS.CZ_QUOTE_HDRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_QUOTE_HDRS, status:VALID,
-
SYNONYM: APPS.CZ_QUOTE_HDRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_QUOTE_HDRS, status:VALID,
-
Table: CZ_END_USERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_END_USERS, object_name:CZ_END_USERS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint users , implementation_dba_data: CZ.CZ_END_USERS ,
-
Table: CZ_END_USERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_END_USERS, object_name:CZ_END_USERS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint users , implementation_dba_data: CZ.CZ_END_USERS ,
-
Table: CZ_ADDRESSES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ADDRESSES, object_name:CZ_ADDRESSES, status:VALID, product: CZ - Configurator , description: OBSOLETE, MDApp only , implementation_dba_data: CZ.CZ_ADDRESSES ,
-
Table: CZ_CUSTOMERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CUSTOMERS, object_name:CZ_CUSTOMERS, status:VALID, product: CZ - Configurator , description: OBSOLETE, customers for MDApp , implementation_dba_data: CZ.CZ_CUSTOMERS ,
-
VIEW: APPS.CZ_SPARES_V
12.1.1
-
VIEW: APPS.CZ_CONFIG_V
12.1.1
-
VIEW: APPS.CZ_CONFIG_V
12.2.2
-
Table: CZ_ADDRESSES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ADDRESSES, object_name:CZ_ADDRESSES, status:VALID, product: CZ - Configurator , description: OBSOLETE, MDApp only , implementation_dba_data: CZ.CZ_ADDRESSES ,
-
Table: CZ_CUSTOMERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CUSTOMERS, object_name:CZ_CUSTOMERS, status:VALID, product: CZ - Configurator , description: OBSOLETE, customers for MDApp , implementation_dba_data: CZ.CZ_CUSTOMERS ,
-
Table: CZ_PROP_QUOTE_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PROP_QUOTE_HDRS, object_name:CZ_PROP_QUOTE_HDRS, status:VALID, product: CZ - Configurator , description: Proposal-Quote join table , implementation_dba_data: CZ.CZ_PROP_QUOTE_HDRS ,
-
VIEW: APPS.CZ_SPARES_V
12.2.2
-
Table: CZ_OPPORTUNITY_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_OPPORTUNITY_HDRS, object_name:CZ_OPPORTUNITY_HDRS, status:VALID, product: CZ - Configurator , description: Opportunity headers for SellingPoint , implementation_dba_data: CZ.CZ_OPPORTUNITY_HDRS ,
-
Table: CZ_SPARES_SPECIALS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_SPARES_SPECIALS, object_name:CZ_SPARES_SPECIALS, status:VALID, product: CZ - Configurator , description: OBSOLETE. MDApp spares-specials table , implementation_dba_data: CZ.CZ_SPARES_SPECIALS ,
-
Table: CZ_EXP_TMP_LINES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EXP_TMP_LINES, object_name:CZ_EXP_TMP_LINES, status:VALID, product: CZ - Configurator , description: OBSOLETE. Used for order export , implementation_dba_data: CZ.CZ_EXP_TMP_LINES ,
-
VIEW: CZ.CZ_QUOTE_HDRS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_QUOTE_HDRS#, status:VALID,
-
Table: CZ_QUOTE_ORDERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_ORDERS, object_name:CZ_QUOTE_ORDERS, status:VALID, product: CZ - Configurator , description: OBSOLETE. Tracks SellingPoint orders submitted to OE. , implementation_dba_data: CZ.CZ_QUOTE_ORDERS ,
-
TRIGGER: APPS.CZ_QUOTE_HDRS_T1
12.1.1
-
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 ,
-
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_PROP_QUOTE_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PROP_QUOTE_HDRS, object_name:CZ_PROP_QUOTE_HDRS, status:VALID, product: CZ - Configurator , description: Proposal-Quote join table , implementation_dba_data: CZ.CZ_PROP_QUOTE_HDRS ,
-
Table: CZ_OPPORTUNITY_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_OPPORTUNITY_HDRS, object_name:CZ_OPPORTUNITY_HDRS, status:VALID, product: CZ - Configurator , description: Opportunity headers for SellingPoint , implementation_dba_data: CZ.CZ_OPPORTUNITY_HDRS ,
-
Table: CZ_QUOTE_MAIN_ITEMS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_MAIN_ITEMS, object_name:CZ_QUOTE_MAIN_ITEMS, status:VALID, product: CZ - Configurator , description: OBSOLETE, listed items in quote , implementation_dba_data: CZ.CZ_QUOTE_MAIN_ITEMS ,
-
Table: CZ_QUOTE_ORDERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_ORDERS, object_name:CZ_QUOTE_ORDERS, status:VALID, product: CZ - Configurator , description: OBSOLETE. Tracks SellingPoint orders submitted to OE. , implementation_dba_data: CZ.CZ_QUOTE_ORDERS ,
-
TRIGGER: APPS.CZ_QUOTE_HDRS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_QUOTE_HDRS_T1, status:VALID,
-
VIEW: CZ.CZ_QUOTE_HDRS#
12.2.2
-
Table: CZ_EXP_TMP_LINES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EXP_TMP_LINES, object_name:CZ_EXP_TMP_LINES, status:VALID, product: CZ - Configurator , description: OBSOLETE. Used for order export , implementation_dba_data: CZ.CZ_EXP_TMP_LINES ,
-
VIEW: APPS.CZ_CONFIG_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CZ_CONFIG_V, status:VALID,
-
Table: CZ_QUOTE_MAIN_ITEMS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_MAIN_ITEMS, object_name:CZ_QUOTE_MAIN_ITEMS, status:VALID, product: CZ - Configurator , description: OBSOLETE, listed items in quote , implementation_dba_data: CZ.CZ_QUOTE_MAIN_ITEMS ,
-
Table: CZ_SPARES_SPECIALS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_SPARES_SPECIALS, object_name:CZ_SPARES_SPECIALS, status:VALID, product: CZ - Configurator , description: OBSOLETE. MDApp spares-specials table , implementation_dba_data: CZ.CZ_SPARES_SPECIALS ,
-
VIEW: APPS.CZ_SPARES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CZ_SPARES_V, status:VALID,
-
VIEW: APPS.CZ_SPARES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CZ_SPARES_V, status:VALID,
-
TRIGGER: APPS.CZ_QUOTE_HDRS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_QUOTE_HDRS_T1, status:VALID,
-
TRIGGER: APPS.CZ_QUOTE_HDRS_T1
12.2.2
-
VIEW: APPS.CZ_CONFIG_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CZ_CONFIG_V, status:VALID,
-
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
-
12.2.2 DBA Data
12.2.2
-
TABLE: CZ.CZ_QUOTE_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_HDRS, object_name:CZ_QUOTE_HDRS, status:VALID,