Search Results p_page_element_type
Overview
The view APPS.CZ_NODES_FOR_UIELEMS_EFF_CV is a configuration-management database object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Oracle Configurator (CZ) schema. It exposes the effective-dated hierarchy of configuration model nodes as they are presented to user-interface elements. The name components indicate its purpose: "NODES_FOR_UIELEMS" (nodes rendered for UI elements), "EFF" (effective-dated), and "CV" (a custom or covered view). The view is owned by APPS and is consumed by Configurator runtime and administrative screens that render the model tree in the user interface, particularly those that drive the guided-selling and configuration pages exposed to end users.
Its central role is to resolve which model nodes are available, how they nest, and which page element type (signature) governs each node's presentation. The column alias p_page_element_type — the very term the user searched for — is a derived column that carries the signature identifier for the page element type associated with a given configuration node. This makes the view a critical integration point between the model definition layer and the UI rendering layer.
Underlying Base Objects
Per ETRM metadata for 12.2.2, the view is defined over the following documented base objects:
CZ_EXPLNODES_IMAGE_EFF_V(VIEW) — supplies the effective-dated expanded node image, aliased asCZEXPLIMGVin the view text. Nearly all projected node attributes originate here.CZ_SIGNATURES(SYNONYM) — provides the signature identifier resolved intop_page_element_type.CZ_PDT_2_PGE_RELS_V(VIEW) — the product-definition-type-to-page-element-type relationship view used in the correlated subquery that computesnode_disabled_flag.CZ_TYPE_RELATIONSHIPS(SYNONYM) — joins withCZ_PDT_2_PGE_RELS_Vto detect conversion (REL_TYPE_CODE = 'CNV') relationships.CZ_TYPES(PACKAGE) — suppliesGET_UI_SIGNATURE_ID, the function that derives the UI signature from node attributes.CZ_UTILSandCZ_DEVELOPER_UTILS_PVT(PACKAGES) — supporting utility packages referenced by the definition.DUAL(SYNONYM) — used in theEXISTS/COUNT(*)construct that produces the disabled-node flag.
Key Columns
PS_NODE_ID,PERSISTENT_NODE_ID— identifiers for the model node.NAME,INTL_TEXT_ID,FULL_IMAGE_PATH,ALT_TEXT,TEXT_STR— presentation attributes used to render the node in the UI.PARENT_ID,PARENT_EXPL_NODE_ID,PARENT_PSNODE_EXPL_ID,EFFECTIVE_PARENT_ID,NODE_DEPTH,TREE_SEQ— hierarchical structure and ordering information.MINIMUM,MAXIMUM,MINIMUM_SELECTED,MAXIMUM_SELECTED,FEATURE_TYPE,COUNTED_OPTIONS_FLAG— cardinality and option-selection constraints.EFFECTIVE_FROM,EFFECTIVE_UNTIL,EFFECTIVITY_SET_ID,EFFECTIVITY_FILTER,EFFECTIVE_USAGE_MASK— effective-dating controls that determine node visibility for a given configuration context.p_page_element_type— the derived signature identifier (pgesig.signature_id) that maps the node to its page element type.node_disabled_flag— computed expression returning 1 when the node is disabled for the page element type, 0 otherwise.UI_OMIT,INSTANTIABLE_FLAG,XPL_VIRTUAL_FLAG,PS_NODE_TYPE— flags controlling UI visibility and node behavior.
Common Use Cases and Queries
Typical usages include diagnosing which nodes render for a given page element type, locating disabled nodes, and validating effective-date coverage before publishing a model.
SELECT ps_node_id, name, p_page_element_type, node_disabled_flag FROM apps.cz_nodes_for_uielements_eff_cv WHERE p_page_element_type = :signature_id AND node_disabled_flag = 0 ORDER BY tree_seq;
SELECT ps_node_id, name, effective_from, effective_until FROM apps.cz_nodes_for_uielements_eff_cv WHERE TRUNC(SYSDATE) BETWEEN effective_from AND NVL(effective_until, SYSDATE);
These queries support runtime troubleshooting, extension development, and impact analysis whenever page element type definitions or effectivity sets are modified.
-
VIEW: APPS.CZ_NODES_FOR_UIELEMS_EFF_CV
12.2.2
-
View: CZ_PSNODES_FOR_UIELEMS_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODES_FOR_UIELEMS_CV, object_name:CZ_PSNODES_FOR_UIELEMS_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODES_FOR_UIELEMS_CV ,
-
View: CZ_NODES_FOR_UIELEMS_EFF_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODES_FOR_UIELEMS_EFF_CV, object_name:CZ_NODES_FOR_UIELEMS_EFF_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODES_FOR_UIELEMS_EFF_CV ,
-
View: CZ_NODES_FOR_UIELEMS_EFF_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODES_FOR_UIELEMS_EFF_CV, object_name:CZ_NODES_FOR_UIELEMS_EFF_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODES_FOR_UIELEMS_EFF_CV ,
-
View: CZ_PSNODES_FOR_UIELEMS_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODES_FOR_UIELEMS_CV, object_name:CZ_PSNODES_FOR_UIELEMS_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODES_FOR_UIELEMS_CV ,
-
VIEW: APPS.CZ_PSNODES_FOR_UIELEMS_CV
12.1.1
-
VIEW: APPS.CZ_PSNODES_FOR_UIELEMS_CV
12.2.2
-
VIEW: APPS.CZ_PSNODES_FOR_UIELEMS_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODES_FOR_UIELEMS_CV, object_name:CZ_PSNODES_FOR_UIELEMS_CV, status:VALID,
-
VIEW: APPS.CZ_NODES_FOR_UIELEMS_EFF_CV
12.1.1
-
VIEW: APPS.CZ_PSNODES_FOR_UIELEMS_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODES_FOR_UIELEMS_CV, object_name:CZ_PSNODES_FOR_UIELEMS_CV, status:VALID,
-
VIEW: APPS.CZ_NODES_FOR_UIELEMS_EFF_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODES_FOR_UIELEMS_EFF_CV, object_name:CZ_NODES_FOR_UIELEMS_EFF_CV, status:VALID,
-
VIEW: APPS.CZ_NODES_FOR_UIELEMS_EFF_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODES_FOR_UIELEMS_EFF_CV, object_name:CZ_NODES_FOR_UIELEMS_EFF_CV, status:VALID,
-
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 ,