Search Results cz_lce_headers
Overview
The CZ_LCE_HEADERS table is a core data object within the Oracle E-Business Suite Configurator (CZ) module. It functions as the header-level repository for compiled logic records, which are the executable rule sets generated from a user-defined configuration model. This compilation process transforms high-level business rules and constraints into an optimized, runtime-efficient format used by the Configurator engine during interactive product configuration sessions. The table's existence is critical for the performance and integrity of the configuration process, as it stores the metadata and structural information for these compiled logic blocks, enabling their rapid retrieval and execution.
Key Information Stored
While the provided metadata does not list specific columns beyond key fields, the primary and foreign key relationships define the essential structural data. The central column is LCE_HEADER_ID, the unique primary key identifier for each compiled logic record. Other critical foreign key columns establish the table's relationships within the Configurator schema: COMPONENT_ID links to the CZ_PS_NODES table, tying the compiled logic to a specific configurable component or item in the model. MODEL_REF_EXPL_ID references CZ_MODEL_REF_EXPLS, associating the logic with a particular model or explosion. DEVL_PROJECT_ID connects to CZ_DEVL_PROJECTS, anchoring the compiled output to its source development project. The table likely also contains status, versioning, and timestamp columns to manage the lifecycle of the compiled logic.
Common Use Cases and Queries
Primary use cases involve troubleshooting the configuration engine, auditing compiled logic versions, and performing data clean-up. A common query retrieves all compiled logic headers for a specific development project to analyze deployment scope:
- SELECT * FROM cz.cz_lce_headers WHERE devl_project_id = <project_id>;
Another frequent pattern joins to related tables to diagnose configuration runtime errors by tracing from a component back to its compiled logic source:
- SELECT lh.* FROM cz.cz_lce_headers lh, cz.cz_ps_nodes ps WHERE lh.component_id = ps.ps_node_id AND ps.name = '<Component_Name>';
Administrators may also query this table to identify orphaned compiled logic records no longer linked to active models as part of system maintenance.
Related Objects
The CZ_LCE_HEADERS table sits at the center of a network of related objects that store the complete compiled logic. As documented, it has foreign key relationships with several header tables and is referenced by detail tables that hold the actual logic content:
- Referenced by (Parent Tables): CZ_PS_NODES (via COMPONENT_ID), CZ_MODEL_REF_EXPLS (via MODEL_REF_EXPL_ID), CZ_DEVL_PROJECTS (via DEVL_PROJECT_ID).
- References to (Child Tables): CZ_LCE_CLOBS (stores large object data for the logic), CZ_LCE_LINES (stores line-level logic details), CZ_LCE_LOAD_SPECS (contains loading specifications), CZ_LCE_TEXTS (holds descriptive text). These child tables all use LCE_HEADER_ID as their foreign key linking back to this header record.
This structure indicates that CZ_LCE_HEADERS provides the master record, while the detail is segmented into specialized child tables for efficient storage and access.
-
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_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 ,
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_LCE_HEADERS
12.1.1
-
APPS.CZ_LC_MGR dependencies on CZ_LCE_HEADERS
12.1.1
-
APPS.CZ_UPGRADE dependencies on CZ_LCE_HEADERS
12.2.2
-
APPS.CZ_PS_MGR dependencies on CZ_LCE_HEADERS
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_LCE_HEADERS
12.2.2
-
APPS.CZ_UPGRADE dependencies on CZ_LCE_HEADERS
12.1.1
-
APPS.CZ_LOGIC_GEN dependencies on CZ_LCE_HEADERS
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_LCE_HEADERS
12.1.1
-
APPS.CZ_PS_MGR dependencies on CZ_LCE_HEADERS
12.2.2
-
APPS.CZ_LOGIC_GEN dependencies on CZ_LCE_HEADERS
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_LCE_HEADERS
12.2.2
-
APPS.CZ_LC_MGR dependencies on CZ_LCE_HEADERS
12.2.2
-
APPS.CZ_LOGIC_GEN dependencies on CZ_LCE_HEADERS_S
12.1.1
-
APPS.CZ_LOGIC_GEN dependencies on CZ_LCE_HEADERS_S
12.2.2
-
APPS.CZ_LC_MGR dependencies on CZ_BASE_MGR
12.1.1
-
APPS.CZ_LC_MGR dependencies on CZ_BASE_MGR
12.2.2
-
VIEW: CZ.CZ_LCE_HEADERS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_LCE_HEADERS#, status:VALID,
-
APPS.CZ_LC_MGR SQL Statements
12.2.2
-
SYNONYM: APPS.CZ_LCE_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_LCE_HEADERS, status:VALID,
-
SYNONYM: APPS.CZ_LCE_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_LCE_HEADERS, status:VALID,
-
APPS.CZ_LC_MGR SQL Statements
12.1.1
-
APPS.CZ_LOGIC_GEN dependencies on CZ_LCE_LOAD_SPECS
12.1.1
-
APPS.CZ_LOGIC_GEN dependencies on CZ_LCE_LOAD_SPECS
12.2.2
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_FCE_FILES
12.2.2
-
VIEW: CZ.CZ_LCE_HEADERS#
12.2.2
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_FCE_FILES
12.1.1
-
APPS.CZ_LC_MGR dependencies on CZ_LCE_TEXTS
12.2.2
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_FCE_FILES
12.2.2
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_FCE_FILES
12.1.1
-
TABLE: CZ.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,
-
TABLE: CZ.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,
-
Table: CZ_LCE_TEXTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_TEXTS, object_name:CZ_LCE_TEXTS, status:VALID, product: CZ - Configurator , description: Optimized storage of LCE lines, several per row , implementation_dba_data: CZ.CZ_LCE_TEXTS ,
-
APPS.CZ_PB_MGR dependencies on CZ_FCE_FILES
12.2.2
-
Table: CZ_LCE_CLOBS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_CLOBS, object_name:CZ_LCE_CLOBS, status:VALID, product: CZ - Configurator , description: Packages entire LCE for a component into a single row using a CLOB to hold the data , implementation_dba_data: CZ.CZ_LCE_CLOBS ,
-
Table: CZ_LCE_CLOBS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_CLOBS, object_name:CZ_LCE_CLOBS, status:VALID, product: CZ - Configurator , description: Packages entire LCE for a component into a single row using a CLOB to hold the data , implementation_dba_data: CZ.CZ_LCE_CLOBS ,
-
Table: CZ_LCE_LINES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_LINES, object_name:CZ_LCE_LINES, status:VALID, product: CZ - Configurator , description: Compiled logic records , implementation_dba_data: CZ.CZ_LCE_LINES ,
-
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 ,
-
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 ,
-
APPS.CZ_LC_MGR dependencies on CZ_LCE_TEXTS
12.1.1
-
Table: CZ_LCE_LINES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_LINES, object_name:CZ_LCE_LINES, status:VALID, product: CZ - Configurator , description: Compiled logic records , implementation_dba_data: CZ.CZ_LCE_LINES ,
-
APPS.CZ_PB_MGR dependencies on CZ_FCE_FILES
12.1.1
-
TRIGGER: APPS.CZ_LCE_HEADERS_T1
12.1.1
-
TRIGGER: APPS.CZ_LCE_HEADERS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_LCE_HEADERS_T1, status:VALID,
-
TRIGGER: APPS.CZ_LCE_HEADERS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_LCE_HEADERS_T1, status:VALID,
-
Table: CZ_LCE_TEXTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LCE_TEXTS, object_name:CZ_LCE_TEXTS, status:VALID, product: CZ - Configurator , description: Optimized storage of LCE lines, several per row , implementation_dba_data: CZ.CZ_LCE_TEXTS ,
-
PACKAGE BODY: APPS.CZ_LC_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_LC_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_PS_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PS_MGR, status:VALID,
-
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 ,