Search Results cz_item_types
Overview
The CZ_ITEM_TYPES table is a core reference data object within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS). It serves as the master repository for defining the distinct classes or categories of configurable items and components used in the modeling environment. Every configurable entity within the Configurator, such as a Model, Option Class, or Feature, is assigned a specific item type. This classification is fundamental to the system's logic, as it governs the behavior, properties, and valid relationships between different elements in a configuration model. The table's primary role is to provide a controlled vocabulary of item types that the application enforces, ensuring data integrity and consistent rule processing across the configuration lifecycle.
Key Information Stored
While the provided metadata does not list specific columns, the structure and foreign key relationships indicate its critical data elements. The primary column is ITEM_TYPE_ID, a unique system-generated identifier serving as the primary key for the table. Based on standard Configurator schema patterns, the table typically includes a NAME or CODE column containing the internal name of the item type (e.g., 'MODEL', 'OPTION_CLASS', 'FEATURE', 'RESOURCE'). It often also contains descriptive columns such as DESCRIPTION for user-friendly labels. The table defines the foundational types upon which the entire configurator model structure is built, and these types are referenced extensively by other core Configurator entities.
Common Use Cases and Queries
This table is primarily referenced for validation, reporting, and integration purposes. A common use case is to retrieve the list of all valid item types available in the system for setup or diagnostic reports. Developers and administrators may query this table to understand the type of a specific configurable item by joining it to master data tables. For instance, to list all configurable models and their types, one would join CZ_ITEM_MASTERS to CZ_ITEM_TYPES. Sample queries often follow this pattern:
- SELECT name, description FROM cz_item_types ORDER BY name;
- SELECT im.item_id, im.name, it.name as item_type FROM cz_item_masters im, cz_item_types it WHERE im.item_type_id = it.item_type_id;
Direct data manipulation in this table via DML is rare and typically restricted to seed data installation or upgrades, as the item types are fundamental to the application's operation.
Related Objects
As indicated by the foreign key metadata, CZ_ITEM_TYPES is a central reference table with several critical dependencies. The ITEM_TYPE_ID column is referenced by:
- CZ_ITEM_MASTERS: The master table for all configurable items, linking each item to its defined type.
- CZ_PS_NODES: The table storing the structure of configuration models, using ITEM_TYPE_BACKPTR to reference the item type of each node in the product structure.
- CZ_EXPRESSION_NODES: The table storing logic and constraint expressions, where nodes can be associated with specific item types.
- CZ_ITEM_TYPE_PROPERTIES: A table that stores additional attributes or properties that can be defined for a specific item type, creating a direct extension relationship.
These relationships underscore that CZ_ITEM_TYPES is a foundational metadata table for the Oracle Configurator schema.
-
Table: CZ_ITEM_TYPES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_TYPES, object_name:CZ_ITEM_TYPES, status:VALID, product: CZ - Configurator , description: Item types , implementation_dba_data: CZ.CZ_ITEM_TYPES ,
-
Table: CZ_ITEM_TYPES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_TYPES, object_name:CZ_ITEM_TYPES, status:VALID, product: CZ - Configurator , description: Item types , implementation_dba_data: CZ.CZ_ITEM_TYPES ,
-
APPS.CZ_IMP_IM_XFR dependencies on CZ_ITEM_TYPES
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_ITEM_TYPES
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_ITEM_TYPES
12.2.2
-
APPS.CZ_IMP_IM_XFR dependencies on CZ_ITEM_TYPES
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_ITEM_TYPES
12.2.2
-
APPS.CZ_BOM_SYNCH dependencies on CZ_ITEM_TYPES
12.1.1
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_ITEM_TYPES
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_ITEM_TYPES
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_ITEM_TYPES
12.1.1
-
APPS.CZ_IMP_IM_KRS dependencies on CZ_ITEM_TYPES
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_ITEM_TYPES
12.2.2
-
APPS.CZ_BOM_SYNCH dependencies on CZ_ITEM_TYPES
12.2.2
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_ITEM_TYPES
12.2.2
-
APPS.CZ_IMP_IM_KRS dependencies on CZ_ITEM_TYPES
12.2.2
-
APPS.CZ_IMP_IM_XFR dependencies on CZ_UTILS
12.1.1
-
APPS.CZ_IMP_IM_XFR dependencies on CZ_UTILS
12.2.2
-
VIEW: CZ.CZ_ITEM_TYPES#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_ITEM_TYPES#, status:VALID,
-
APPS.CZ_IMP_SINGLE dependencies on CZ_PROPERTIES
12.2.2
-
SYNONYM: APPS.CZ_ITEM_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_ITEM_TYPES, status:VALID,
-
APPS.CZ_IMP_SINGLE dependencies on CZ_PROPERTIES
12.1.1
-
VIEW: APPS.CZ_ITEM_ITEMTYPE_POP_V
12.1.1
-
VIEW: APPS.CZ_ITEM_ITEMTYPE_POP_V
12.2.2
-
APPS.CZ_IMP_IM_KRS dependencies on CZ_ITEM_TYPE_PROPERTIES
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_ITEM_TYPE_PROPERTIES
12.1.1
-
VIEW: APPS.CZ_IM_ITEM_TYPES_V
12.1.1
-
VIEW: APPS.CZ_ITEM_ITEM_POP_V
12.1.1
-
VIEW: APPS.CZ_IM_ITEM_TYPES_V
12.2.2
-
VIEW: APPS.CZ_ITEM_ITEM_POP_V
12.2.2
-
APPS.CZ_IMP_ALL dependencies on CZ_IMP_IM_MAIN
12.1.1
-
APPS.CZ_IMP_IM_KRS dependencies on CZ_ITEM_TYPE_PROPERTIES
12.2.2
-
VIEW: CZ.CZ_ITEM_TYPES#
12.2.2
-
VIEW: APPS.CZ_ITEM_PROPERTY_POP_V
12.2.2
-
APPS.CZ_IMP_IM_XFR SQL Statements
12.1.1
-
VIEW: APPS.CZ_ITEM_PROPERTY_POP_V
12.1.1
-
SYNONYM: APPS.CZ_ITEM_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_ITEM_TYPES, status:VALID,
-
APPS.CZ_IMP_IM_XFR SQL Statements
12.2.2
-
VIEW: APPS.CZ_ITEM_ITEMPROPVALS_V
12.1.1
-
VIEW: APPS.CZ_ITEM_ITEMPROPVALS_V
12.2.2
-
TABLE: CZ.CZ_ITEM_TYPES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_TYPES, object_name:CZ_ITEM_TYPES, status:VALID,
-
APPS.CZ_IMP_SINGLE dependencies on CZ_XFR_TABLES
12.1.1
-
APPS.CZ_IMP_SINGLE dependencies on CZ_XFR_TABLES
12.2.2
-
Table: CZ_IMP_ITEM_TYPE
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_ITEM_TYPE, object_name:CZ_IMP_ITEM_TYPE, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_ITEM_TYPES , implementation_dba_data: CZ.CZ_IMP_ITEM_TYPE ,
-
Table: CZ_IMP_ITEM_TYPE
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_ITEM_TYPE, object_name:CZ_IMP_ITEM_TYPE, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_ITEM_TYPES , implementation_dba_data: CZ.CZ_IMP_ITEM_TYPE ,
-
APPS.CZ_IMP_IM_KRS dependencies on CZ_UTILS
12.1.1
-
APPS.CZ_IMP_ALL dependencies on CZ_IMP_IM_MAIN
12.2.2
-
VIEW: APPS.CZ_ITEMMASTER_HGRID_V
12.2.2
-
VIEW: APPS.CZ_ITEMMASTER_HGRID_V
12.1.1
-
APPS.CZ_IMP_IM_KRS dependencies on CZ_UTILS
12.2.2