Search Results cz_item_parents
Overview
The CZ_ITEM_PARENTS table is a data object within the Oracle E-Business Suite Configurator (CZ) module. According to the official ETRM documentation, its primary description is "NOT USED." This indicates that while the table structure exists in the CZ schema, it is not actively populated or leveraged by the standard Configurator application logic in releases 12.1.1 and 12.2.2. Its intended historical or conceptual role was likely to define hierarchical relationships between configurable items (parents and children) within a product model, governed by specific relationship types. However, this functionality is implemented through other core Configurator tables in the production system.
Key Information Stored
The table's structure is designed to capture relational data between items. Its primary key is a composite of three columns: PARENT_ITEM_ID, ITEM_ID, and REL_TYPE_ID. The PARENT_ITEM_ID column stores the identifier for the superior item in a relationship. The ITEM_ID column stores the identifier for the subordinate or child item. The REL_TYPE_ID column stores a foreign key reference to the CZ_REL_TYPES table, which would define the nature of the relationship (e.g., component, substitute, optional feature) between the two specified items. This design suggests a model where an item can be related to another through multiple, explicitly typed relationships.
Common Use Cases and Queries
Given its documented "NOT USED" status, there are no standard application use cases or business processes that interact with this table in a live EBS environment. It should not be used for custom reporting or integration. If encountered during data analysis or debugging, its presence should be noted as inert. A theoretical query to select all defined relationships, though not operational, would follow this pattern:
- SELECT parent_item_id, item_id, rel_type_id FROM cz.cz_item_parents;
Any attempt to join this table to active configuration data in CZ_ITEM_MASTERS or CZ_MODELS would yield no meaningful application data.
Related Objects
The ETRM metadata explicitly defines the following foreign key relationships for the CZ_ITEM_PARENTS table, which are structural despite the table's unused status:
- CZ_REL_TYPES: Related via the column CZ_ITEM_PARENTS.REL_TYPE_ID. This links a relationship instance to its definition.
- CZ_ITEM_MASTERS (for ITEM_ID): Related via the column CZ_ITEM_PARENTS.ITEM_ID. This validates the child item identifier against the master list of configurable items.
- CZ_ITEM_MASTERS (for PARENT_ITEM_ID): Related via the column CZ_ITEM_PARENTS.PARENT_ITEM_ID. This validates the parent item identifier against the master list of configurable items.
The primary key constraint CZ_ITEM_PARENTS_PK enforces uniqueness on the combination of these three foreign key columns.
-
Table: CZ_ITEM_PARENTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_PARENTS, object_name:CZ_ITEM_PARENTS, status:VALID, product: CZ - Configurator , description: NOT USED. , implementation_dba_data: CZ.CZ_ITEM_PARENTS ,
-
Table: CZ_ITEM_PARENTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_PARENTS, object_name:CZ_ITEM_PARENTS, status:VALID, product: CZ - Configurator , description: NOT USED. , implementation_dba_data: CZ.CZ_ITEM_PARENTS ,
-
SYNONYM: APPS.CZ_ITEM_PARENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_ITEM_PARENTS, status:VALID,
-
SYNONYM: APPS.CZ_ITEM_PARENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_ITEM_PARENTS, status:VALID,
-
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 ,
-
VIEW: CZ.CZ_ITEM_PARENTS#
12.2.2
-
Table: CZ_REL_TYPES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_REL_TYPES, object_name:CZ_REL_TYPES, status:VALID, product: CZ - Configurator , description: NEVER USED. Intended to qualify parent-child relationships for CZ_ITEM_PARENTS. , implementation_dba_data: CZ.CZ_REL_TYPES ,
-
VIEW: CZ.CZ_ITEM_PARENTS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_ITEM_PARENTS#, status:VALID,
-
Table: CZ_REL_TYPES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_REL_TYPES, object_name:CZ_REL_TYPES, status:VALID, product: CZ - Configurator , description: NEVER USED. Intended to qualify parent-child relationships for CZ_ITEM_PARENTS. , implementation_dba_data: CZ.CZ_REL_TYPES ,
-
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 ,
-
TRIGGER: APPS.CZ_ITEM_PARENTS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_ITEM_PARENTS_T1, status:VALID,
-
TRIGGER: APPS.CZ_ITEM_PARENTS_T1
12.1.1
-
TABLE: CZ.CZ_ITEM_PARENTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_PARENTS, object_name:CZ_ITEM_PARENTS, status:VALID,
-
TABLE: CZ.CZ_ITEM_PARENTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_PARENTS, object_name:CZ_ITEM_PARENTS, status:VALID,
-
TRIGGER: APPS.CZ_ITEM_PARENTS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_ITEM_PARENTS_T1, status:VALID,
-
TRIGGER: APPS.CZ_ITEM_PARENTS_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
-
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
-
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 ,
-
PACKAGE BODY: APPS.CZ_BASE_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_BASE_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_MIGRATE
12.2.2
-
PACKAGE BODY: APPS.CZ_MIGRATE
12.1.1
-
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 ,
-
12.1.1 DBA Data
12.1.1