Search Results cz_model_ref_expls
Overview
The CZ_MODEL_REF_EXPLS table is a core data object within the Oracle E-Business Suite Configurator (CZ) module, specifically for releases 12.1.1 and 12.2.2. It functions as the model-reference explosions table, serving as the structural backbone for managing and storing the hierarchical relationships between configurable components within a model. When a configurator model references another model or sub-model, this table records the explosion of that reference, effectively mapping the parent-child relationships and the specific instances of components as they are expanded during the configuration process. Its primary role is to maintain the integrity and navigability of complex, multi-level product models, enabling the runtime engine to correctly resolve dependencies, apply rules, and validate user selections.
Key Information Stored
The table's structure is centered on defining explosion nodes within a model hierarchy. Its primary key is MODEL_REF_EXPL_ID, which uniquely identifies each explosion record. Critical foreign key columns establish the necessary relational links: MODEL_ID ties the explosion to a specific development project in CZ_DEVL_PROJECTS. COMPONENT_ID and REFERRING_NODE_ID link to specific nodes within the product structure (CZ_PS_NODES), identifying the actual component and the node from which the reference was made. The recursive relationships are managed through PARENT_EXPL_NODE_ID and CHILD_MODEL_EXPL_ID, which both reference the table's own primary key, allowing the table to store multi-level hierarchical explosions where one explosion node can be the parent or child of another.
Common Use Cases and Queries
This table is essential for debugging configuration models, analyzing model structure, and generating reports on component usage. A common scenario involves tracing the complete explosion path for a specific model to understand its composition. A hierarchical query, such as a CONNECT BY or recursive WITH clause in SQL, is frequently used against the PARENT_EXPL_NODE_ID and CHILD_MODEL_EXPL_ID relationships. Another typical query joins CZ_MODEL_REF_EXPLS to CZ_PS_NODES and CZ_DEVL_PROJECTS to list all explosion nodes for a given model name, providing a flat or hierarchical view of all referenced components. Support and development personnel may also query this table to identify orphaned explosion records or to analyze the impact of a component change across multiple model references.
Related Objects
The CZ_MODEL_REF_EXPLS table is a central hub with extensive foreign key relationships, as documented in the ETRM. Key dependencies include:
- CZ_PS_NODES: Joined via COMPONENT_ID and REFERRING_NODE_ID to resolve the actual component and reference point in the product structure.
- CZ_DEVL_PROJECTS: Joined via MODEL_ID to associate explosions with a specific configurator model project.
- CZ_MODEL_REF_EXPLS (Self-Referential): Joined via PARENT_EXPL_NODE_ID and CHILD_MODEL_EXPL_ID to navigate the explosion hierarchy.
- Critical Child Tables: The explosion ID is referenced by numerous functional tables, including CZ_COMBO_FEATURES, CZ_DES_CHART_CELLS, CZ_DES_CHART_COLUMNS, CZ_DES_CHART_FEATURES, CZ_EXPRESSION_NODES, CZ_FUNC_COMP_SPECS, CZ_LCE_HEADERS, CZ_LCE_LOAD_SPECS, and CZ_UI_NODES. This demonstrates its integral role in features, design charts, expressions, functional specs, and user interface definitions.
-
Table: CZ_MODEL_REF_EXPLS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_REF_EXPLS, object_name:CZ_MODEL_REF_EXPLS, status:VALID, product: CZ - Configurator , description: Model-reference explosions table , implementation_dba_data: CZ.CZ_MODEL_REF_EXPLS ,
-
Table: CZ_MODEL_REF_EXPLS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_REF_EXPLS, object_name:CZ_MODEL_REF_EXPLS, status:VALID, product: CZ - Configurator , description: Model-reference explosions table , implementation_dba_data: CZ.CZ_MODEL_REF_EXPLS ,
-
View: CZ_UIPAGES_FOR_EXPLNODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UIPAGES_FOR_EXPLNODES_V, object_name:CZ_UIPAGES_FOR_EXPLNODES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UIPAGES_FOR_EXPLNODES_V ,
-
Table: CZ_LCE_LOAD_SPECS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_LOAD_SPECS, object_name:CZ_LCE_LOAD_SPECS, status:VALID, product: CZ - Configurator , description: Logic-file loading rules table. , implementation_dba_data: CZ.CZ_LCE_LOAD_SPECS ,
-
View: CZ_UIS_FOR_EXPLNODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UIS_FOR_EXPLNODES_V, object_name:CZ_UIS_FOR_EXPLNODES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UIS_FOR_EXPLNODES_V ,
-
View: CZ_UIS_FOR_EXPLNODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UIS_FOR_EXPLNODES_V, object_name:CZ_UIS_FOR_EXPLNODES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UIS_FOR_EXPLNODES_V ,
-
Table: CZ_LCE_LOAD_SPECS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_LOAD_SPECS, object_name:CZ_LCE_LOAD_SPECS, status:VALID, product: CZ - Configurator , description: Logic-file loading rules table. , implementation_dba_data: CZ.CZ_LCE_LOAD_SPECS ,
-
View: CZ_UIPAGES_FOR_EXPLNODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UIPAGES_FOR_EXPLNODES_V, object_name:CZ_UIPAGES_FOR_EXPLNODES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UIPAGES_FOR_EXPLNODES_V ,
-
View: CZ_UIEXPL_HGRID
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UIEXPL_HGRID, object_name:CZ_UIEXPL_HGRID, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UIEXPL_HGRID ,
-
View: CZ_UI_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UI_COMPONENTS_V, object_name:CZ_UI_COMPONENTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UI_COMPONENTS_V ,
-
View: CZ_UI_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UI_COMPONENTS_V, object_name:CZ_UI_COMPONENTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UI_COMPONENTS_V ,
-
View: CZ_UIEXPL_HGRID
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UIEXPL_HGRID, object_name:CZ_UIEXPL_HGRID, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UIEXPL_HGRID ,
-
View: CZ_PSNODE_RULE_REFS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_RULE_REFS_V, object_name:CZ_PSNODE_RULE_REFS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODE_RULE_REFS_V ,
-
View: CZ_EXPLMODEL_NODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLMODEL_NODES_V, object_name:CZ_EXPLMODEL_NODES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_EXPLMODEL_NODES_V ,
-
View: CZ_UICOMPONENT_HGRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UICOMPONENT_HGRID_V, object_name:CZ_UICOMPONENT_HGRID_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UICOMPONENT_HGRID_V ,
-
View: CZ_PSNODE_RULE_REFS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_RULE_REFS_V, object_name:CZ_PSNODE_RULE_REFS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODE_RULE_REFS_V ,
-
View: CZ_UICOMPONENT_HGRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UICOMPONENT_HGRID_V, object_name:CZ_UICOMPONENT_HGRID_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UICOMPONENT_HGRID_V ,
-
View: CZ_EXPLMODEL_NODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLMODEL_NODES_V, object_name:CZ_EXPLMODEL_NODES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_EXPLMODEL_NODES_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 ,
-
View: CZ_ALL_UI_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ALL_UI_COMPONENTS_V, object_name:CZ_ALL_UI_COMPONENTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_ALL_UI_COMPONENTS_V ,
-
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_ALL_UI_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ALL_UI_COMPONENTS_V, object_name:CZ_ALL_UI_COMPONENTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_ALL_UI_COMPONENTS_V ,
-
Table: CZ_DES_CHART_FEATURES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DES_CHART_FEATURES, object_name:CZ_DES_CHART_FEATURES, status:VALID, product: CZ - Configurator , description: Controlling features in each Design Chart , implementation_dba_data: CZ.CZ_DES_CHART_FEATURES ,
-
Table: CZ_DES_CHART_COLUMNS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DES_CHART_COLUMNS, object_name:CZ_DES_CHART_COLUMNS, status:VALID, product: CZ - Configurator , description: Parameters for Design Chart columns , implementation_dba_data: CZ.CZ_DES_CHART_COLUMNS ,
-
Table: CZ_COMBO_FEATURES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_COMBO_FEATURES, object_name:CZ_COMBO_FEATURES, status:VALID, product: CZ - Configurator , description: Explicit compatibility OC/features table , implementation_dba_data: CZ.CZ_COMBO_FEATURES ,
-
Table: CZ_IMP_MODEL_REF_EXPLS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_MODEL_REF_EXPLS, object_name:CZ_IMP_MODEL_REF_EXPLS, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) to CZ_MODEL_REF_EXPLS , implementation_dba_data: CZ.CZ_IMP_MODEL_REF_EXPLS ,
-
Table: CZ_IMP_MODEL_REF_EXPLS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_MODEL_REF_EXPLS, object_name:CZ_IMP_MODEL_REF_EXPLS, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) to CZ_MODEL_REF_EXPLS , implementation_dba_data: CZ.CZ_IMP_MODEL_REF_EXPLS ,
-
Table: CZ_DES_CHART_FEATURES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DES_CHART_FEATURES, object_name:CZ_DES_CHART_FEATURES, status:VALID, product: CZ - Configurator , description: Controlling features in each Design Chart , implementation_dba_data: CZ.CZ_DES_CHART_FEATURES ,
-
Table: CZ_DES_CHART_COLUMNS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DES_CHART_COLUMNS, object_name:CZ_DES_CHART_COLUMNS, status:VALID, product: CZ - Configurator , description: Parameters for Design Chart columns , implementation_dba_data: CZ.CZ_DES_CHART_COLUMNS ,
-
Table: CZ_COMBO_FEATURES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_COMBO_FEATURES, object_name:CZ_COMBO_FEATURES, status:VALID, product: CZ - Configurator , description: Explicit compatibility OC/features table , implementation_dba_data: CZ.CZ_COMBO_FEATURES ,
-
Table: CZ_FUNC_COMP_SPECS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_FUNC_COMP_SPECS, object_name:CZ_FUNC_COMP_SPECS, status:VALID, product: CZ - Configurator , description: Functional companion specifications , implementation_dba_data: CZ.CZ_FUNC_COMP_SPECS ,
-
Table: CZ_FUNC_COMP_SPECS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_FUNC_COMP_SPECS, object_name:CZ_FUNC_COMP_SPECS, status:VALID, product: CZ - Configurator , description: Functional companion specifications , implementation_dba_data: CZ.CZ_FUNC_COMP_SPECS ,
-
Table: CZ_DES_CHART_CELLS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DES_CHART_CELLS, object_name:CZ_DES_CHART_CELLS, status:VALID, product: CZ - Configurator , description: Contents of design chart cells , implementation_dba_data: CZ.CZ_DES_CHART_CELLS ,
-
Table: CZ_LCE_HEADERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_HEADERS, object_name:CZ_LCE_HEADERS, status:VALID, product: CZ - Configurator , description: Compiled logic record headers , implementation_dba_data: CZ.CZ_LCE_HEADERS ,
-
Table: CZ_DES_CHART_CELLS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DES_CHART_CELLS, object_name:CZ_DES_CHART_CELLS, status:VALID, product: CZ - Configurator , description: Contents of design chart cells , implementation_dba_data: CZ.CZ_DES_CHART_CELLS ,
-
Table: CZ_LCE_HEADERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_HEADERS, object_name:CZ_LCE_HEADERS, status:VALID, product: CZ - Configurator , description: Compiled logic record headers , implementation_dba_data: CZ.CZ_LCE_HEADERS ,
-
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_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_MODEL_BOMREF_COUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_BOMREF_COUNTS_V, object_name:CZ_MODEL_BOMREF_COUNTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_BOMREF_COUNTS_V ,
-
Table: CZ_DEVL_PROJECTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DEVL_PROJECTS, object_name:CZ_DEVL_PROJECTS, status:VALID, product: CZ - Configurator , description: Master record for a configurator model/project , implementation_dba_data: CZ.CZ_DEVL_PROJECTS ,
-
Table: CZ_UI_NODES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_NODES, object_name:CZ_UI_NODES, status:VALID, product: CZ - Configurator , description: Describes each UI node , implementation_dba_data: CZ.CZ_UI_NODES ,
-
Table: CZ_DEVL_PROJECTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DEVL_PROJECTS, object_name:CZ_DEVL_PROJECTS, status:VALID, product: CZ - Configurator , description: Master record for a configurator model/project , implementation_dba_data: CZ.CZ_DEVL_PROJECTS ,
-
Table: CZ_UI_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_NODES, object_name:CZ_UI_NODES, status:VALID, product: CZ - Configurator , description: Describes each UI node , implementation_dba_data: CZ.CZ_UI_NODES ,
-
View: CZ_MODEL_BOMREF_COUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_BOMREF_COUNTS_V, object_name:CZ_MODEL_BOMREF_COUNTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_BOMREF_COUNTS_V ,
-
View: CZ_MODEL_ALL_RULEFOLDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_ALL_RULEFOLDERS_V, object_name:CZ_MODEL_ALL_RULEFOLDERS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_ALL_RULEFOLDERS_V ,
-
View: CZ_MODEL_ALL_RULEFOLDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_ALL_RULEFOLDERS_V, object_name:CZ_MODEL_ALL_RULEFOLDERS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_ALL_RULEFOLDERS_V ,