Search Results cz_imp_devl_project
Overview
CZ_IMP_DEVL_PROJECT is a staging and interface table within the Oracle Configurator (CZ) module of Oracle E-Business Suite, documented under release 12.1.1 and 12.2.2. The table holds data destined for import into, or rejection from, the CZ_DEVL_PROJECTS table. In the Configurator development cycle, projects represent a developer's working context — a container for modeling an item's configurable features, option classes, and rules. Rather than writing directly into the production development-project table, the import process lands candidate records in CZ_IMP_DEVL_PROJECT, validates them, and either promotes them to CZ_DEVL_PROJECTS or flags them as rejected. This separation protects the live model repository from malformed or partially loaded data.
The ETRM documentation records 35 columns owned by the CZ schema, with the object status marked VALID. The heuristic Data Vault classification mined from the foreign-key structure is standalone, meaning the table functions as neither a pure hub, link, nor satellite from a strict Data Vault modeling perspective. When modeling this source, it is best treated as a transient staging entity whose rows are short-lived and whose purpose is pipeline validation rather than long-term history retention.
Key Information Stored
Two foreign keys anchor the table to the Configurator core. DEVL_PROJECT_ID references CZ_DEVL_PROJECTS and serves as the principal business-key candidate linking a staging row to its target development project. INTL_TEXT_ID references CZ_INTL_TEXTS and associates internationalized descriptive text with the record. Because CZ_DEVL_PROJECTS supplies the DEVL_PROJECT_ID, that column is the natural join path; no independent surrogate key is documented in the metadata, so DEVL_PROJECT_ID and INTL_TEXT_ID together identify the staging row's relationships.
- DEVL_PROJECT_ID – foreign key to CZ_DEVL_PROJECTS; primary business identifier for the project being imported.
- NAME and VERSION – the project name and version label carried over from the source system.
- ORGANIZATION_ID – owning inventory organization, the standard multi-org partitioning column.
- TOP_ITEM_ID and INVENTORY_ITEM_ID – the model item and its inventory item reference.
- MODEL_ID and MODEL_TYPE – identifies the configuration model and its type.
- GSL_FILENAME – name of the generated or source model file associated with the import.
- EXPLOSION_TYPE and PLAN_LEVEL – BOM explosion and planning-level attributes.
- RUN_ID – groups all rows belonging to one import execution.
- REC_STATUS and DISPOSITION – the import outcome: pending, accepted, or rejected.
- DELETED_FLAG – soft-delete indicator.
- EFF_FROM, EFF_TO, SECURITY_MASK, EFF_MASK – effective-dating and row-level security controls.
- CREATION_DATE, LAST_UPDATE_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_LOGIN – standard Who columns for audit.
Additional flags such as SEEDED_FLAG, PERSISTENT_PROJECT_ID, CHECKOUT_USER, and CONFIG_ENGINE_TYPE support lifecycle and engine-specific behavior during import.
Common Use Cases and Queries
The most frequent operational need is inspecting the outcome of an import batch. Administrators query by RUN_ID and REC_STATUS to find rejected rows and their rejection reason, or to confirm successful promotion into CZ_DEVL_PROJECTS.
- Monitor a specific run:
SELECT devl_project_id, name, rec_status, disposition FROM cz_imp_devl_project WHERE run_id = :run_id; - Isolate rejects:
SELECT * FROM cz_imp_devl_project WHERE rec_status = 'REJECTED'; - Validate promotion: compare staging rows against CZ_DEVL_PROJECTS on DEVL_PROJECT_ID to detect rows that failed to load.
- Purge stale staging data by CRATION_DATE for housekeeping.
- Join to CZ_INTL_TEXTS via INTL_TEXT_ID to retrieve translated descriptions for user-facing error reports.
Related Objects
- CZ_DEVL_PROJECTS – target table; joined on DEVL_PROJECT_ID.
- CZ_INTL_TEXTS – internationalized text; joined on INTL_TEXT_ID.
- CZ_IMP_* companion tables – sibling staging tables for related configurator entities loaded in the same run.
- CZ_CFG_* model tables – downstream consumers of the promoted project definition.
- MTL_SYSTEM_ITEMS_B / MTL_ITEM_REVISIONS – referenced indirectly through TOP_ITEM_ID and INVENTORY_ITEM_ID for item context.
- FND_USER – resolves CREATED_BY/LAST_UPDATED_BY for audit reporting.
-
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_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 ,
-
SYNONYM: APPS.CZ_IMP_DEVL_PROJECT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_DEVL_PROJECT, status:VALID,
-
SYNONYM: APPS.CZ_IMP_DEVL_PROJECT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_DEVL_PROJECT, status:VALID,
-
VIEW: CZ.CZ_IMP_DEVL_PROJECT#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_IMP_DEVL_PROJECT#, status:VALID,
-
VIEW: CZ.CZ_IMP_DEVL_PROJECT#
12.2.2
-
APPS.CZ_IMP_PS_NODE SQL Statements
12.2.2
-
TABLE: CZ.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,
-
TABLE: CZ.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,
-
APPS.CZ_IMP_PS_NODE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_PS_NODE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_PS_NODE, status:VALID,
-
PACKAGE BODY: APPS.OKC_XPRT_IMPORT_CLAUSES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_XPRT_IMPORT_CLAUSES_PVT, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_PS_NODE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_PS_NODE, status:VALID,
-
PACKAGE BODY: APPS.CZ_MODELOPERATIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_MODELOPERATIONS_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKC_XPRT_IMPORT_VARIABLES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_XPRT_IMPORT_VARIABLES_PVT, status:VALID,
-
PACKAGE BODY: APPS.CZ_MODELOPERATIONS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_MODELOPERATIONS_PUB, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_SINGLE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_SINGLE, status:VALID,
-
PACKAGE BODY: APPS.OKC_XPRT_IMPORT_TEMPLATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_XPRT_IMPORT_TEMPLATE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_XPRT_IMPORT_CLAUSES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_XPRT_IMPORT_CLAUSES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_XPRT_IMPORT_VARIABLES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_XPRT_IMPORT_VARIABLES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_XPRT_IMPORT_TEMPLATE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_XPRT_IMPORT_TEMPLATE_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_SINGLE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_SINGLE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CZ_IMP_PS_NODE
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_PS_NODE
12.2.2
-
APPS.CZ_MODELOPERATIONS_PUB SQL Statements
12.1.1
-
APPS.CZ_MODELOPERATIONS_PUB SQL Statements
12.2.2
-
APPS.CZ_IMP_PS_NODE dependencies on CZ_IMP_DEVL_PROJECT
12.1.1
-
APPS.CZ_IMP_SINGLE dependencies on CZ_IMP_DEVL_PROJECT
12.2.2
-
APPS.CZ_MODELOPERATIONS_PUB dependencies on CZ_IMP_DEVL_PROJECT
12.1.1
-
APPS.OKC_XPRT_IMPORT_VARIABLES_PVT dependencies on CZ_IMP_DEVL_PROJECT
12.1.1
-
APPS.OKC_XPRT_IMPORT_CLAUSES_PVT dependencies on CZ_IMP_DEVL_PROJECT
12.2.2
-
APPS.OKC_XPRT_IMPORT_TEMPLATE_PVT dependencies on CZ_IMP_DEVL_PROJECT
12.2.2
-
APPS.OKC_XPRT_IMPORT_CLAUSES_PVT dependencies on CZ_IMP_DEVL_PROJECT
12.1.1
-
APPS.CZ_IMP_SINGLE dependencies on CZ_IMP_DEVL_PROJECT
12.1.1
-
APPS.OKC_XPRT_IMPORT_TEMPLATE_PVT dependencies on CZ_IMP_DEVL_PROJECT
12.1.1
-
APPS.CZ_IMP_PS_NODE dependencies on CZ_IMP_DEVL_PROJECT
12.2.2
-
APPS.OKC_XPRT_IMPORT_VARIABLES_PVT dependencies on CZ_IMP_DEVL_PROJECT
12.2.2
-
APPS.CZ_MODELOPERATIONS_PUB dependencies on CZ_IMP_DEVL_PROJECT
12.2.2
-
TABLE: CZ.CZ_IMP_PS_NODES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_PS_NODES, object_name:CZ_IMP_PS_NODES, status:VALID,
-
TABLE: CZ.CZ_IMP_PS_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_PS_NODES, object_name:CZ_IMP_PS_NODES, status:VALID,