Search Results cz_signatures
Overview
CZ_SIGNATURES is a Configurator (CZ) module table in Oracle E-Business Suite, owned by the CZ schema. Its documented description is a data type specification table. In the Configurator architecture, this object defines the signature metadata used to describe the arguments, data types, and behavioral characteristics of functions and methods invoked within the configuration engine. Each signature record specifies how a rule or programmatic procedure expects its inputs to be typed and constrained, thereby supporting the runtime evaluation and validation of configuration rules.
The table is present in both 12.1.1 and 12.2.2 environments and is marked VALID. In 12.2.2 it carries the ZD_EDITION_NAME column, reflecting the editioning/online patching model. The metadata carries a heuristic Data Vault classification of standalone, meaning no upstream foreign key dependencies were mined. From a modeling suggestion perspective, CZ_SIGNATURES most closely resembles a hub whose business key is the signature identity combined with edition context; it functions as a reference entity that other rule and e-signature tables point to, rather than a transactional link or satellite.
Key Information Stored
The table contains 21 documented columns. The most significant include:
- SIGNATURE_ID — surrogate primary key, defined by CZ_SIGNATURES_PK and additionally part of the composite PK with ZD_EDITION_NAME in 12.2.2.
- NAME and DESCRIPTION — human-readable identification of the signature.
- SIGNATURE_TYPE — categorizes the signature, and forms part of the business-key candidate index CZ_SIGNATURES_U1 with DELETED_FLAG and SIGNATURE_ID.
- DATA_TYPE and JAVA_DATA_TYPE — the Configurator data type and its Java counterpart.
- ARGUMENT_COUNT — number of arguments the signature expects.
- TOP_LEVEL_CONSTRAINT_FLAG and COLLECTION_FLAG — indicate structural constraints over arguments.
- MUTABLE_FLAG and EVENT_BINDING_SCOPE — behavioral attributes governing mutability and event scope.
- CONFIG_ENGINE_TYPE and ORIG_SYS_REF — engine classification and source-system reference.
- SEEDED_FLAG and DELETED_FLAG — Oracle-seeded versus user-defined, and soft-delete status.
- ZD_EDITION_NAME — edition discriminator in 12.2.2.
- Standard audit columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include diagnosing rule failures, auditing seeded versus custom signatures, and reporting on Configurator rule bindings. A representative query listing active user-defined signatures follows:
SELECT s.SIGNATURE_ID, s.NAME, s.SIGNATURE_TYPE, s.DATA_TYPE, s.ARGUMENT_COUNT FROM CZ.CZ_SIGNATURES s WHERE s.DELETED_FLAG = 'N' AND s.SEEDED_FLAG = 'N' ORDER BY s.NAME;- Joining to CZ_RULES to list rules per signature:
... FROM CZ.CZ_SIGNATURES s JOIN CZ.CZ_RULES r ON r.SIGNATURE_ID = s.SIGNATURE_ID; - Edition-aware filtering in 12.2.2 using ZD_EDITION_NAME.
Related Objects
- CZ_RULES — joins on SIGNATURE_ID; rules referencing a signature definition.
- CZ_IMP_RULES — joins on SIGNATURE_ID; imported/derived rule records.
- EDR_ESIGNATURES — joins on SIGNATURE_ID; electronic signature definitions.
- EDR_PSIG_DETAILS — joins on SIGNATURE_ID; parameter signature detail rows.
- EDR_PSIG_SIGN_PARAMS_B — joins on SIGNATURE_ID; parameter signature bindings.
These foreign keys confirm CZ_SIGNATURES as a central reference entity shared across Configurator rule and e-signature subsystems.
-
Table: CZ_SIGNATURES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_SIGNATURES, object_name:CZ_SIGNATURES, status:VALID, product: CZ - Configurator , description: Data type specification table , implementation_dba_data: CZ.CZ_SIGNATURES ,
-
Table: CZ_SIGNATURES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_SIGNATURES, object_name:CZ_SIGNATURES, status:VALID, product: CZ - Configurator , description: Data type specification table , implementation_dba_data: CZ.CZ_SIGNATURES ,
-
VIEW: APPS.CZ_NODETYPE_JAVASYSPROPS_V
12.2.2
-
VIEW: APPS.CZ_NODETYPE_SYSPROPS_V
12.2.2
-
VIEW: APPS.CZ_NODETYPE_SYSPROPS_V
12.1.1
-
VIEW: APPS.CZ_PAGE_ELEMENT_CHILDREN_CV
12.2.2
-
VIEW: APPS.CZ_NODETYPE_JAVASYSPROPS_V
12.1.1
-
View: CZ_PAGE_ELEMENT_CHILDREN_CV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PAGE_ELEMENT_CHILDREN_CV, object_name:CZ_PAGE_ELEMENT_CHILDREN_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PAGE_ELEMENT_CHILDREN_CV ,
-
VIEW: APPS.CZ_SIGNATURE_INFO_V
12.2.2
-
VIEW: APPS.CZ_PAGE_ELEMENT_CHILDREN_CV
12.1.1
-
VIEW: APPS.CZ_SIGNATURE_SYSPROPS_V
12.1.1
-
VIEW: APPS.CZ_SIGNATURE_INFO_V
12.1.1
-
VIEW: APPS.CZ_DATA_SUBTYPES_V
12.1.1
-
VIEW: APPS.CZ_DATA_SUBTYPES_V
12.2.2
-
VIEW: APPS.CZ_PSNODETYPE_IMAGES_V
12.1.1
-
VIEW: APPS.CZ_SIGNATURE_SYSPROPS_V
12.2.2
-
VIEW: APPS.CZ_PSNODETYPE_IMAGES_V
12.2.2
-
VIEW: APPS.CZ_DATA_TYPES_V
12.1.1
-
VIEW: CZ.CZ_SIGNATURES#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_SIGNATURES#, status:VALID,
-
View: CZ_NODETYPE_JAVASYSPROPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODETYPE_JAVASYSPROPS_V, object_name:CZ_NODETYPE_JAVASYSPROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODETYPE_JAVASYSPROPS_V ,
-
VIEW: APPS.CZ_JAVA_DATA_TYPES_V
12.2.2
-
VIEW: APPS.CZ_SESSIONITEM_BINDINFO_V
12.1.1
-
VIEW: APPS.CZ_SESSIONITEM_BINDINFO_V
12.2.2
-
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_PAGE_ELEMENT_CHILDREN_CV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PAGE_ELEMENT_CHILDREN_CV, object_name:CZ_PAGE_ELEMENT_CHILDREN_CV, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PAGE_ELEMENT_CHILDREN_CV ,
-
View: CZ_NODETYPE_JAVASYSPROPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODETYPE_JAVASYSPROPS_V, object_name:CZ_NODETYPE_JAVASYSPROPS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODETYPE_JAVASYSPROPS_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: CZ_SIGNATURE_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_SIGNATURE_INFO_V, object_name:CZ_SIGNATURE_INFO_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_SIGNATURE_INFO_V ,
-
SYNONYM: APPS.CZ_SIGNATURES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_SIGNATURES, status:VALID,
-
VIEW: APPS.CZ_UI_TEMPLATE_TYPES_V
12.2.2
-
VIEW: APPS.CZ_DATA_TYPES_V
12.2.2
-
TRIGGER: APPS.CZ_SIGNATURES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_SIGNATURES+, status:VALID,
-
VIEW: APPS.CZ_NODE_ALL_PROPERTIES_V
12.2.2
-
VIEW: APPS.CZ_NODE_ALL_PROPERTIES_V
12.1.1
-
VIEW: APPS.CZ_JAVA_DATA_TYPES_V
12.1.1
-
View: CZ_DATA_SUBTYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_DATA_SUBTYPES_V, object_name:CZ_DATA_SUBTYPES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_DATA_SUBTYPES_V ,
-
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_UIELEMENT_IMAGES_V
12.1.1
-
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 ,
-
View: CZ_PSNODETYPE_IMAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODETYPE_IMAGES_V, object_name:CZ_PSNODETYPE_IMAGES_V, status:VALID, product: CZ - Configurator , description: CZ_PSNODETYPE_IMAGES_V is used to associate every specific type of psnode with the icon used to depict it. , implementation_dba_data: APPS.CZ_PSNODETYPE_IMAGES_V ,
-
View: CZ_PSNODETYPE_IMAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODETYPE_IMAGES_V, object_name:CZ_PSNODETYPE_IMAGES_V, status:VALID, product: CZ - Configurator , description: CZ_PSNODETYPE_IMAGES_V is used to associate every specific type of psnode with the icon used to depict it. , implementation_dba_data: APPS.CZ_PSNODETYPE_IMAGES_V ,
-
VIEW: APPS.CZ_COMPAT_TEMPL_SIGS_V
12.1.1
-
VIEW: APPS.CZ_UIELEMENT_IMAGES_V
12.2.2
-
VIEW: APPS.CZ_UI_TEMPLATE_TYPES_V
12.1.1
-
VIEW: APPS.CZ_COMPAT_TEMPL_SIGS_V
12.2.2
-
VIEW: APPS.CZ_CX_EVENT_DEFS_V
12.1.1
-
VIEW: APPS.CZ_EVENTTYPES_LKV
12.1.1
-
VIEW: APPS.CZ_EVENTTYPES_LKV
12.2.2
-
VIEW: APPS.CZ_SYSTEM_PROPERTIES_V
12.2.2