Search Results config_status
Overview
APPS.CZ_CONFIG_HDRS_V is a reporting and integration view in Oracle E-Business Suite Release 12.1.1 and 12.2.2 that exposes configuration header records managed by the Oracle Configurator and Oracle Configure-to-Order (CTO) modules. It presents configuration headers created against models, including their revision numbers, status, ownership, and associated opportunity or quote context. Because the view applies a fixed filter of WHERE DELETED_FLAG='0', it delivers only logically active configuration headers, shielding consumers from records that have been soft-deleted within the Configurator data model. This makes it the preferred access point for queries, concurrent programs, reports, and interface logic that must reason about "live" configurations rather than the full transactional history retained in the base table.
Underlying Base Objects
The view is owned by APPS and is defined over the synonym CZ_CONFIG_HDRS, which resolves to the underlying Configurator configuration header table. The ETRM metadata identifies CZ_CONFIG_HDRS (SYNONYM) as the single referenced base object. The view is a straightforward projection: it selects a defined set of columns from CZ_CONFIG_HDRS and applies the deleted-flag predicate. It introduces no joins, aggregations, or derived expressions, so its row cardinality is a strict subset of the base table (rows where DELETED_FLAG equals '0'). Consequently, any DML against the view is subject to base-table constraints, and the view should be treated as read-only for reporting purposes.
Key Columns
CONFIG_STATUS— the lifecycle state of the configuration header; this is the attribute most frequently used to segment configurations into draft, active, or completed states.CONFIG_HDR_ID— the primary key of the configuration header, used to join to configuration component and characteristic detail tables.NAMEandDESC_TEXT— the user-facing identifier and description of the configuration.CONFIG_REV_NBRandBASELINE_REV_NBR— the current and baseline revision numbers used to track configuration evolution.COMPONENT_IDandPERSISTENT_COMPONENT_ID— identifiers linking the header to its model component and to the persistent component instance.OPPORTUNITY_HDR_ID— association to the originating opportunity or sales context.MODEL_IDENTIFIER,MODEL_INSTANTIATION_TYPE, andCOMPONENT_INSTANCE_TYPE— model identity and instantiation semantics.CONFIG_DATE_CREATED,USER_ID_CREATED, andUSER_ID_FOR_WHOM_CREATED— creation audit and the end user the configuration was built for.CONFIG_MODEL_LOOKUP_DATEandEFFECTIVE_DATE— temporal markers for model lookup and effectiveness.HAS_FAILURESandMODEL_POST_MIGR_CHG_FLAG— flags indicating configuration validation failures and post-migration changes.DELETED_FLAG— retained in the projection but always '0' under the view's predicate.
Common Use Cases and Queries
The most frequent usage is filtering configurations by status, which aligns directly with the search term "config_status." A typical query retrieves active configuration headers for a model:
SELECT CONFIG_HDR_ID, NAME, CONFIG_STATUS, CONFIG_REV_NBR FROM APPS.CZ_CONFIG_HDRS_V WHERE CONFIG_STATUS = 'ACTIVE';SELECT CONFIG_HDR_ID, NAME, USER_ID_CREATED, CONFIG_DATE_CREATED FROM APPS.CZ_CONFIG_HDRS_V WHERE OPPORTUNITY_HDR_ID = :p_opp_id;SELECT CONFIG_STATUS, COUNT(*) FROM APPS.CZ_CONFIG_HDRS_V GROUP BY CONFIG_STATUS;SELECT CONFIG_HDR_ID, NAME FROM APPS.CZ_CONFIG_HDRS_V WHERE HAS_FAILURES = 'Y';
These patterns support configuration status dashboards, quote-to-order reconciliation, validation-failure monitoring, and interface extracts. Because the view already excludes deleted rows, callers need not add the deletion predicate themselves.
-
VIEW: APPS.CZ_CONFIG_HDRS_V
12.2.2
-
VIEW: APPS.CZ_CONFIG_HDRS_V
12.1.1
-
VIEW: CZ.CZ_CONFIG_HDRS#
12.2.2
-
View: CZ_CONFIG_HDRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_CONFIG_HDRS_V, object_name:CZ_CONFIG_HDRS_V, status:VALID, product: CZ - Configurator , description: Client view of Saved-Configuration headers , implementation_dba_data: APPS.CZ_CONFIG_HDRS_V ,
-
View: CZ_CONFIG_HDRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_CONFIG_HDRS_V, object_name:CZ_CONFIG_HDRS_V, status:VALID, product: CZ - Configurator , description: Client view of Saved-Configuration headers , implementation_dba_data: APPS.CZ_CONFIG_HDRS_V ,
-
VIEW: INV.MTL_DEMAND#
12.2.2
-
APPS.WIP_ATO_UTILS SQL Statements
12.1.1
-
APPS.WIP_ATO_UTILS SQL Statements
12.2.2
-
APPS.INV_RSV_SYNCH SQL Statements
12.1.1
-
APPS.INV_RSV_SYNCH SQL Statements
12.2.2
-
VIEW: CZ.CZ_CONFIG_HDRS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_CONFIG_HDRS#, status:VALID,
-
VIEW: INV.MTL_DEMAND#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_DEMAND#, status:VALID,
-
VIEW: INV.MTL_DEMAND_INTERFACE#
12.2.2
-
APPS.CZ_IB_TSO_GRP SQL Statements
12.1.1
-
APPS.CZ_IB_TSO_GRP SQL Statements
12.2.2
-
VIEW: APPS.CZ_CONFIG_HDRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_CONFIG_HDRS_V, object_name:CZ_CONFIG_HDRS_V, status:VALID,
-
APPS.ASO_CONFIG_OPERATIONS_PVT SQL Statements
12.2.2
-
VIEW: APPS.CZ_CONFIG_HDRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_CONFIG_HDRS_V, object_name:CZ_CONFIG_HDRS_V, status:VALID,
-
APPS.ASO_CONFIG_OPERATIONS_PVT SQL Statements
12.1.1
-
APPS.CZ_CONFIG_API_PVT SQL Statements
12.2.2
-
APPS.CZ_CONFIG_API_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.INV_RSV_SYNCH
12.1.1
-
PACKAGE BODY: APPS.WIP_ATO_UTILS
12.1.1
-
PACKAGE BODY: APPS.WIP_ATO_UTILS
12.2.2
-
PACKAGE BODY: APPS.INV_RSV_SYNCH
12.2.2
-
APPS.BOMPLDCB SQL Statements
12.2.2
-
APPS.BOMPCHDU SQL Statements
12.1.1
-
TABLE: CZ.CZ_CONFIG_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONFIG_HDRS, object_name:CZ_CONFIG_HDRS, status:VALID,
-
TABLE: CZ.CZ_CONFIG_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONFIG_HDRS, object_name:CZ_CONFIG_HDRS, status:VALID,
-
APPS.BOMPLDCB SQL Statements
12.1.1
-
APPS.BOMPCHDU SQL Statements
12.2.2
-
VIEW: INV.MTL_DEMAND_INTERFACE#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_DEMAND_INTERFACE#, status:VALID,
-
VIEW: APPS.MTL_DEMAND_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID,
-
VIEW: APPS.MTL_DEMAND_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID,
-
View: MTL_DEMAND_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEMAND_INTERFACE_V ,
-
View: MTL_DEMAND_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEMAND_INTERFACE_V ,
-
PACKAGE BODY: APPS.BOMPLDCB
12.2.2
-
PACKAGE BODY: APPS.BOMPLDCB
12.1.1
-
TABLE: INV.MTL_DEMAND
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND, object_name:MTL_DEMAND, status:VALID,
-
TABLE: INV.MTL_DEMAND
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND, object_name:MTL_DEMAND, status:VALID,
-
APPS.CSI_ITEM_INSTANCE_PUB SQL Statements
12.2.2
-
APPS.CZ_PSFT_INTEGRATION_PVT SQL Statements
12.1.1
-
APPS.MTL_DEMAND_INTERFACE_PKG SQL Statements
12.1.1
-
APPS.CSI_ITEM_INSTANCE_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BOMPCHDU
12.1.1
-
APPS.CZ_PSFT_INTEGRATION_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.BOMPCHDU
12.2.2
-
APPS.MTL_DEMAND_INTERFACE_PKG SQL Statements
12.2.2
-
TABLE: INV.MTL_DEMAND_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND_INTERFACE, object_name:MTL_DEMAND_INTERFACE, status:VALID,
-
APPS.CZ_IB_TRANSACTIONS SQL Statements
12.1.1