Search Results p_sysprop_ruletype
Overview
APPS.CZ_EXPLNODES_VALUES_EFF_CV is a configuration view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, owned by the APPS schema with FND Design Data reference CZ.CZ_EXPLNODES_VALUES_EFF_CV. Its name follows Oracle's Developer/Configurator conventions: "CV" denotes a configuration view, "EFF" indicates effectivity handling, and "EXPLNODES" reflects its role over the CZ_EXPL structure. The view exposes the flattened, effectivity-filtered result set of model explosion nodes together with their associated property values, presentation attributes, and system property metadata.
Functionally, this object presents a denormalized projection suitable for reporting, concurrent processing, and integration against the Oracle Configurator and generic configuration model data. It joins node-level definitions with property value records and image references so that callers can retrieve a single row per effective node-value combination without navigating the base CZ tables directly. Because it is a view rather than a table, it carries no independent data of its own and reflects the current state of the underlying CZ_ objects at query time.
Underlying Base Objects
The documented dependency list identifies the principal objects the view resolves against:
- CZ_EXPLNODES_IMAGE_EFF_V (VIEW) — supplies image path and alternate-text attributes such as FULL_IMAGE_PATH and ALT_TEXT.
- CZ_PSNODE_PROPVAL_V (VIEW) — supplies property value rows, including INITIAL_VALUE, MINIMUM, MAXIMUM, and the P_* data-type columns.
- CZ_SYSTEM_PROPERTIES_V (VIEW) — provides system property definitions underpinning P_SYSPROP_RULETYPE.
- CZ_DEVELOPER_UTILS_PVT (PACKAGE), CZ_TYPES (PACKAGE), and CZ_UTILS (PACKAGE) — expose PL/SQL functions used to compute node type, detailed type, and relationship semantics.
- CZ_SIGNATURES and CZ_TYPE_RELATIONSHIPS (SYNONYMs) — provide model signature and type-relationship context.
- DUAL (SYNONYM) — supports singleton or scalar evaluations used in the view definition.
Effectivity filtering is applied through EFFECTIVITY_FILTER, EFFECTIVE_FROM, EFFECTIVE_UNTIL, EFFECTIVE_USAGE_MASK, and EFFECTIVITY_SET_ID, which enforce the effective-dated visibility of nodes and values.
Key Columns
The view exposes a broad set of columns:
- PS_NODE_ID / PARENT_ID / EFFECTIVE_PARENT_ID — node identity and hierarchy.
- NAME / TEXT_STR / INTL_TEXT_ID — display name and translatable text linkage.
- PSN_CREATION_DATE / PSN_LAST_UPDATE_DATE — creation and audit timestamps for the underlying property system node.
- INITIAL_VALUE / MINIMUM / MAXIMUM / MINIMUM_SELECTED / MAXIMUM_SELECTED — default value, numeric bounds, and selection cardinality.
- PS_NODE_TYPE / FEATURE_TYPE / DETAILED_TYPE_ID — node classification.
- EFFECTIVE_FROM / EFFECTIVE_UNTIL / EFFECTIVITY_SET_ID / EFFECTIVE_USAGE_MASK — effectivity controls.
- P_DATA_TYPE / P_COLLECTION_FLAG / P_MUTABLE_FLAG / P_SYSPROP_RULETYPE — property data type and behavior flags.
- XPL_VIRTUAL_FLAG / NODE_DISABLED_FLAG / UI_OMIT / NODE_DEPTH / TREE_SEQ — presentation and traversal attributes.
- MODEL_ID / DEVL_PROJECT_ID / PSN_COMPONENT_ID — model, development project, and component association.
Common Use Cases and Queries
Typical uses include auditing node creation timelines, extracting effective property values for a model, and generating integration feeds of configurable node data.
To retrieve nodes by creation date:
SELECT PS_NODE_ID, NAME, PSN_CREATION_DATE FROM APPS.CZ_EXPLNODES_VALUES_EFF_CV WHERE PSN_CREATION_DATE >= SYSDATE - 30;
To list effective values for a specific model:
SELECT NODE_DEPTH, NAME, INITIAL_VALUE, EFFECTIVE_FROM, EFFECTIVE_UNTIL FROM APPS.CZ_EXPLNODES_VALUES_EFF_CV WHERE MODEL_ID = :model_id ORDER BY TREE_SEQ;
To identify disabled or omitted nodes:
SELECT PS_NODE_ID, NAME, NODE_DISABLED_FLAG FROM APPS.CZ_EXPLNODES_VALUES_EFF_CV WHERE NODE_DISABLED_FLAG = 1 OR UI_OMIT = 'Y';
Because the view depends on PL/SQL functions and nested views, queries should be filtered on indexed identifiers such as MODEL_ID or PS_NODE_ID to limit cost.
-
VIEW: APPS.CZ_EXPLNODES_VALUES_EFF_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLNODES_VALUES_EFF_CV, object_name:CZ_EXPLNODES_VALUES_EFF_CV, status:VALID,
-
View: CZ_EXPLNODES_AVAILVALUES_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLNODES_AVAILVALUES_CV, object_name:CZ_EXPLNODES_AVAILVALUES_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_EXPLNODES_AVAILVALUES_CV ,
-
View: CZ_EXPLNODES_AVAILVALUES_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLNODES_AVAILVALUES_CV, object_name:CZ_EXPLNODES_AVAILVALUES_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_EXPLNODES_AVAILVALUES_CV ,
-
View: CZ_EXPLNODES_VALUES_EFF_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLNODES_VALUES_EFF_CV, object_name:CZ_EXPLNODES_VALUES_EFF_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_EXPLNODES_VALUES_EFF_CV ,
-
VIEW: APPS.CZ_EXPLNODES_VALUES_EFF_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLNODES_VALUES_EFF_CV, object_name:CZ_EXPLNODES_VALUES_EFF_CV, status:VALID,
-
View: CZ_EXPLNODES_VALUES_EFF_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLNODES_VALUES_EFF_CV, object_name:CZ_EXPLNODES_VALUES_EFF_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_EXPLNODES_VALUES_EFF_CV ,
-
VIEW: APPS.CZ_EXPLNODES_AVAILVALUES_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLNODES_AVAILVALUES_CV, object_name:CZ_EXPLNODES_AVAILVALUES_CV, status:VALID,
-
VIEW: APPS.CZ_EXPLNODES_AVAILVALUES_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_EXPLNODES_AVAILVALUES_CV, object_name:CZ_EXPLNODES_AVAILVALUES_CV, status:VALID,
-
VIEW: APPS.CZ_EXPLNODES_VALUES_EFF_CV
12.1.1
-
VIEW: APPS.CZ_EXPLNODES_AVAILVALUES_CV
12.1.1
-
VIEW: APPS.CZ_EXPLNODES_AVAILVALUES_CV
12.2.2
-
VIEW: APPS.CZ_EXPLNODES_VALUES_EFF_CV
12.2.2
-
eTRM - CZ Tables and Views
12.1.1
description: Import control table responsible for NOUPDATE flags ,
-
eTRM - CZ Tables and Views
12.2.2
description: Import control table responsible for NOUPDATE flags ,