Search Results cz_item_masters
Overview
The CZ_ITEM_MASTERS table is a core data object within the Oracle E-Business Suite Configurator (CZ) module. It serves as the master repository for all configurable items that define a product's structure. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is fundamental to the product modeling process, where complex, customizable products are broken down into their constituent parts, options, and features. Each record represents a unique, identifiable component that can be used within a configuration model, forming the building blocks from which end-user configurations are dynamically assembled during sales, manufacturing, or service transactions.
Key Information Stored
While the provided metadata does not list specific columns, the primary and foreign key relationships define its critical structure. The table's primary key is the ITEM_ID column, which uniquely identifies every configurable component in the system. A key foreign key is ITEM_TYPE_ID, which links to the CZ_ITEM_TYPES table to classify the nature of each item (e.g., model, option class, standard item, etc.). Other essential columns, inferred from standard practice, would include fields for the item's name, description, effective dates, and status flags to control its lifecycle and usability within configuration models. The data stored here is distinct from inventory items in the INV module, as it specifically supports the logical and rule-based relationships of the Configurator.
Common Use Cases and Queries
This table is central to queries that analyze product structure, validate configurations, and support reporting. A common use case is retrieving the hierarchical breakdown of a product model. This requires joining CZ_ITEM_MASTERS to the CZ_ITEM_PARENTS table to traverse parent-child relationships. Another critical scenario involves troubleshooting configuration rules or pricing, where specific items and their associated properties or expressions must be identified. A typical query pattern would be:
- SELECT item_id, item_name, item_type_id FROM cz.cz_item_masters WHERE effective_date <= SYSDATE AND disable_date IS NULL;
This retrieves all currently active configurable items. For reporting, this table is often joined to CZ_PS_NODES (for published runtime structures) and CZ_ITEM_PROPERTY_VALUES to extract detailed component characteristics.
Related Objects
The CZ_ITEM_MASTERS table has extensive relationships within the Configurator schema, as documented by its foreign keys. Key related objects include:
- CZ_ITEM_TYPES: Joined via CZ_ITEM_MASTERS.ITEM_TYPE_ID to classify the item's role.
- CZ_ITEM_PARENTS: Joined via CZ_ITEM_PARENTS.ITEM_ID and CZ_ITEM_PARENTS.PARENT_ITEM_ID to define the hierarchical product structure.
- CZ_EXPRESSION_NODES, CZ_ITEM_PROPERTY_VALUES, CZ_PRICES, CZ_PS_NODES, CZ_QUOTE_SPARES: All joined via their respective ITEM_ID foreign key columns to store rules, attributes, costs, runtime data, and service parts associated with the master item.
These relationships underscore the table's role as the central hub for configurable item data, referenced throughout the configuration lifecycle from definition to runtime quotation.
-
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 ,
-
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_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 ,
-
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_IMP_ITEM_MASTER
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_ITEM_MASTER, object_name:CZ_IMP_ITEM_MASTER, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_ITEM_MASTERS , implementation_dba_data: CZ.CZ_IMP_ITEM_MASTER ,
-
Table: CZ_IMP_ITEM_MASTER
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_ITEM_MASTER, object_name:CZ_IMP_ITEM_MASTER, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_ITEM_MASTERS , implementation_dba_data: CZ.CZ_IMP_ITEM_MASTER ,
-
View: CZ_PSNODE_PROPVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_PROPVAL_V, object_name:CZ_PSNODE_PROPVAL_V, status:VALID, product: CZ - Configurator , description: Lists all properties and values associated with psnodes , implementation_dba_data: APPS.CZ_PSNODE_PROPVAL_V ,
-
View: CZ_COMMON_CHILDND_PROPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_COMMON_CHILDND_PROPS_V, object_name:CZ_COMMON_CHILDND_PROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_COMMON_CHILDND_PROPS_V ,
-
Table: CZ_ITEM_PROPERTY_VALUES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_PROPERTY_VALUES, object_name:CZ_ITEM_PROPERTY_VALUES, status:VALID, product: CZ - Configurator , description: Item property values , implementation_dba_data: CZ.CZ_ITEM_PROPERTY_VALUES ,
-
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 ,
-
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 ,
-
View: CZ_ITEM_MASTER_TYPE_PROPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_MASTER_TYPE_PROPS_V, object_name:CZ_ITEM_MASTER_TYPE_PROPS_V, status:VALID, product: CZ - Configurator , description: Properties on Items through Item Types , implementation_dba_data: APPS.CZ_ITEM_MASTER_TYPE_PROPS_V ,
-
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 ,
-
View: CZ_COMMON_CHILDND_PROPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_COMMON_CHILDND_PROPS_V, object_name:CZ_COMMON_CHILDND_PROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_COMMON_CHILDND_PROPS_V ,
-
View: CZ_ITEM_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_PROPERTIES_V, object_name:CZ_ITEM_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_ITEM_PROPERTIES_V ,
-
View: CZ_ITEM_MASTER_TYPE_PROPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_MASTER_TYPE_PROPS_V, object_name:CZ_ITEM_MASTER_TYPE_PROPS_V, status:VALID, product: CZ - Configurator , description: Properties on Items through Item Types , implementation_dba_data: APPS.CZ_ITEM_MASTER_TYPE_PROPS_V ,
-
View: CZ_PSNODE_PROPVAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_PROPVAL_V, object_name:CZ_PSNODE_PROPVAL_V, status:VALID, product: CZ - Configurator , description: Lists all properties and values associated with psnodes , implementation_dba_data: APPS.CZ_PSNODE_PROPVAL_V ,
-
Table: CZ_PRICES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICES, object_name:CZ_PRICES, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint list prices used in the Quote module. , implementation_dba_data: CZ.CZ_PRICES ,
-
Table: CZ_ITEM_PROPERTY_VALUES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_PROPERTY_VALUES, object_name:CZ_ITEM_PROPERTY_VALUES, status:VALID, product: CZ - Configurator , description: Item property values , implementation_dba_data: CZ.CZ_ITEM_PROPERTY_VALUES ,
-
View: CZ_NODE_USER_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_USER_PROPERTIES_V, object_name:CZ_NODE_USER_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_USER_PROPERTIES_V ,
-
View: CZ_ITEM_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_PROPERTIES_V, object_name:CZ_ITEM_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_ITEM_PROPERTIES_V ,
-
Table: CZ_EXPRESSION_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EXPRESSION_NODES, object_name:CZ_EXPRESSION_NODES, status:VALID, product: CZ - Configurator , description: Expression contents in a tree or sequential "un-parsed" node order , implementation_dba_data: CZ.CZ_EXPRESSION_NODES ,
-
Table: CZ_PRICES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICES, object_name:CZ_PRICES, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint list prices used in the Quote module. , implementation_dba_data: CZ.CZ_PRICES ,
-
View: CZ_ITEM_ITEM_POP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_ITEM_POP_V, object_name:CZ_ITEM_ITEM_POP_V, status:VALID, product: CZ - Configurator , description: Populator view - from Items , implementation_dba_data: APPS.CZ_ITEM_ITEM_POP_V ,
-
View: CZ_NODE_USER_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_USER_PROPERTIES_V, object_name:CZ_NODE_USER_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_USER_PROPERTIES_V ,
-
View: CZ_ITEM_ITEM_POP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_ITEM_POP_V, object_name:CZ_ITEM_ITEM_POP_V, status:VALID, product: CZ - Configurator , description: Populator view - from Items , implementation_dba_data: APPS.CZ_ITEM_ITEM_POP_V ,
-
View: CZ_ITEM_ITEMPROPVALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_ITEMPROPVALS_V, object_name:CZ_ITEM_ITEMPROPVALS_V, status:VALID, product: CZ - Configurator , description: Property values attached to items , implementation_dba_data: APPS.CZ_ITEM_ITEMPROPVALS_V ,
-
View: CZ_ITEM_ITEMPROPVALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_ITEMPROPVALS_V, object_name:CZ_ITEM_ITEMPROPVALS_V, status:VALID, product: CZ - Configurator , description: Property values attached to items , implementation_dba_data: APPS.CZ_ITEM_ITEMPROPVALS_V ,
-
Table: CZ_EXPRESSION_NODES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EXPRESSION_NODES, object_name:CZ_EXPRESSION_NODES, status:VALID, product: CZ - Configurator , description: Expression contents in a tree or sequential "un-parsed" node order , implementation_dba_data: CZ.CZ_EXPRESSION_NODES ,
-
View: CZ_IM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_IM_ITEMS_V, object_name:CZ_IM_ITEMS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_IM_ITEMS_V ,
-
View: CZ_NODE_ALL_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_ALL_PROPERTIES_V, object_name:CZ_NODE_ALL_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_ALL_PROPERTIES_V ,
-
View: CZ_IM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_IM_ITEMS_V, object_name:CZ_IM_ITEMS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_IM_ITEMS_V ,
-
View: CZ_NODE_ALL_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_ALL_PROPERTIES_V, object_name:CZ_NODE_ALL_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_ALL_PROPERTIES_V ,
-
Table: CZ_PS_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PS_NODES, object_name:CZ_PS_NODES, status:VALID, product: CZ - Configurator , description: Project structure nodes , implementation_dba_data: CZ.CZ_PS_NODES ,
-
Table: CZ_PS_NODES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PS_NODES, object_name:CZ_PS_NODES, status:VALID, product: CZ - Configurator , description: Project structure nodes , implementation_dba_data: CZ.CZ_PS_NODES ,
-
View: CZ_ITEMMASTER_HGRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEMMASTER_HGRID_V, object_name:CZ_ITEMMASTER_HGRID_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_ITEMMASTER_HGRID_V ,
-
View: CZ_ITEMMASTER_HGRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEMMASTER_HGRID_V, object_name:CZ_ITEMMASTER_HGRID_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_ITEMMASTER_HGRID_V ,
-
View: CZ_REPOSITORY_MAIN_HGRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_REPOSITORY_MAIN_HGRID_V, object_name:CZ_REPOSITORY_MAIN_HGRID_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_REPOSITORY_MAIN_HGRID_V ,
-
View: CZ_REPOSITORY_MAIN_HGRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_REPOSITORY_MAIN_HGRID_V, object_name:CZ_REPOSITORY_MAIN_HGRID_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_REPOSITORY_MAIN_HGRID_V ,