Search Results effectivity
The CZ_EFFECTIVITY_SETS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Configurator module, which is part of the Oracle Advanced Pricing and Oracle Configurator suite. This table stores effectivity sets, which define the conditions under which specific configuration rules, components, or options become active or inactive in a product configuration. Effectivity sets are essential for managing product variability, time-based rules, and market-specific constraints in complex configurable products.
Purpose and Functionality:
The primary purpose of the CZ_EFFECTIVITY_SETS table is to associate effectivity rules with configurable items, allowing businesses to control product configurations based on dates, geographic regions, customer segments, or other business criteria. Each record in this table represents an effectivity set, which can be linked to configuration models, rules, or UI properties. The table acts as a bridge between high-level business rules and their technical implementation in the Configurator runtime engine.
Key Columns and Structure:
The table includes columns such as:
- EFFECTIVITY_SET_ID: Primary key identifier for the effectivity set.
- NAME: User-defined name for the effectivity set.
- DESCRIPTION: Optional description of the effectivity set's purpose.
- EFFECTIVE_FROM and EFFECTIVE_TO: Date range during which the effectivity set is active.
- DELETED_FLAG: Soft delete indicator for the record.
- CREATION_DATE, LAST_UPDATE_DATE: Audit columns tracking record changes.
Integration with Other Configurator Tables:
The CZ_EFFECTIVITY_SETS table integrates with:
- CZ_RULES: Associates effectivity conditions with configuration rules.
- CZ_UI_DEFS: Controls UI element visibility based on effectivity.
- CZ_MODELS: Applies effectivity at the model level for entire product families.
- CZ_EFFECTIVITY_CRITERIA: Stores detailed condition expressions for each set.
Implementation Considerations:
When implementing effectivity sets in Oracle EBS 12.x:
- Effectivity sets require careful planning during product modeling to avoid conflicting rules.
- Performance tuning may be needed for configurations with hundreds of effectivity rules.
- The table is typically accessed through Oracle Configurator APIs rather than direct SQL.
- Effectivity sets should be validated using Oracle's Configurator Debugger before deployment.
Upgrade Implications:
Between EBS 12.1.1 and 12.2.2, the core structure of CZ_EFFECTIVITY_SETS remains consistent, but later versions may include:
- Enhanced support for complex date effectivity patterns
- Improved indexing for faster configuration evaluation
- Tighter integration with Oracle Pricing's qualifier engine
In summary, the CZ_EFFECTIVITY_SETS table is a foundational element of Oracle's Configurator architecture, enabling businesses to implement sophisticated product configuration policies that respond dynamically to market conditions, temporal constraints, and customer requirements. Its proper use is essential for maintaining accurate, rules-driven product configurations across the enterprise.
-
Lookup Type: CZEFFECTIVITYFILTER
12.2.2
product: CZ - Configurator , meaning: Effectivity Filter , description: Effectivity Filter Criteria ,
-
Lookup Type: CZEFFECTIVITYFILTER
12.1.1
product: CZ - Configurator , meaning: Effectivity Filter , description: Effectivity Filter Criteria ,
-
Lookup Type: CZ_USAGE_EFFECTIVITY
12.1.1
product: CZ - Configurator , meaning: Usage , description: The contents of the Usage effectivity ,
-
Lookup Type: CZ_USAGE_EFFECTIVITY
12.2.2
product: CZ - Configurator , meaning: Usage , description: The contents of the Usage effectivity ,
-
Table: CZ_EFFECTIVITY_SETS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EFFECTIVITY_SETS, object_name:CZ_EFFECTIVITY_SETS, status:VALID, product: CZ - Configurator , description: Table lists named/shared effectivities for reference by effectivity-governed tables. , implementation_dba_data: CZ.CZ_EFFECTIVITY_SETS ,
-
Table: CZ_EFFECTIVITY_SETS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EFFECTIVITY_SETS, object_name:CZ_EFFECTIVITY_SETS, status:VALID, product: CZ - Configurator , description: Table lists named/shared effectivities for reference by effectivity-governed tables. , implementation_dba_data: CZ.CZ_EFFECTIVITY_SETS ,