Search Results cz_properties
Overview
The CZ_PROPERTIES table is a core data object within the Oracle E-Business Suite Configurator (CZ) module. It serves as the master repository for all property definitions used in the configuration modeling environment. A property, in this context, is a user-defined attribute that can be assigned to configurable items, components, or features to capture specific characteristics, such as color, material, power rating, or any other descriptive element. This table's primary role is to define the metadata for these properties, establishing them as reusable entities that can be consistently applied across the product configuration model to enable rule-based logic, validation, and user interface display.
Key Information Stored
While the provided metadata does not list specific columns, the structure and foreign key relationships indicate the table's critical components. The central column is PROPERTY_ID, which serves as the unique primary key (CZ_PROPERTIES_PK) for every property definition. Other columns typically found in such a master definition table include the property name (PROPERTY_NAME), data type (e.g., NUMBER, VARCHAR2, DATE), default values, and flags controlling behavior (e.g., required flag, searchable flag). The table essentially holds the blueprint for each property, defining how it is stored, validated, and referenced throughout the configuration model, while the actual instance values for specific items are stored in related child tables.
Common Use Cases and Queries
This table is fundamental for administrative and diagnostic tasks within the Configurator. Common use cases include auditing the complete list of defined properties across all models, troubleshooting configuration rules that reference properties, and generating data dictionaries for configuration models. A typical query would involve joining CZ_PROPERTIES with related tables to analyze property usage. For example, to list all properties and the item types they are assigned to, one might use a query such as:
- SELECT P.PROPERTY_ID, P.PROPERTY_NAME, ITP.ITEM_TYPE_ID FROM CZ_PROPERTIES P, CZ_ITEM_TYPE_PROPERTIES ITP WHERE P.PROPERTY_ID = ITP.PROPERTY_ID;
Another critical scenario involves identifying properties used in expression rules for debugging logic, which would involve joining with CZ_EXPRESSION_NODES on PROPERTY_ID.
Related Objects
As evidenced by the foreign key constraints, CZ_PROPERTIES is a central hub referenced by numerous key Configurator tables. Major related objects include:
- CZ_ITEM_TYPE_PROPERTIES: Links properties to specific item types, defining which attributes are available for a class of configurable components.
- CZ_ITEM_PROPERTY_VALUES: Stores the actual assigned values for properties on specific configured item instances.
- CZ_EXPRESSION_NODES: References properties used within conditional logic and calculation rules of the configuration model.
- CZ_PS_NODES & CZ_PS_PROP_VALS: Reference properties within the runtime configuration session data (PS tables).
- CZ_UI_NODES: References properties for defining user interface behavior, such as the property used to sort option lists (OPTION_SORT_PROPERTY).
-
Table: CZ_PROPERTIES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PROPERTIES, object_name:CZ_PROPERTIES, status:VALID, product: CZ - Configurator , description: Item properties , implementation_dba_data: CZ.CZ_PROPERTIES ,
-
Table: CZ_PROPERTIES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PROPERTIES, object_name:CZ_PROPERTIES, status:VALID, product: CZ - Configurator , description: Item properties , implementation_dba_data: CZ.CZ_PROPERTIES ,
-
View: CZ_NODE_USER_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_USER_PROPERTIES_V, object_name:CZ_NODE_USER_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_USER_PROPERTIES_V ,
-
View: CZ_COMMON_CHILDND_PROPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_COMMON_CHILDND_PROPS_V, object_name:CZ_COMMON_CHILDND_PROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_COMMON_CHILDND_PROPS_V ,
-
View: CZ_COMMON_CHILDND_PROPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_COMMON_CHILDND_PROPS_V, object_name:CZ_COMMON_CHILDND_PROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_COMMON_CHILDND_PROPS_V ,
-
View: CZ_NODE_USER_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_USER_PROPERTIES_V, object_name:CZ_NODE_USER_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_USER_PROPERTIES_V ,
-
Table: CZ_UI_NODES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_NODES, object_name:CZ_UI_NODES, status:VALID, product: CZ - Configurator , description: Describes each UI node , implementation_dba_data: CZ.CZ_UI_NODES ,
-
Table: CZ_UI_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_NODES, object_name:CZ_UI_NODES, status:VALID, product: CZ - Configurator , description: Describes each UI node , implementation_dba_data: CZ.CZ_UI_NODES ,
-
Table: CZ_PS_PROP_VALS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PS_PROP_VALS, object_name:CZ_PS_PROP_VALS, status:VALID, product: CZ - Configurator , description: Project node property values , implementation_dba_data: CZ.CZ_PS_PROP_VALS ,
-
Table: CZ_ITEM_TYPE_PROPERTIES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_TYPE_PROPERTIES, object_name:CZ_ITEM_TYPE_PROPERTIES, status:VALID, product: CZ - Configurator , description: Item properties by item types , implementation_dba_data: CZ.CZ_ITEM_TYPE_PROPERTIES ,
-
Table: CZ_ITEM_PROPERTY_VALUES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_PROPERTY_VALUES, object_name:CZ_ITEM_PROPERTY_VALUES, status:VALID, product: CZ - Configurator , description: Item property values , implementation_dba_data: CZ.CZ_ITEM_PROPERTY_VALUES ,
-
View: CZ_ITEM_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_PROPERTIES_V, object_name:CZ_ITEM_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_ITEM_PROPERTIES_V ,
-
Table: CZ_IMP_PROPERTY
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_PROPERTY, object_name:CZ_IMP_PROPERTY, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_PROPERTIES , implementation_dba_data: CZ.CZ_IMP_PROPERTY ,
-
Table: CZ_IMP_PROPERTY
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_PROPERTY, object_name:CZ_IMP_PROPERTY, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_PROPERTIES , implementation_dba_data: CZ.CZ_IMP_PROPERTY ,
-
Table: CZ_ITEM_TYPE_PROPERTIES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_TYPE_PROPERTIES, object_name:CZ_ITEM_TYPE_PROPERTIES, status:VALID, product: CZ - Configurator , description: Item properties by item types , implementation_dba_data: CZ.CZ_ITEM_TYPE_PROPERTIES ,
-
Table: CZ_ITEM_PROPERTY_VALUES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ITEM_PROPERTY_VALUES, object_name:CZ_ITEM_PROPERTY_VALUES, status:VALID, product: CZ - Configurator , description: Item property values , implementation_dba_data: CZ.CZ_ITEM_PROPERTY_VALUES ,
-
Table: CZ_PS_PROP_VALS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PS_PROP_VALS, object_name:CZ_PS_PROP_VALS, status:VALID, product: CZ - Configurator , description: Project node property values , implementation_dba_data: CZ.CZ_PS_PROP_VALS ,
-
View: CZ_ITEM_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_PROPERTIES_V, object_name:CZ_ITEM_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_ITEM_PROPERTIES_V ,
-
View: CZ_ITEM_PROPERTY_POP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_PROPERTY_POP_V, object_name:CZ_ITEM_PROPERTY_POP_V, status:VALID, product: CZ - Configurator , description: Populator view - from Properties , implementation_dba_data: APPS.CZ_ITEM_PROPERTY_POP_V ,
-
Table: CZ_EXPRESSION_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EXPRESSION_NODES, object_name:CZ_EXPRESSION_NODES, status:VALID, product: CZ - Configurator , description: Expression contents in a tree or sequential "un-parsed" node order , implementation_dba_data: CZ.CZ_EXPRESSION_NODES ,
-
View: CZ_ITEM_ITEMPROPVALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_ITEMPROPVALS_V, object_name:CZ_ITEM_ITEMPROPVALS_V, status:VALID, product: CZ - Configurator , description: Property values attached to items , implementation_dba_data: APPS.CZ_ITEM_ITEMPROPVALS_V ,
-
Table: CZ_EXPRESSION_NODES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_EXPRESSION_NODES, object_name:CZ_EXPRESSION_NODES, status:VALID, product: CZ - Configurator , description: Expression contents in a tree or sequential "un-parsed" node order , implementation_dba_data: CZ.CZ_EXPRESSION_NODES ,
-
View: CZ_ITEM_ITEMPROPVALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_ITEMPROPVALS_V, object_name:CZ_ITEM_ITEMPROPVALS_V, status:VALID, product: CZ - Configurator , description: Property values attached to items , implementation_dba_data: APPS.CZ_ITEM_ITEMPROPVALS_V ,
-
View: CZ_ITEM_PROPERTY_POP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_ITEM_PROPERTY_POP_V, object_name:CZ_ITEM_PROPERTY_POP_V, status:VALID, product: CZ - Configurator , description: Populator view - from Properties , implementation_dba_data: APPS.CZ_ITEM_PROPERTY_POP_V ,
-
View: CZ_PROPERTY_PICKER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PROPERTY_PICKER_V, object_name:CZ_PROPERTY_PICKER_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PROPERTY_PICKER_V ,
-
View: CZ_PROPERTY_PICKER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PROPERTY_PICKER_V, object_name:CZ_PROPERTY_PICKER_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PROPERTY_PICKER_V ,
-
Table: CZ_PS_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PS_NODES, object_name:CZ_PS_NODES, status:VALID, product: CZ - Configurator , description: Project structure nodes , implementation_dba_data: CZ.CZ_PS_NODES ,
-
Table: CZ_PS_NODES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PS_NODES, object_name:CZ_PS_NODES, status:VALID, product: CZ - Configurator , description: Project structure nodes , implementation_dba_data: CZ.CZ_PS_NODES ,
-
View: CZ_PSNODE_PROPVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_PROPVAL_V, object_name:CZ_PSNODE_PROPVAL_V, status:VALID, product: CZ - Configurator , description: Lists all properties and values associated with psnodes , implementation_dba_data: APPS.CZ_PSNODE_PROPVAL_V ,
-
View: CZ_PSNODE_PROPVAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_PROPVAL_V, object_name:CZ_PSNODE_PROPVAL_V, status:VALID, product: CZ - Configurator , description: Lists all properties and values associated with psnodes , implementation_dba_data: APPS.CZ_PSNODE_PROPVAL_V ,
-
View: CZ_REPOSITORY_MAIN_HGRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_REPOSITORY_MAIN_HGRID_V, object_name:CZ_REPOSITORY_MAIN_HGRID_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_REPOSITORY_MAIN_HGRID_V ,
-
View: CZ_RULE_EXPRESSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RULE_EXPRESSION_V, object_name:CZ_RULE_EXPRESSION_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_RULE_EXPRESSION_V ,
-
View: CZ_RULE_EXPRESSION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RULE_EXPRESSION_V, object_name:CZ_RULE_EXPRESSION_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_RULE_EXPRESSION_V ,
-
View: CZ_REPOSITORY_MAIN_HGRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_REPOSITORY_MAIN_HGRID_V, object_name:CZ_REPOSITORY_MAIN_HGRID_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_REPOSITORY_MAIN_HGRID_V ,
-
View: CZ_NODE_ALL_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_ALL_PROPERTIES_V, object_name:CZ_NODE_ALL_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_ALL_PROPERTIES_V ,
-
View: CZ_NODE_ALL_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_ALL_PROPERTIES_V, object_name:CZ_NODE_ALL_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_ALL_PROPERTIES_V ,