Search Results cz_ui_defs
Overview
The CZ_UI_DEFS table is a core repository for user interface (UI) definitions within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master table for storing the structural metadata that defines the layout, appearance, and interactive behavior of configurator interfaces presented to end-users. These UI definitions are critical for rendering the guided configuration experience, allowing users to select options, features, and components for complex, configurable products. The table's central role is evidenced by its numerous foreign key relationships, linking it directly to configuration models, published projects, and the detailed UI nodes and properties that compose a complete interface.
Key Information Stored
The table's primary key is the UI_DEF_ID, a unique identifier for each UI definition record. Based on the documented foreign key relationships, other significant columns include COMPONENT_ID and DEVL_PROJECT_ID. The COMPONENT_ID links the UI definition to a specific configurable component within the product structure (CZ_PS_NODES). The DEVL_PROJECT_ID associates the UI definition with its parent development project (CZ_DEVL_PROJECTS), which is the primary container for configuration models within the Configurator Developer. While the exact full column list is not detailed in the provided metadata, the foreign keys indicate the table anchors the UI definition within the broader Configurator data model, connecting it to both the logical model and the development workspace.
Common Use Cases and Queries
This table is primarily accessed during the runtime execution of a configurator and during development and publication processes. Common operational and administrative queries involve identifying UI definitions for troubleshooting, auditing, or impact analysis. For instance, to list all UI definitions within a specific development project, a query would join CZ_UI_DEFS to CZ_DEVL_PROJECTS. Another typical use case is tracing the UI used for a specific configuration session or model publication by joining CZ_UI_DEFS to CZ_CONFIG_HDRS or CZ_MODEL_PUBLICATIONS via the UI_DEF_ID. Sample SQL to find UI definitions linked to a published model would be:
- SELECT u.UI_DEF_ID, p.PUBLICATION_NAME FROM CZ_UI_DEFS u, CZ_MODEL_PUBLICATIONS p WHERE u.UI_DEF_ID = p.UI_DEF_ID;
Related Objects
As per the ETRM metadata, CZ_UI_DEFS has extensive relationships with other key Configurator tables. It is referenced as a foreign key by CZ_CONFIG_HDRS and CZ_MODEL_PUBLICATIONS, showing its use in runtime configurations and published models. It is also referenced by CZ_UI_NODES (twice, for UI_DEF_ID and UI_DEF_REF_ID) and CZ_UI_PROPERTIES, which store the detailed hierarchical structure and specific attributes of the UI. Conversely, CZ_UI_DEFS itself holds foreign keys to CZ_PS_NODES (for the component) and CZ_DEVL_PROJECTS. This network of relationships positions CZ_UI_DEFS as a central hub between the configurator's logical model, its development environment, and the final rendered user interface.
-
Table: CZ_UI_DEFS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_DEFS, object_name:CZ_UI_DEFS, status:VALID, product: CZ - Configurator , description: UI definition table , implementation_dba_data: CZ.CZ_UI_DEFS ,
-
Table: CZ_UI_DEFS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_DEFS, object_name:CZ_UI_DEFS, status:VALID, product: CZ - Configurator , description: UI definition table , implementation_dba_data: CZ.CZ_UI_DEFS ,
-
View: CZ_UIDEF_CONTENTS_V
12.2.2
product: CZ - Configurator , implementation_dba_data: Not implemented in this database ,
-
View: CZ_UIDEF_CONTENTS_V
12.1.1
product: CZ - Configurator , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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 ,
-
View: CZ_UITEMPLS_FOR_PSNODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UITEMPLS_FOR_PSNODES_V, object_name:CZ_UITEMPLS_FOR_PSNODES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UITEMPLS_FOR_PSNODES_V ,
-
View: CZ_UITEMPLS_FOR_PSNODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UITEMPLS_FOR_PSNODES_V, object_name:CZ_UITEMPLS_FOR_PSNODES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UITEMPLS_FOR_PSNODES_V ,
-
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 ,
-
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_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_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 ,
-
View: CZ_SESSIONITEM_BINDINFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SESSIONITEM_BINDINFO_V, object_name:CZ_SESSIONITEM_BINDINFO_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_SESSIONITEM_BINDINFO_V ,
-
View: CZ_SESSIONITEM_BINDINFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SESSIONITEM_BINDINFO_V, object_name:CZ_SESSIONITEM_BINDINFO_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_SESSIONITEM_BINDINFO_V ,
-
Table: CZ_UI_PROPERTIES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_PROPERTIES, object_name:CZ_UI_PROPERTIES, status:VALID, product: CZ - Configurator , description: Attaches property values to UIs , implementation_dba_data: CZ.CZ_UI_PROPERTIES ,
-
Table: CZ_UI_PROPERTIES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_PROPERTIES, object_name:CZ_UI_PROPERTIES, status:VALID, product: CZ - Configurator , description: Attaches property values to UIs , implementation_dba_data: CZ.CZ_UI_PROPERTIES ,
-
Table: CZ_CONFIG_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONFIG_HDRS, object_name:CZ_CONFIG_HDRS, status:VALID, product: CZ - Configurator , description: Configuration header table , implementation_dba_data: CZ.CZ_CONFIG_HDRS ,
-
Table: CZ_MODEL_PUBLICATIONS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_PUBLICATIONS, object_name:CZ_MODEL_PUBLICATIONS, status:VALID, product: CZ - Configurator , description: Publications table. Each row is a published TOP model , implementation_dba_data: CZ.CZ_MODEL_PUBLICATIONS ,
-
Table: CZ_MODEL_PUBLICATIONS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_PUBLICATIONS, object_name:CZ_MODEL_PUBLICATIONS, status:VALID, product: CZ - Configurator , description: Publications table. Each row is a published TOP model , implementation_dba_data: CZ.CZ_MODEL_PUBLICATIONS ,
-
Table: CZ_CONFIG_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONFIG_HDRS, object_name:CZ_CONFIG_HDRS, status:VALID, product: CZ - Configurator , description: Configuration header table , implementation_dba_data: CZ.CZ_CONFIG_HDRS ,
-
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_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 ,
-
View: CZ_PAGE_ELEMENT_CHILDREN_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PAGE_ELEMENT_CHILDREN_CV, object_name:CZ_PAGE_ELEMENT_CHILDREN_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PAGE_ELEMENT_CHILDREN_CV ,
-
View: CZ_EXPLODED_UI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLODED_UI_V, object_name:CZ_EXPLODED_UI_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_EXPLODED_UI_V ,
-
View: CZ_EXPLODED_UI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLODED_UI_V, object_name:CZ_EXPLODED_UI_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_EXPLODED_UI_V ,
-
View: CZ_PAGE_ELEMENT_CHILDREN_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PAGE_ELEMENT_CHILDREN_CV, object_name:CZ_PAGE_ELEMENT_CHILDREN_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PAGE_ELEMENT_CHILDREN_CV ,
-
View: CZ_UI_CONT_TYPE_TEMPLS_VV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UI_CONT_TYPE_TEMPLS_VV, object_name:CZ_UI_CONT_TYPE_TEMPLS_VV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UI_CONT_TYPE_TEMPLS_VV ,
-
View: CZ_UI_CONT_TYPE_TEMPLS_VV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UI_CONT_TYPE_TEMPLS_VV, object_name:CZ_UI_CONT_TYPE_TEMPLS_VV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UI_CONT_TYPE_TEMPLS_VV ,
-
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_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 ,
-
View: CZ_UI_COLLECT_TMPLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UI_COLLECT_TMPLS_V, object_name:CZ_UI_COLLECT_TMPLS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UI_COLLECT_TMPLS_V ,
-
View: CZ_PSNODE_WITH_UIREFS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_WITH_UIREFS_V, object_name:CZ_PSNODE_WITH_UIREFS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODE_WITH_UIREFS_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_PSNODE_WITH_UIREFS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_WITH_UIREFS_V, object_name:CZ_PSNODE_WITH_UIREFS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODE_WITH_UIREFS_V ,
-
View: CZ_UI_COLLECT_TMPLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UI_COLLECT_TMPLS_V, object_name:CZ_UI_COLLECT_TMPLS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UI_COLLECT_TMPLS_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_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_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_UI_TEMPLATES_VV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UI_TEMPLATES_VV, object_name:CZ_UI_TEMPLATES_VV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UI_TEMPLATES_VV ,
-
View: CZ_UI_TEMPLATES_VV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UI_TEMPLATES_VV, object_name:CZ_UI_TEMPLATES_VV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UI_TEMPLATES_VV ,
-
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_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 ,