Search Results how to use the rear cm
The CZ.CZ_UI_DEFS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing user interface (UI) definitions within the Configurator module (CZ). This module is part of Oracle's Advanced Product Catalog and Configurator, which enables businesses to define complex product configurations, rules, and UI layouts for interactive product selection. The CZ_UI_DEFS
table plays a pivotal role in managing the metadata that governs how configuration interfaces are rendered and interacted with by end-users.
Purpose and Functionality
The primary purpose of CZ.CZ_UI_DEFS
is to store UI definitions that dictate the appearance, behavior, and layout of configurator interfaces. These definitions include details such as:
- UI Templates: Predefined layouts for configuration screens, including forms, tables, and hierarchical structures.
- Control Properties: Attributes of UI elements like buttons, dropdowns, and input fields (e.g., visibility, default values, validation rules).
- Event Handlers: Logic triggered by user actions (e.g., onChange, onClick) to dynamically update configurations.
- Localization Data: Multilingual labels and descriptions for UI elements.
Key Columns and Structure
The CZ_UI_DEFS
table contains columns that define the UI metadata, including:
- UI_DEF_ID: Primary key uniquely identifying each UI definition.
- NAME: Logical name of the UI definition (e.g., "Laptop_Configurator_UI").
- DESCRIPTION: Optional details about the UI's purpose.
- UI_TYPE: Categorizes the UI (e.g., "FORM", "TREE", "WIZARD").
- XML_DEFINITION: Stores the UI layout and logic in XML format, including nested components and their properties.
- LAST_UPDATED: Timestamp for version tracking.
- STATUS: Indicates whether the definition is active (e.g., "PUBLISHED" or "DRAFT").
XML_DEFINITION
adheres to Oracle's Configurator UI Schema, which defines valid elements, attributes, and hierarchies.
Integration with Oracle EBS
In EBS 12.1.1 and 12.2.2, CZ_UI_DEFS
integrates with other Configurator tables (e.g., CZ_MODELS
, CZ_RULES
) to deliver end-to-end configuration capabilities. For example:
- UI definitions reference product models (
CZ_MODELS
) to bind configuration options to underlying logic. - Rules (
CZ_RULES
) are evaluated based on UI interactions to enforce constraints (e.g., "If RAM=32GB, then SSD must be ≥1TB").
CZ_UI_API
) for CRUD operations, ensuring data integrity and business rule enforcement.
Customization and Extensions
Customers often extend CZ_UI_DEFS
by:
- Custom XML Definitions: Modifying
XML_DEFINITION
to add bespoke UI components or workflows. - Oracle Application Framework (OAF): Integrating Configurator UIs into OAF pages for seamless EBS integration.
- Event Subscriptions: Using Oracle Workflow or Business Events to trigger external processes on UI actions.
Performance and Maintenance
Best practices for managing CZ_UI_DEFS
include:
- Indexing: Ensuring
UI_DEF_ID
and frequently queried columns (e.g.,NAME
) are indexed. - XML Compression: Compressing large
XML_DEFINITION
content to optimize storage. - Purging: Archiving obsolete definitions to maintain performance.
In summary, CZ.CZ_UI_DEFS
is a cornerstone of Oracle Configurator, enabling dynamic, rule-driven UIs for product configuration. Its structured metadata and integration with EBS modules empower businesses to deliver complex, user-friendly configuration experiences while maintaining scalability and customization flexibility.
-
File: Connect to the Internet.LNK
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , size: 854 bytes , file_type: PDF Diagram ,
-
File: Connect to the Internet.LNK
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , size: 854 bytes , file_type: PDF Diagram ,
-
Lookup Type: ATTRIBUTE USE
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : ATTRIBUTE USE , description: Attribute Use ,
-
Lookup Type: INV/CM
12.2.2
product: AR - Receivables , meaning: Inv/Cm , description: Customer Transaction Types ,
-
Lookup Type: INV/CM
12.1.1
product: AR - Receivables , meaning: Inv/Cm , description: Customer Transaction Types ,
-
Lookup Type: ATTRIBUTE USE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : ATTRIBUTE USE , description: Attribute Use ,
-
Lookup Type: ATTRIBUTE USE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : ATTRIBUTE USE , description: Attribute Use ,
-
Lookup Type: ATTRIBUTE USE
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : ATTRIBUTE USE , description: Attribute Use ,
-
Lookup Type: INV/CM/ADJ
12.1.1
product: AR - Receivables , meaning: Inv/Cm/Adj , description: Customer Transaction Types including Adjustments ,
-
TYPE: SYS.INTERVAL YEAR TO MONTH
12.2.2
owner:SYS, object_type:TYPE, object_name:INTERVAL YEAR TO MONTH, status:VALID,
-
Lookup Type: INV/CM/ADJ
12.2.2
product: AR - Receivables , meaning: Inv/Cm/Adj , description: Customer Transaction Types including Adjustments ,
-
TYPE: SYS.INTERVAL DAY TO SECOND
12.1.1
owner:SYS, object_type:TYPE, object_name:INTERVAL DAY TO SECOND, status:VALID,
-
TYPE: SYS.INTERVAL DAY TO SECOND
12.2.2
owner:SYS, object_type:TYPE, object_name:INTERVAL DAY TO SECOND, status:VALID,
-
TYPE: SYS.INTERVAL YEAR TO MONTH
12.1.1
owner:SYS, object_type:TYPE, object_name:INTERVAL YEAR TO MONTH, status:VALID,
-
Lookup Type: TAX USE DATE BASIS
12.1.1
product: AP - Payables , meaning: Tax Use Date Basis , description: Report Date Basis for Use Tax Liability Report ,
-
SYNONYM: PUBLIC.javax/jws/soap/SOAPBinding$Use
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:javax/jws/soap/SOAPBinding$Use, status:VALID,
-
SYNONYM: PUBLIC.javax/jws/soap/SOAPBinding$Use
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:javax/jws/soap/SOAPBinding$Use, status:VALID,
-
Lookup Type: TAX USE DATE BASIS
12.2.2
product: AP - Payables , meaning: Tax Use Date Basis , description: Report Date Basis for Use Tax Liability Report ,
-
JAVA CLASS: SYS.javax/jws/soap/SOAPBinding$Use
12.1.1
owner:SYS, object_type:JAVA CLASS, object_name:javax/jws/soap/SOAPBinding$Use, status:VALID,
-
JAVA CLASS: SYS.javax/jws/soap/SOAPBinding$Use
12.2.2
owner:SYS, object_type:JAVA CLASS, object_name:javax/jws/soap/SOAPBinding$Use, status:VALID,
-
APPS.HZ_ACCOUNT_MERGE_PUB dependencies on HZ_CUST_ACCT_SITES_ALL
12.2.2
-
APPS.CS_SR_SECURITY_UTIL dependencies on FND_DATA_SECURITY
12.1.1
-
APPS.CS_SR_SECURITY_UTIL dependencies on FND_DATA_SECURITY
12.2.2
-
Lookup Type: RU_MILITARY_RANK
12.1.1
product: PER - Human Resources , meaning: RU_MILITARY_RANK , description: Military Ranks for Russia ,
-
Lookup Type: RU_MILITARY_RANK
12.2.2
product: PER - Human Resources , meaning: RU_MILITARY_RANK , description: Military Ranks for Russia ,
-
APPS.PSP_GENERAL dependencies on FND_FLEX_KEYVAL
12.1.1
-
APPS.PSP_GENERAL dependencies on FND_FLEX_KEYVAL
12.2.2
-
PACKAGE: APPS.AR_OBALREV_PKG
12.1.1
-
PACKAGE: APPS.AR_OBALREV_PKG
12.2.2
-
Lookup Type: USE_PROFILE
12.1.1
product: GML - Process Manufacturing Logistics , meaning: Defines how to use order profile , description: Defines how to use order profile ,
-
Lookup Type: USE_PROFILE
12.2.2
product: GML - Process Manufacturing Logistics , meaning: Defines how to use order profile , description: Defines how to use order profile ,
-
APPS.ISC_MAINT_RPT_UTIL_PKG dependencies on DBMS_SQL
12.1.1
-
APPS.ISC_FS_RPT_UTIL_PKG dependencies on DBMS_SQL
12.1.1
-
APPS.FII_AR_TRX_ACT_HISTORY_PKG dependencies on FII_AR_UTIL_PKG
12.1.1
-
VIEW: APPS.MST_ACT_REMOVE_LOAD_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MST_ACT_REMOVE_LOAD_OPTIONS_V, status:VALID,
-
TABLE: CZ.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,
-
TABLE: CZ.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,
-
APPS.ARP_ETAX_AUTOINV_UTIL SQL Statements
12.1.1
-
APPS.INV_MGD_MVT_FIN_MDTR dependencies on OE_PRICE_ADJUSTMENTS
12.2.2
-
VIEW: APPS.MST_PQ_CM_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MST_PQ_CM_DETAILS_V, status:VALID,
-
TABLE: GMD.FM_CONF_TBL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_CONF_TBL, object_name:FM_CONF_TBL, status:VALID,
-
TABLE: GMD.FM_CONF_TBL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_CONF_TBL, object_name:FM_CONF_TBL, status:VALID,
-
APPS.INV_MGD_MVT_FIN_MDTR dependencies on OE_PRICE_ADJUSTMENTS
12.1.1
-
APPS.PAY_AU_TERMINATIONS dependencies on FFFUNC
12.1.1
-
APPS.PAY_AU_TERMINATIONS dependencies on FFFUNC
12.2.2
-
APPS.ARP_ETAX_AUTOINV_UTIL SQL Statements
12.2.2
-
APPS.IBE_UTIL dependencies on STANDARD
12.1.1
-
APPS.IBE_UTIL dependencies on STANDARD
12.2.2
-
APPS.ISC_FS_INV_USG_ETL_PKG dependencies on OPI_DBI_CONC_PROG_RUN_LOG
12.1.1
-
VIEW: APPS.CE_BANK_ACCTS_SEARCH_GT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_SEARCH_GT_V, object_name:CE_BANK_ACCTS_SEARCH_GT_V, status:VALID,