Search Results cz_devl_projects
Overview
The CZ_DEVL_PROJECTS table is the core master data repository for a configurator model or project within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the foundational record for every configurable product model developed in the Configurator Developer (CZ Developer) environment. Each row uniquely identifies a model, acting as the central hub from which all related configuration data—including components, rules, user interfaces, and logic—is organized and referenced. Its integrity is critical for the entire configuration lifecycle, from model development and publication to runtime execution in order management or other transactional systems.
Key Information Stored
While the provided metadata focuses on relationships, the primary and unique keys indicate the essential columns for identification and data integrity. The table's primary key is DEVL_PROJECT_ID, a unique system-generated identifier for each model. The unique key constraint (CZ_DEVL_PROJECTS_U1) also includes LAST_UPDATE_DATE and DELETED_FLAG, highlighting the importance of tracking model modifications and supporting soft-delete functionality. Other significant columns, typical for such master tables in EBS, include CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, and NAME or DESCRIPTION fields for the model. The foreign key relationship to CZ_INTL_TEXTS via INTL_TEXT_ID suggests the table supports multilingual descriptions for the model project.
Common Use Cases and Queries
This table is central to administrative, diagnostic, and integration tasks. Common use cases include auditing all configurator models in the system, identifying models pending publication, and generating reports for model inventory. A fundamental query retrieves a list of active models:
- SELECT devl_project_id, name, creation_date, last_update_date FROM cz_devl_projects WHERE deleted_flag = '0';
For troubleshooting, developers often join this table to related entities to understand a model's complete structure or to identify rules and UI definitions associated with a specific project ID. Integration scripts may query this table to validate the existence of a model before processing related data extracts or imports.
Related Objects
The CZ_DEVL_PROJECTS table has extensive foreign key relationships, underscoring its role as the master table for the Configurator module. Key documented relationships include:
- CZ_RULES & CZ_RULE_FOLDERS: Stores all business rules and their organizational folders for the model (joins on DEVL_PROJECT_ID).
- CZ_UI_DEFS & CZ_GRID_DEFS: Contains user interface definitions and layout grids for the model (joins on DEVL_PROJECT_ID).
- CZ_PS_NODES: The primary table for the model structure (Product Structure Nodes), linked both as a reference and directly via DEVL_PROJECT_ID.
- CZ_MODEL_PUBLICATIONS: Tracks publication events of the model to runtime (joins on MODEL_ID).
- CZ_EXPRESSIONS & CZ_FUNC_COMP_SPECS: Holds the logical expressions and functional component specifications defining model behavior (joins on DEVL_PROJECT_ID).
- CZ_DEVL_PRJ_USER_GROUPS: Manages security and access control for the development project (joins on DEVL_PROJECT_ID).
-
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 ,
-
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_PB_MODEL_EXPORTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PB_MODEL_EXPORTS, object_name:CZ_PB_MODEL_EXPORTS, status:VALID, product: CZ - Configurator , description: Model-exports table , implementation_dba_data: CZ.CZ_PB_MODEL_EXPORTS ,
-
Table: CZ_PB_MODEL_EXPORTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PB_MODEL_EXPORTS, object_name:CZ_PB_MODEL_EXPORTS, status:VALID, product: CZ - Configurator , description: Model-exports table , implementation_dba_data: CZ.CZ_PB_MODEL_EXPORTS ,
-
View: CZ_MODEL_BOMREF_COUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_BOMREF_COUNTS_V, object_name:CZ_MODEL_BOMREF_COUNTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_BOMREF_COUNTS_V ,
-
View: CZ_MODEL_BOMREF_COUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_BOMREF_COUNTS_V, object_name:CZ_MODEL_BOMREF_COUNTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_BOMREF_COUNTS_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 ,
-
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 ,
-
Table: CZ_IMP_DEVL_PROJECT
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_DEVL_PROJECT, object_name:CZ_IMP_DEVL_PROJECT, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_DEVL_PROJECTS , implementation_dba_data: CZ.CZ_IMP_DEVL_PROJECT ,
-
Table: CZ_RP_ENTRIES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_RP_ENTRIES, object_name:CZ_RP_ENTRIES, status:VALID, product: CZ - Configurator , description: Repository table. , implementation_dba_data: CZ.CZ_RP_ENTRIES ,
-
Table: CZ_IMP_DEVL_PROJECT
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_DEVL_PROJECT, object_name:CZ_IMP_DEVL_PROJECT, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_DEVL_PROJECTS , implementation_dba_data: CZ.CZ_IMP_DEVL_PROJECT ,
-
Table: CZ_FILTER_SETS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_FILTER_SETS, object_name:CZ_FILTER_SETS, status:VALID, product: CZ - Configurator , description: Defines a Populator data filter using an Expression , implementation_dba_data: CZ.CZ_FILTER_SETS ,
-
Table: CZ_FILTER_SETS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_FILTER_SETS, object_name:CZ_FILTER_SETS, status:VALID, product: CZ - Configurator , description: Defines a Populator data filter using an Expression , implementation_dba_data: CZ.CZ_FILTER_SETS ,
-
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_RULE_FOLDERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_RULE_FOLDERS, object_name:CZ_RULE_FOLDERS, status:VALID, product: CZ - Configurator , description: Table implements rule folders and rule sequences , implementation_dba_data: CZ.CZ_RULE_FOLDERS ,
-
Table: CZ_DEVL_PRJ_USER_GROUPS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DEVL_PRJ_USER_GROUPS, object_name:CZ_DEVL_PRJ_USER_GROUPS, status:VALID, product: CZ - Configurator , description: OBSOLETE, assigns projects to MDApp users , implementation_dba_data: CZ.CZ_DEVL_PRJ_USER_GROUPS ,
-
Table: CZ_XFR_PROJECT_BILLS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_XFR_PROJECT_BILLS, object_name:CZ_XFR_PROJECT_BILLS, status:VALID, product: CZ - Configurator , description: Project bills import control table , implementation_dba_data: CZ.CZ_XFR_PROJECT_BILLS ,
-
View: CZ_MODEL_PROP_ENGTYP_COMPAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_PROP_ENGTYP_COMPAT_V, object_name:CZ_MODEL_PROP_ENGTYP_COMPAT_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_PROP_ENGTYP_COMPAT_V ,
-
Table: CZ_RP_ENTRIES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_RP_ENTRIES, object_name:CZ_RP_ENTRIES, status:VALID, product: CZ - Configurator , description: Repository table. , implementation_dba_data: CZ.CZ_RP_ENTRIES ,
-
Table: CZ_GRID_DEFS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_GRID_DEFS, object_name:CZ_GRID_DEFS, status:VALID, product: CZ - Configurator , description: Defines the parameters of an explicit compatibility rule. , implementation_dba_data: CZ.CZ_GRID_DEFS ,
-
Table: CZ_DEVL_PRJ_USER_GROUPS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_DEVL_PRJ_USER_GROUPS, object_name:CZ_DEVL_PRJ_USER_GROUPS, status:VALID, product: CZ - Configurator , description: OBSOLETE, assigns projects to MDApp users , implementation_dba_data: CZ.CZ_DEVL_PRJ_USER_GROUPS ,
-
Table: CZ_XFR_PROJECT_BILLS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_XFR_PROJECT_BILLS, object_name:CZ_XFR_PROJECT_BILLS, status:VALID, product: CZ - Configurator , description: Project bills import control table , implementation_dba_data: CZ.CZ_XFR_PROJECT_BILLS ,
-
Table: CZ_GRID_DEFS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_GRID_DEFS, object_name:CZ_GRID_DEFS, status:VALID, product: CZ - Configurator , description: Defines the parameters of an explicit compatibility rule. , implementation_dba_data: CZ.CZ_GRID_DEFS ,
-
Table: CZ_INTL_TEXTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_INTL_TEXTS, object_name:CZ_INTL_TEXTS, status:VALID, product: CZ - Configurator , description: OBSOLETE , implementation_dba_data: CZ.CZ_INTL_TEXTS ,
-
Table: CZ_FUNC_COMP_SPECS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_FUNC_COMP_SPECS, object_name:CZ_FUNC_COMP_SPECS, status:VALID, product: CZ - Configurator , description: Functional companion specifications , implementation_dba_data: CZ.CZ_FUNC_COMP_SPECS ,
-
Table: CZ_FUNC_COMP_SPECS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_FUNC_COMP_SPECS, object_name:CZ_FUNC_COMP_SPECS, status:VALID, product: CZ - Configurator , description: Functional companion specifications , implementation_dba_data: CZ.CZ_FUNC_COMP_SPECS ,
-
Table: CZ_EXPRESSIONS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EXPRESSIONS, object_name:CZ_EXPRESSIONS, status:VALID, product: CZ - Configurator , description: Master record for Configurator expressions , implementation_dba_data: CZ.CZ_EXPRESSIONS ,
-
Table: CZ_EXPRESSIONS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EXPRESSIONS, object_name:CZ_EXPRESSIONS, status:VALID, product: CZ - Configurator , description: Master record for Configurator expressions , implementation_dba_data: CZ.CZ_EXPRESSIONS ,
-
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 ,
-
View: CZ_MODEL_ARCHIVES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_ARCHIVES_V, object_name:CZ_MODEL_ARCHIVES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_ARCHIVES_V ,
-
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 ,
-
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_RULE_FOLDERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_RULE_FOLDERS, object_name:CZ_RULE_FOLDERS, status:VALID, product: CZ - Configurator , description: Table implements rule folders and rule sequences , implementation_dba_data: CZ.CZ_RULE_FOLDERS ,
-
Table: CZ_INTL_TEXTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_INTL_TEXTS, object_name:CZ_INTL_TEXTS, status:VALID, product: CZ - Configurator , description: OBSOLETE , implementation_dba_data: CZ.CZ_INTL_TEXTS ,
-
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 ,
-
View: CZ_RP_PRJ_DIRECTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RP_PRJ_DIRECTORY_V, object_name:CZ_RP_PRJ_DIRECTORY_V, status:VALID, product: CZ - Configurator , description: Information view of Models in Repository , implementation_dba_data: APPS.CZ_RP_PRJ_DIRECTORY_V ,
-
View: CZ_MODEL_PROP_ENGTYP_COMPAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_PROP_ENGTYP_COMPAT_V, object_name:CZ_MODEL_PROP_ENGTYP_COMPAT_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_PROP_ENGTYP_COMPAT_V ,
-
View: CZ_SRC_DEVL_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SRC_DEVL_PROJECTS_V, object_name:CZ_SRC_DEVL_PROJECTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_SRC_DEVL_PROJECTS_V ,
-
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_MODEL_REF_EXPLS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_REF_EXPLS, object_name:CZ_MODEL_REF_EXPLS, status:VALID, product: CZ - Configurator , description: Model-reference explosions table , implementation_dba_data: CZ.CZ_MODEL_REF_EXPLS ,
-
View: CZ_SRC_DEVL_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SRC_DEVL_PROJECTS_V, object_name:CZ_SRC_DEVL_PROJECTS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_SRC_DEVL_PROJECTS_V ,
-
View: CZ_MODEL_ARCHIVES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_ARCHIVES_V, object_name:CZ_MODEL_ARCHIVES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_MODEL_ARCHIVES_V ,
-
Table: CZ_MODEL_REF_EXPLS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_REF_EXPLS, object_name:CZ_MODEL_REF_EXPLS, status:VALID, product: CZ - Configurator , description: Model-reference explosions table , implementation_dba_data: CZ.CZ_MODEL_REF_EXPLS ,
-
Table: CZ_RULES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_RULES, object_name:CZ_RULES, status:VALID, product: CZ - Configurator , description: Rules table , implementation_dba_data: CZ.CZ_RULES ,
-
Table: CZ_RULES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_RULES, object_name:CZ_RULES, status:VALID, product: CZ - Configurator , description: Rules table , implementation_dba_data: CZ.CZ_RULES ,
-
View: CZ_RP_BOM_MODELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RP_BOM_MODELS_V, object_name:CZ_RP_BOM_MODELS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_RP_BOM_MODELS_V ,
-
View: CZ_CREATERULEOBJECT_LKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_CREATERULEOBJECT_LKV, object_name:CZ_CREATERULEOBJECT_LKV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_CREATERULEOBJECT_LKV ,
-
View: CZ_RP_BOM_MODELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RP_BOM_MODELS_V, object_name:CZ_RP_BOM_MODELS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_RP_BOM_MODELS_V ,
-
View: CZ_RP_PRJ_DIRECTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RP_PRJ_DIRECTORY_V, object_name:CZ_RP_PRJ_DIRECTORY_V, status:VALID, product: CZ - Configurator , description: Information view of Models in Repository , implementation_dba_data: APPS.CZ_RP_PRJ_DIRECTORY_V ,
-
View: CZ_CREATERULEOBJECT_LKV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_CREATERULEOBJECT_LKV, object_name:CZ_CREATERULEOBJECT_LKV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_CREATERULEOBJECT_LKV ,