Search Results cz_quote_spares
Overview
The CZ_QUOTE_SPARES table is a data object within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS). Its documented purpose is to associate spare parts with sales quotations generated through the SellingPoint functionality. This table facilitates the inclusion of optional or recommended spare components within a configured product quote, enabling more detailed and accurate proposals. However, a critical piece of metadata is its explicit designation as OBSOLETE. This status indicates that while the table may exist in the schema for historical data integrity or upgrade purposes, it is no longer actively used or supported by Oracle's standard Configurator application logic in versions 12.1.1 and 12.2.2. Its presence is primarily for backward compatibility, and new implementations should not rely on it for core business processes.
Key Information Stored
The table's structure is designed to link spare items to specific quote revisions. Its primary key is a composite of five columns, ensuring a unique record for each spare association. The QUOTE_HDR_ID and QUOTE_REV_NBR columns together identify the specific header and revision of the sales quotation. The SEQ_NUMBER likely denotes the line sequence of the spare within the quote. The TYPE_FLAG column may differentiate between various categories of spares (e.g., mandatory, optional). The PACKAGE_SEQ column, which is also part of a foreign key, potentially sequences spares within a predefined package or kit. A crucial foreign key column is ITEM_ID, which links to the CZ_ITEM_MASTERS table to identify the actual inventory item or model being referenced as a spare part.
Common Use Cases and Queries
Given its obsolete status, active development or new reporting against this table is strongly discouraged. Its primary use case in a contemporary EBS environment is for historical data analysis or migration support. For instance, an organization might query the table to audit spare parts included in legacy quotes prior to transitioning to a new configuration or quoting methodology. A sample query to retrieve such historical data would join to the item master for descriptive information:
SELECT qs.QUOTE_HDR_ID, qs.QUOTE_REV_NBR, qs.SEQ_NUMBER, im.ITEM_NAME, im.DESCRIPTION FROM CZ.CZ_QUOTE_SPARES qs JOIN CZ.CZ_ITEM_MASTERS im ON qs.ITEM_ID = im.ITEM_ID WHERE qs.QUOTE_HDR_ID = :p_quote_id ORDER BY qs.QUOTE_REV_NBR, qs.SEQ_NUMBER;
Any operational processes, such as adding spares to new quotes, would be managed through the supported, non-obsolete APIs and user interfaces provided by Oracle Configurator.
Related Objects
The table maintains defined foreign key relationships with other Configurator tables, which are essential for understanding its data context. These relationships, as per the provided metadata, are:
- CZ_ITEM_MASTERS: Joined via
CZ_QUOTE_SPARES.ITEM_ID = CZ_ITEM_MASTERS.ITEM_ID. This provides the master definition and details of the spare part item. - CZ_SPARES_SPECIALS: Joined via a composite key:
CZ_QUOTE_SPARES.PACKAGE_SEQ, CZ_QUOTE_SPARES.QUOTE_HDR_ID, CZ_QUOTE_SPARES.QUOTE_REV_NBR, CZ_QUOTE_SPARES.TYPE_FLAGreferencing columns in CZ_SPARES_SPECIALS. This links to specific rules or special handling instructions for spare packages.
These relationships underscore that CZ_QUOTE_SPARES was a junction table connecting quotes, item definitions, and spare package specifications within the obsolete SellingPoint framework.
-
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_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 ,
-
SYNONYM: APPS.CZ_QUOTE_SPARES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_QUOTE_SPARES, status:VALID,
-
VIEW: CZ.CZ_QUOTE_SPARES#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_QUOTE_SPARES#, status:VALID,
-
VIEW: APPS.CZ_SPARES_V
12.1.1
-
SYNONYM: APPS.CZ_QUOTE_SPARES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_QUOTE_SPARES, status:VALID,
-
VIEW: CZ.CZ_QUOTE_SPARES#
12.2.2
-
VIEW: APPS.CZ_SPARES_V
12.2.2
-
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_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_QUOTE_SPARES_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_QUOTE_SPARES_T1, status:VALID,
-
TRIGGER: APPS.CZ_QUOTE_SPARES_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_QUOTE_SPARES_T1, status:VALID,
-
TRIGGER: APPS.CZ_QUOTE_SPARES_T1
12.1.1
-
TRIGGER: APPS.CZ_QUOTE_SPARES_T1
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 ,
-
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 ,
-
TABLE: CZ.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,
-
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_QUOTE_SPARES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_SPARES, object_name:CZ_QUOTE_SPARES, 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
-
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
-
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
-
eTRM - CZ Tables and Views
12.2.2
description: Import control table responsible for NOUPDATE flags ,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,