Search Results sys_prop_rettype_name
Overview
The view APPS.CZ_SIGNATURE_SYSPROPS_V is a configuration and metadata reporting object within the Oracle E-Business Suite (EBS) 12.1.1 / 12.2.2 environment. It resides in the APPS schema and is registered under FND Design Data as CZ.CZ_SIGNATURE_SYSPROPS_V with a status of VALID. The view exposes system property assignments linked to signature definitions used by the Oracle Configurator (CZ) product family — specifically the runtime signature and rule engine that governs model behavior, type relationships, and property-driven configuration logic.
In practical terms, the view flattens the relationship between a detailed signature, its associated system property (sys prop), the attached property signature (PROPATTACH_SIGNATURE_ID), the governing rule, and the runtime return type metadata. This makes it a convenient read-only surface for administrators, developers, and integration specialists who must audit how configuration system properties are bound to signatures without traversing the underlying normalized tables. The user's search term, propattach_signature_id, corresponds directly to the PROPATTACH_SIGNATURE_ID column exposed by this view, confirming that the view is the primary documentation source for that identifier.
Underlying Base Objects
The view is defined over the following documented objects, each contributing a distinct facet of the signature and system-property model:
CZ_DEVL_PROJECTS(SYNONYM) — development project context, referenced through the project identifierP_MODEL_ID.CZ_MODEL_PROP_ENGTYP_COMPAT_V(VIEW) — property/entity-type compatibility, supplying return-type and collection semantics.CZ_RULES(SYNONYM) — the rules that bind a system property to a signature, exposed viaSYS_PROP_RULE_ID.CZ_RULETYPECODES_LKV(VIEW) — rule type code lookup, feedingRULE_TYPE_CODE,RULE_TYPE, andRULE_TYPE_LABEL.CZ_SIGNATURES(SYNONYM) — the signature definitions themselves, both detailed and system-property signatures.CZ_TYPE_RELATIONSHIPS(SYNONYM) — type relationship metadata underpinning signature-to-property linkage.FND_PROFILE(PACKAGE) — profile option resolution used for instance-set and environment context.
The view is itself referenced by CZ_COMMON_CHILDND_SYSPROPS_V and CZ_NODE_ALL_PROPERTIES_V, indicating it serves as a foundational layer for broader node and property aggregation views.
Key Columns
DETAILED_SIGNATURE_ID,DETAILED_SIGNATURE_TYPE,DETAILED_SIGNATURE_NAME— identify the parent detailed signature.SYS_PROP_NAME,SYS_PROP_RETTYPE_NAME,SYS_PROP_RETTYPE_ID— the system property and its return type.PROPATTACH_SIGNATURE_ID,PROPATTACH_SIG_NAME— the property-attached signature; this pair answers the commonpropattach_signature_idlookup.SYS_PROP_RULE_ID,RULE_TYPE_CODE,RULE_TYPE,RULE_TYPE_LABEL— rule association and human-readable labeling.SYS_PROP_SEQ_NBR,SYS_PROP_TOKEN— ordering and tokenization metadata.ALL_NUMERIC_SIGS_FLAG,INSTANCE_SET_FLAG,P_MODEL_ID— qualifying flags and the owning project/model.
Common Use Cases and Queries
Typical usage includes auditing signature-to-property bindings, tracing rule assignments, and resolving property-attached signature identifiers during integration or troubleshooting.
To retrieve all system property assignments for a given property-attached signature:
SELECT DETAILED_SIGNATURE_NAME, SYS_PROP_NAME, PROPATTACH_SIG_NAME, SYS_PROP_SIGNATURE_NAME, RULE_TYPE_LABELFROM APPS.CZ_SIGNATURE_SYSPROPS_VWHERE PROPATTACH_SIGNATURE_ID = :p_attach_sig_id;
To enumerate all properties and their rule types for a model:
SELECT SYS_PROP_SEQ_NBR, SYS_PROP_NAME, SYS_PROP_TOKEN, RULE_TYPE_CODEFROM APPS.CZ_SIGNATURE_SYSPROPS_VWHERE P_MODEL_ID = :p_model_idORDER BY SYS_PROP_SEQ_NBR;
Because the view is read-only and defined in the APPS schema, queries should observe standard EBS security and profile-option context, particularly where FND_PROFILE resolution and INSTANCE_SET_FLAG influence the returned rows.
-
VIEW: APPS.CZ_SIGNATURE_SYSPROPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SIGNATURE_SYSPROPS_V, object_name:CZ_SIGNATURE_SYSPROPS_V, status:VALID,
-
VIEW: APPS.CZ_NODETYPE_SYSPROPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODETYPE_SYSPROPS_V, object_name:CZ_NODETYPE_SYSPROPS_V, status:VALID,
-
VIEW: APPS.CZ_NODETYPE_SYSPROPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODETYPE_SYSPROPS_V, object_name:CZ_NODETYPE_SYSPROPS_V, status:VALID,
-
VIEW: APPS.CZ_SIGNATURE_SYSPROPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SIGNATURE_SYSPROPS_V, object_name:CZ_SIGNATURE_SYSPROPS_V, status:VALID,
-
View: CZ_NODETYPE_SYSPROPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODETYPE_SYSPROPS_V, object_name:CZ_NODETYPE_SYSPROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODETYPE_SYSPROPS_V ,
-
View: CZ_NODETYPE_SYSPROPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODETYPE_SYSPROPS_V, object_name:CZ_NODETYPE_SYSPROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODETYPE_SYSPROPS_V ,
-
VIEW: APPS.CZ_NODETYPE_SYSPROPS_V
12.2.2
-
View: CZ_SIGNATURE_SYSPROPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SIGNATURE_SYSPROPS_V, object_name:CZ_SIGNATURE_SYSPROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_SIGNATURE_SYSPROPS_V ,
-
View: CZ_SIGNATURE_SYSPROPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SIGNATURE_SYSPROPS_V, object_name:CZ_SIGNATURE_SYSPROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_SIGNATURE_SYSPROPS_V ,
-
VIEW: APPS.CZ_NODETYPE_SYSPROPS_V
12.1.1
-
VIEW: APPS.CZ_SIGNATURE_SYSPROPS_V
12.1.1
-
VIEW: APPS.CZ_SIGNATURE_SYSPROPS_V
12.2.2
-
eTRM - CZ Tables and Views
12.2.2
description: Import control table responsible for NOUPDATE flags ,
-
eTRM - CZ Tables and Views
12.1.1
description: Import control table responsible for NOUPDATE flags ,