Search Results cz_ui_cont_type_templs
Overview
The CZ_UI_CONT_TYPE_TEMPLS table is a core data object within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as a mapping table that defines the relationship between user interface (UI) content types and their corresponding UI templates. This table is essential for the runtime rendering of configurable models, as it dictates which visual template is applied to a specific type of content—such as a feature, option, or rule—within a configured UI definition. By maintaining these associations, it enables a consistent and structured presentation of the configuration experience to end-users.
Key Information Stored
The table's primary purpose is to store template assignments for UI content types. Its structure is defined by a composite primary key and foreign key relationships. The critical columns are:
- UI_DEF_ID: A foreign key that uniquely identifies the parent UI definition to which this template mapping belongs.
- CONTENT_TYPE: Specifies the type of UI element (e.g., a specific model component) that requires templating.
- TEMPLATE_ID: A foreign key column, used in conjunction with TEMPLATE_UI_DEF_ID, to identify the specific UI template record.
- TEMPLATE_UI_DEF_ID: A foreign key column that, together with TEMPLATE_ID, points to the applicable template definition in the CZ_UI_TEMPLATES table.
The composite primary key on UI_DEF_ID and CONTENT_TYPE ensures that each content type within a given UI definition is linked to only one template.
Common Use Cases and Queries
This table is primarily accessed during the development and administration of Configurator UIs. A common use case is auditing or modifying template assignments for a specific UI definition. For instance, a developer might query all template mappings for a particular UI to understand its structure or to copy configurations. A typical SQL query would join this table with CZ_UI_TEMPLATES to retrieve the template details:
SELECT ct.UI_DEF_ID, ct.CONTENT_TYPE, t.TEMPLATE_NAME
FROM CZ.CZ_UI_CONT_TYPE_TEMPLS ct,
CZ.CZ_UI_TEMPLATES t
WHERE ct.TEMPLATE_ID = t.TEMPLATE_ID
AND ct.TEMPLATE_UI_DEF_ID = t.UI_DEF_ID
AND ct.UI_DEF_ID = :p_ui_def_id;
Another critical scenario is during the runtime configuration session, where the Configurator engine references this table to determine the correct visual template to apply for each piece of content displayed to the user, ensuring the UI renders according to the designed specifications.
Related Objects
The CZ_UI_CONT_TYPE_TEMPLS table has defined dependencies within the CZ schema, primarily through foreign key constraints. The documented relationships are:
- Primary Key: CZ_UI_CONT_TYPE_TEMPLS_PK on columns (UI_DEF_ID, CONTENT_TYPE).
- Foreign Key to CZ_UI_TEMPLATES: The table references the CZ_UI_TEMPLATES table via a composite foreign key. The columns CZ_UI_CONT_TYPE_TEMPLS.TEMPLATE_ID and CZ_UI_CONT_TYPE_TEMPLS.TEMPLATE_UI_DEF_ID map to the primary key columns of CZ_UI_TEMPLATES. This relationship ensures that every template referenced is a valid, existing template definition.
This table is a child of a UI definition and is intrinsically linked to the template repository, forming a bridge between UI structure and presentation logic in Oracle Configurator.
-
Table: CZ_UI_CONT_TYPE_TEMPLS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_CONT_TYPE_TEMPLS, object_name:CZ_UI_CONT_TYPE_TEMPLS, status:VALID, product: CZ - Configurator , description: Lists templates for each content type in a UI , implementation_dba_data: CZ.CZ_UI_CONT_TYPE_TEMPLS ,
-
Table: CZ_UI_CONT_TYPE_TEMPLS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_CONT_TYPE_TEMPLS, object_name:CZ_UI_CONT_TYPE_TEMPLS, status:VALID, product: CZ - Configurator , description: Lists templates for each content type in a UI , implementation_dba_data: CZ.CZ_UI_CONT_TYPE_TEMPLS ,
-
APPS.CZ_UIOA_PVT dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.1.1
-
APPS.CZ_UIOA_PVT dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.2.2
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.2.2
-
APPS.CZ_UI_MGR dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.1.1
-
APPS.CZ_UI_MGR dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_SIGNATURES
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATES
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATE_ELEMENTS
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATES
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATE_ELEMENTS
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_SIGNATURES
12.2.2
-
VIEW: CZ.CZ_UI_CONT_TYPE_TEMPLS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_UI_CONT_TYPE_TEMPLS#, status:VALID,
-
VIEW: APPS.CZ_UIDEF_SIGNATURE_TEMPLS_V
12.1.1
-
TRIGGER: APPS.CZ_UI_CONT_TYPE_TEMPLS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_UI_CONT_TYPE_TEMPLS+, status:VALID,
-
TRIGGER: APPS.CZ_UI_CONT_TYPE_TEMPLS+
12.2.2
-
SYNONYM: APPS.CZ_UI_CONT_TYPE_TEMPLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_UI_CONT_TYPE_TEMPLS, status:VALID,
-
SYNONYM: APPS.CZ_UI_CONT_TYPE_TEMPLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_UI_CONT_TYPE_TEMPLS, status:VALID,
-
VIEW: APPS.CZ_UIDEF_SIGNATURE_TEMPLS_V
12.2.2
-
VIEW: CZ.CZ_UI_CONT_TYPE_TEMPLS#
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_DEFS
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_DEFS
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_INTL_TEXTS
12.1.1
-
TABLE: CZ.CZ_UI_CONT_TYPE_TEMPLS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_CONT_TYPE_TEMPLS, object_name:CZ_UI_CONT_TYPE_TEMPLS, status:VALID,
-
TABLE: CZ.CZ_UI_CONT_TYPE_TEMPLS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_CONT_TYPE_TEMPLS, object_name:CZ_UI_CONT_TYPE_TEMPLS, status:VALID,
-
VIEW: APPS.CZ_UI_CONT_TYPE_TEMPLS_VV
12.1.1
-
VIEW: APPS.CZ_UI_CONT_TYPE_TEMPLS_VV
12.2.2
-
FUNCTION: APPS.CZ_UI_CONT_TYPE_TEMPLS=
12.2.2
-
VIEW: APPS.CZ_UI_COLLECT_TMPLS_V
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: CZ_UI_TEMPLATES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_TEMPLATES, object_name:CZ_UI_TEMPLATES, status:VALID, product: CZ - Configurator , description: UI Content Template , implementation_dba_data: CZ.CZ_UI_TEMPLATES ,
-
View: CZ_UIDEF_SIGNATURE_TEMPLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UIDEF_SIGNATURE_TEMPLS_V, object_name:CZ_UIDEF_SIGNATURE_TEMPLS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UIDEF_SIGNATURE_TEMPLS_V ,
-
TRIGGER: APPS.CZ_UI_CONT_TYPE_TEMPLS_T2
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_UI_CONT_TYPE_TEMPLS_T2, status:VALID,
-
FUNCTION: APPS.CZ_UI_CONT_TYPE_TEMPLS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CZ_UI_CONT_TYPE_TEMPLS=, status:VALID,
-
VIEW: APPS.CZ_UI_COLLECT_TMPLS_V
12.2.2
-
Table: CZ_UI_TEMPLATES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_TEMPLATES, object_name:CZ_UI_TEMPLATES, status:VALID, product: CZ - Configurator , description: UI Content Template , implementation_dba_data: CZ.CZ_UI_TEMPLATES ,
-
View: CZ_UIDEF_SIGNATURE_TEMPLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UIDEF_SIGNATURE_TEMPLS_V, object_name:CZ_UIDEF_SIGNATURE_TEMPLS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UIDEF_SIGNATURE_TEMPLS_V ,
-
TRIGGER: APPS.CZ_UI_CONT_TYPE_TEMPLS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_UI_CONT_TYPE_TEMPLS_T1, status:VALID,
-
TRIGGER: APPS.CZ_UI_CONT_TYPE_TEMPLS_T2
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_UI_CONT_TYPE_TEMPLS_T2, status:VALID,
-
TRIGGER: APPS.CZ_UI_CONT_TYPE_TEMPLS_T2
12.2.2
-
TRIGGER: APPS.CZ_UI_CONT_TYPE_TEMPLS_T2
12.1.1
-
APPS.CZ_UI_MGR dependencies on CZ_UI_IMAGES
12.2.2
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_UI_IMAGES
12.1.1