Search Results cz_quote_spec_items_pk
Overview
The CZ_QUOTE_SPECIAL_ITEMS table is a core data object within the Oracle E-Business Suite Configurator (CZ) module, specifically for releases 12.1.1 and 12.2.2. Its primary function is to manage the association between special order items and a sales quote. This table is essential for capturing and storing non-standard, configured, or service-related items that are part of a customer quotation but are not standard inventory items. It enables the system to handle complex, configurable product offerings by linking special components, spares, or services directly to a specific quote and its revision, ensuring accurate pricing, availability, and fulfillment tracking throughout the quote-to-order process.
Key Information Stored
The table's structure is designed to uniquely identify each special item within the context of a quote. Its composite primary key, CZ_QUOTE_SPEC_ITEMS_PK, underscores the multi-faceted nature of this identification. Critical columns include QUOTE_HDR_ID and QUOTE_REV_NBR, which together anchor the item to a specific quote header and its revision. The PACKAGE_SEQ and SEQ_NUMBER columns provide sequencing to manage multiple items and potential groupings. A column of particular importance, as indicated by the user's search, is TYPE_FLAG. This field acts as a critical classifier, likely differentiating between various categories of special items (e.g., spare parts, special services, custom components). Its inclusion in the primary key and as part of a foreign key relationship to the CZ_SPARES_SPECIALS table confirms its role in determining the item's type and governing its associated business rules and data relationships.
Common Use Cases and Queries
This table is central to operations involving configurable product quotes. A common use case is generating a detailed breakdown of all special items on a quote for review, pricing, or order generation. Developers and report writers frequently query this table to join quote header information with the specific special items. A foundational SQL pattern involves filtering by quote identifier and joining to related tables using the TYPE_FLAG for context.
- Retrieving All Special Items for a Quote:
SELECT * FROM cz.cz_quote_special_items WHERE quote_hdr_id = :p_quote_id AND quote_rev_nbr = :p_rev_nbr ORDER BY package_seq, seq_number; - Analyzing Items by Type:
SELECT type_flag, COUNT(*) item_count FROM cz.cz_quote_special_items WHERE quote_hdr_id = :p_quote_id GROUP BY type_flag; - Joining for Detailed Reporting: Queries often join CZ_QUOTE_SPECIAL_ITEMS with CZ_SPARES_SPECIALS (via QUOTE_HDR_ID, QUOTE_REV_NBR, PACKAGE_SEQ, and TYPE_FLAG) and the quote headers table (CZ_QUOTE_HEADERS) to create comprehensive quote detail reports.
Related Objects
The functionality of CZ_QUOTE_SPECIAL_ITEMS is defined through its relationships with other key Configurator objects. Its primary foreign key relationship is with the CZ_SPARES_SPECIALS table, which holds the detailed definition and attributes for the special items, linked via the composite key including TYPE_FLAG. This table is inherently dependent on the quote header entity, typically CZ_QUOTE_HEADERS, through the QUOTE_HDR_ID and QUOTE_REV_NBR columns. While not listed in the provided metadata, it is also commonly related to tables storing item master data (like MTL_SYSTEM_ITEMS) for descriptive information and to order management interfaces for converting quoted special items into sales order lines.
-
Table: CZ_QUOTE_SPECIAL_ITEMS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_SPECIAL_ITEMS, object_name:CZ_QUOTE_SPECIAL_ITEMS, status:VALID, product: CZ - Configurator , description: Associates special order items with a quote , implementation_dba_data: CZ.CZ_QUOTE_SPECIAL_ITEMS ,
-
Table: CZ_QUOTE_SPECIAL_ITEMS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_SPECIAL_ITEMS, object_name:CZ_QUOTE_SPECIAL_ITEMS, status:VALID, product: CZ - Configurator , description: Associates special order items with a quote , implementation_dba_data: CZ.CZ_QUOTE_SPECIAL_ITEMS ,
-
INDEX: CZ.CZ_QUOTE_SPEC_ITEMS_PK
12.1.1
owner:CZ, object_type:INDEX, object_name:CZ_QUOTE_SPEC_ITEMS_PK, status:VALID,
-
INDEX: CZ.CZ_QUOTE_SPEC_ITEMS_PK
12.2.2
owner:CZ, object_type:INDEX, object_name:CZ_QUOTE_SPEC_ITEMS_PK, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
TABLE: CZ.CZ_QUOTE_SPECIAL_ITEMS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_SPECIAL_ITEMS, object_name:CZ_QUOTE_SPECIAL_ITEMS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: CZ.CZ_QUOTE_SPECIAL_ITEMS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_SPECIAL_ITEMS, object_name:CZ_QUOTE_SPECIAL_ITEMS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
eTRM - CZ Tables and Views
12.1.1
description: Import control table responsible for NOUPDATE flags ,
-
eTRM - CZ Tables and Views
12.2.2
description: Import control table responsible for NOUPDATE flags ,
-
eTRM - CZ Tables and Views
12.2.2
description: Import control table responsible for NOUPDATE flags ,
-
eTRM - CZ Tables and Views
12.1.1
description: Import control table responsible for NOUPDATE flags ,