DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CZ_CX_EVENT_DEFS_V

Object Details
Object Name: CZ_CX_EVENT_DEFS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_CX_EVENT_DEFS_V
Subobject Name:
Status: VALID


CZ_CX_EVENT_DEFS_V lists all the Configurator Signatures for events that can trigger the execution of a Configurator Extension. A P_MODEL_ID condition must be used in every query against this view, for proper result cardinality and filtering by configurator engine type (Original, Fusion).


[View Source]

Columns
Name Datatype Length Mandatory Comments
SIGNATURE_ID NUMBER
Yes PK
NAME VARCHAR2 (30)
Name of the signature
DESCRIPTION VARCHAR2 (2000)
EVENT_BINDING_SCOPE NUMBER

When signature_type is EVT, this bitfield defines the allowed execution scopes for the event type:
SIGNATURE_TYPE VARCHAR2 (3) Yes Allowable values are 'TPL' (template),'PDT' (data type?), 'EVT' (event)
DELETED_FLAG VARCHAR2 (1) Yes Other values are reserved
SEEDED_FLAG VARCHAR2 (1) Yes '1' indicates this is a seeded expr node
P_MODEL_ID NUMBER (15) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SIGNATURE_ID
,      NAME
,      DESCRIPTION
,      EVENT_BINDING_SCOPE
,      SIGNATURE_TYPE
,      DELETED_FLAG
,      SEEDED_FLAG
,      P_MODEL_ID
FROM APPS.CZ_CX_EVENT_DEFS_V;

Dependencies

[top of page]

APPS.CZ_CX_EVENT_DEFS_V references the following:

SchemaAPPS
SynonymCZ_DEVL_PROJECTS
ViewCZ_MODEL_PROP_ENGTYP_COMPAT_V
SynonymCZ_SIGNATURES
PL/SQL PackageFND_PROFILE - show dependent code
APPS.CZ_CX_EVENT_DEFS_V is referenced by following:

SchemaAPPS
ViewCZ_CX_EVENT_PARAMS_V