Search Results p2p flow in oracle fusion
The CZ_UI_PAGE_REFS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for managing user interface (UI) page references within the Configurator module (CZ). This table serves as a metadata repository, storing associations between UI pages and their corresponding business logic components, enabling dynamic rendering and navigation in Oracle's Configurator applications. Below is a detailed breakdown of its structure, purpose, and significance in Oracle EBS.
1. Purpose and Functional Role
TheCZ_UI_PAGE_REFS
table acts as a reference catalog for UI pages used in Oracle Configurator, a component of Oracle Advanced Pricing and Oracle Configurator. It maintains mappings between UI pages and their underlying functional elements, ensuring seamless navigation and rendering during runtime. This table is particularly vital in complex product configuration scenarios, where dynamic UI generation depends on predefined page references.
2. Key Columns and Structure
The table typically includes the following columns:- UI_PAGE_ID: A unique identifier for the UI page, often serving as a primary key.
- PAGE_NAME: The logical name of the UI page, used for referencing in application code.
- PAGE_TYPE: Categorizes the page (e.g., "CONFIGURATION," "SEARCH," or "ADMINISTRATION").
- DESCRIPTION: A brief description of the page's purpose.
- APPLICATION_ID: Links the page to a specific Oracle EBS application module.
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns tracking record lifecycle.
3. Integration with Configurator Runtime
During runtime, the Configurator engine queriesCZ_UI_PAGE_REFS
to resolve UI page requests. For example:
- When a user initiates a product configuration, the engine retrieves the appropriate UI page definition from this table.
- The table's
PAGE_TYPE
column helps filter pages based on context (e.g., BOM explosion vs. rule validation).
4. Customization and Extensibility
Oracle EBS allows limited customization of Configurator UI pages. Administrators can:- Add custom pages by inserting records into
CZ_UI_PAGE_REFS
with newUI_PAGE_ID
values. - Modify existing page references (e.g., redirecting to alternative pages) by updating this table.
5. Dependencies and Related Objects
The table interacts with other CZ schema objects:- CZ_UI_PAGE_BINDINGS: Defines data bindings for UI pages referenced in
CZ_UI_PAGE_REFS
. - CZ_MODELS: Links configuration models to UI pages.
- FND_APPLICATION: References the
APPLICATION_ID
column for module association.
6. Version-Specific Considerations
Differences between EBS 12.1.1 and 12.2.2 are minimal for this table, but notable in:- 12.2.2: Enhanced support for Oracle JET-based UI pages, reflected in additional
PAGE_TYPE
values. - 12.1.1: Tighter integration with Oracle Forms, requiring legacy page references.
7. Performance and Maintenance
Best practices include:- Indexing
UI_PAGE_ID
andPAGE_NAME
for faster lookups. - Auditing changes via
LAST_UPDATE_DATE
to track modifications. - Avoiding excessive records to prevent Configurator runtime latency.
8. Conclusion
TheCZ_UI_PAGE_REFS
table is a foundational element in Oracle Configurator, enabling dynamic UI rendering and navigation. Its structure and relationships with other CZ objects ensure consistent behavior across EBS 12.1.1 and 12.2.2, though version-specific adaptations exist. Proper management of this table is essential for maintaining Configurator performance and extensibility.
-
Lookup Type: CZENGINETYPEVALUES
12.2.2
product: CZ - Configurator , meaning: CZENGINETYPEVALUES , description: Engine Type Values for Configurator ,
-
Lookup Type: CZENGINETYPEVALUES
12.1.1
product: CZ - Configurator , meaning: CZENGINETYPEVALUES , description: Engine Type Values for Configurator ,
-
Lookup Type: CZNEWMODELENGINETYPES
12.2.2
product: CZ - Configurator , meaning: CZNEWMODELENGINETYPES , description: Engine Types for new Configuration Models ,
-
Lookup Type: CZNEWMODELENGINETYPES
12.1.1
product: CZ - Configurator , meaning: CZNEWMODELENGINETYPES , description: Engine Types for new Configuration Models ,
-
Table: CZ_UI_PAGE_REFS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_PAGE_REFS, object_name:CZ_UI_PAGE_REFS, status:VALID, product: CZ - Configurator , description: Page references in a menu or flow , implementation_dba_data: CZ.CZ_UI_PAGE_REFS ,
-
Table: CZ_UI_PAGE_REFS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_PAGE_REFS, object_name:CZ_UI_PAGE_REFS, status:VALID, product: CZ - Configurator , description: Page references in a menu or flow , implementation_dba_data: CZ.CZ_UI_PAGE_REFS ,
-
Table: CZ_UI_PAGE_SETS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_PAGE_SETS, object_name:CZ_UI_PAGE_SETS, status:VALID, product: CZ - Configurator , description: UI Menu or page flow , implementation_dba_data: CZ.CZ_UI_PAGE_SETS ,
-
Table: CZ_UI_PAGE_SETS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_PAGE_SETS, object_name:CZ_UI_PAGE_SETS, status:VALID, product: CZ - Configurator , description: UI Menu or page flow , implementation_dba_data: CZ.CZ_UI_PAGE_SETS ,
-
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_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_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 ,
-
File: CZ_Dependencies.html
12.2.2
product: CZ - Configurator , size: 376.292 KBytes , file_type: HTML Report , description: CZ_Dependencies.html is an html report that documents dependencies to tables and views in the CZ product. ,
-
File: CZProduct_Dependencies.html
12.1.1
product: CZ - Configurator , size: 16.758 KBytes , file_type: HTML Report , description: CZProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the CZ product. ,
-
File: CZ_Dependencies.html
12.1.1
product: CZ - Configurator , size: 392.029 KBytes , file_type: HTML Report , description: CZ_Dependencies.html is an html report that documents dependencies to tables and views in the CZ product. ,
-
File: CZProduct_Dependencies.html
12.2.2
product: CZ - Configurator , size: 16.025 KBytes , file_type: HTML Report , description: CZProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the CZ product. ,
-
Lookup Type: CZ_DEV_DISPLAY_OBJ_PATH
12.2.2
product: CZ - Configurator , meaning: Display Object path in Edit and Read only pages , description: Specify display of path in edit and read only page ,
-
Lookup Type: CZ_DEV_DISPLAY_OBJ_PATH
12.1.1
product: CZ - Configurator , meaning: Display Object path in Edit and Read only pages , description: Specify display of path in edit and read only page ,
-
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 ,
-
Table: CZ_PRICE_GROUPS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICE_GROUPS, object_name:CZ_PRICE_GROUPS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint price lists used in the Quote module. Price lists , implementation_dba_data: CZ.CZ_PRICE_GROUPS ,
-
Table: CZ_PRICE_GROUPS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PRICE_GROUPS, object_name:CZ_PRICE_GROUPS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint price lists used in the Quote module. Price lists , implementation_dba_data: CZ.CZ_PRICE_GROUPS ,
-
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 ,
-
View: CZ_UITEMPL_MESSAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UITEMPL_MESSAGES_V, object_name:CZ_UITEMPL_MESSAGES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UITEMPL_MESSAGES_V ,
-
View: CZ_UITEMPL_MESSAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_UITEMPL_MESSAGES_V, object_name:CZ_UITEMPL_MESSAGES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_UITEMPL_MESSAGES_V ,
-
View: CZ_RP_USG_DIRECTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RP_USG_DIRECTORY_V, object_name:CZ_RP_USG_DIRECTORY_V, status:VALID, product: CZ - Configurator , description: Information view of Usages in Repository , implementation_dba_data: APPS.CZ_RP_USG_DIRECTORY_V ,
-
View: CZ_RP_USG_DIRECTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RP_USG_DIRECTORY_V, object_name:CZ_RP_USG_DIRECTORY_V, status:VALID, product: CZ - Configurator , description: Information view of Usages in Repository , implementation_dba_data: APPS.CZ_RP_USG_DIRECTORY_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 ,
-
File: cz_115_f_16d_pb.pdf
12.1.1
product: CZ - Configurator , size: 25.949 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_rule.pdf
12.1.1
product: CZ - Configurator , size: 34.136 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_lce.pdf
12.1.1
product: CZ - Configurator , size: 15.78 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_main.pdf
12.1.1
product: CZ - Configurator , size: 63.428 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_item.pdf
12.2.2
product: CZ - Configurator , size: 16.692 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_uitxt.pdf
12.2.2
product: CZ - Configurator , size: 21.842 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_pb.pdf
12.2.2
product: CZ - Configurator , size: 25.949 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_main.pdf
12.2.2
product: CZ - Configurator , size: 63.428 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_proj.pdf
12.1.1
product: CZ - Configurator , size: 24.107 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_rp.pdf
12.1.1
product: CZ - Configurator , size: 20.137 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_proj.pdf
12.2.2
product: CZ - Configurator , size: 24.107 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_cnfg.pdf
12.2.2
product: CZ - Configurator , size: 23.243 KBytes , file_type: PDF Diagram ,
-
Table: CZ_BATCH_VAL_SESSION_DATA
12.1.1
product: CZ - Configurator , implementation_dba_data: Not implemented in this database ,
-
File: cz_115_f_16d_xfr.pdf
12.1.1
product: CZ - Configurator , size: 16.854 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_cnfg.pdf
12.1.1
product: CZ - Configurator , size: 23.243 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_admn.pdf
12.1.1
product: CZ - Configurator , size: 12.463 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_rule.pdf
12.2.2
product: CZ - Configurator , size: 34.136 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_admn.pdf
12.2.2
product: CZ - Configurator , size: 12.463 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_item.pdf
12.1.1
product: CZ - Configurator , size: 16.692 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_uitxt.pdf
12.1.1
product: CZ - Configurator , size: 21.842 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_prce.pdf
12.1.1
product: CZ - Configurator , size: 10.89 KBytes , file_type: PDF Diagram ,
-
File: cz_115_f_16d_lce.pdf
12.2.2
product: CZ - Configurator , size: 15.78 KBytes , file_type: PDF Diagram ,