Search Results cz_spares_specials
Overview
The CZ_SPARES_SPECIALS table is a historical data object within the Oracle E-Business Suite Configurator (CZ) module. As explicitly noted in the official documentation, its status is "OBSOLETE." The table was originally part of the MDApp (Model-Driven Application) architecture, specifically designed to manage spares and special items associated with configured product quotes. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is a legacy artifact and is not part of the active, supported data model for new implementations or customizations. Its primary role was to serve as a junction or reference table linking quote headers and revisions to specific spare or special item line details.
Key Information Stored
The table's structure centers on identifiers that link it to core Configurator quote entities. Its composite primary key consists of four columns: PACKAGE_SEQ, QUOTE_HDR_ID, QUOTE_REV_NBR, and TYPE_FLAG. These columns collectively define a unique record, likely distinguishing between different packages of items within a specific quote revision. The QUOTE_HDR_ID and QUOTE_REV_NBR columns are foreign keys pointing to the CZ_QUOTE_HDRS table, anchoring the data to a specific commercial quote and its version. The TYPE_FLAG column is a critical attribute, presumably indicating whether the linked record pertains to a "spare" item or a "special" item, which would determine which detail table (CZ_QUOTE_SPARES or CZ_QUOTE_SPECIAL_ITEMS) holds the item's specific attributes.
Common Use Cases and Queries
Given its obsolete status, there are no recommended new use cases for this table in EBS 12.1.1 or 12.2.2. Its use is confined to historical data analysis or supporting legacy customizations that have not been migrated. Practical scenarios would involve auditing or reconciling old quote data. A sample query to retrieve all spares/specials linkages for a specific quote header might be structured as follows:
- SELECT * FROM cz.cz_spares_specials WHERE quote_hdr_id = <header_id> ORDER BY quote_rev_nbr, package_seq;
Reporting use cases are strictly historical. Analysts might join this table to CZ_QUOTE_SPARES and CZ_QUOTE_SPECIAL_ITEMS to generate a complete list of all ancillary items from legacy quotes, though such reporting should be phased out in favor of current data models.
Related Objects
The CZ_SPARES_SPECIALS table maintains defined foreign key relationships with several core Configurator tables, illustrating its former integration. It references the CZ_QUOTE_HDRS table for quote header information and the CZ_QUOTE_MAIN_ITEMS table via item sequence. More importantly, it is referenced by two key detail tables: CZ_QUOTE_SPARES and CZ_QUOTE_SPECIAL_ITEMS. These relationships indicate that CZ_SPARES_SPECIALS acted as a parent table, with the TYPE_FLAG determining which child table (SPARES or SPECIAL_ITEMS) contained the extended line details for a given PACKAGE_SEQ. This design allowed for a normalized structure to manage different types of ancillary quote items.
-
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_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: CZ.CZ_SPARES_SPECIALS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_SPARES_SPECIALS#, status:VALID,
-
SYNONYM: APPS.CZ_SPARES_SPECIALS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_SPARES_SPECIALS, status:VALID,
-
SYNONYM: APPS.CZ_SPARES_SPECIALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_SPARES_SPECIALS, status:VALID,
-
VIEW: APPS.CZ_SPARES_V
12.1.1
-
VIEW: CZ.CZ_SPARES_SPECIALS#
12.2.2
-
VIEW: APPS.CZ_SPARES_V
12.2.2
-
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 ,
-
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 ,
-
TRIGGER: APPS.CZ_SPARES_SPECIALS_T1
12.1.1
-
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_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_SPARES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_SPARES, object_name:CZ_QUOTE_SPARES, status:VALID, product: CZ - Configurator , description: Associates spares with quotes for SellingPoint. OBSOLETE. , implementation_dba_data: CZ.CZ_QUOTE_SPARES ,
-
Table: CZ_QUOTE_SPARES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_SPARES, object_name:CZ_QUOTE_SPARES, status:VALID, product: CZ - Configurator , description: Associates spares with quotes for SellingPoint. OBSOLETE. , implementation_dba_data: CZ.CZ_QUOTE_SPARES ,
-
TABLE: CZ.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,
-
TRIGGER: APPS.CZ_SPARES_SPECIALS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_SPARES_SPECIALS_T1, status:VALID,
-
TRIGGER: APPS.CZ_SPARES_SPECIALS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_SPARES_SPECIALS_T1, 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 ,
-
TRIGGER: APPS.CZ_SPARES_SPECIALS_T1
12.2.2
-
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,
-
TABLE: CZ.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,
-
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 ,
-
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
-
12.1.1 DBA Data
12.1.1
-
APPS.CZ_MIGRATE dependencies on CZ_XFR_TABLES
12.2.2
-
APPS.CZ_MIGRATE dependencies on CZ_XFR_TABLES
12.1.1
-
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 ,
-
APPS.CZ_MIGRATE SQL Statements
12.1.1
-
APPS.CZ_MIGRATE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CZ_MIGRATE
12.2.2
-
PACKAGE BODY: APPS.CZ_MIGRATE
12.1.1
-
PACKAGE BODY: APPS.CZ_BASE_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_BASE_MGR
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1