[Home] [Help]
[Dependency Information]
| Object Name: | CZ_CX_EVENT_DEFS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.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).
| 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 |
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;
APPS
CZ_DEVL_PROJECTS
CZ_MODEL_PROP_ENGTYP_COMPAT_V
CZ_SIGNATURES
FND_PROFILE
- show dependent code
APPS
CZ_CX_EVENT_PARAMS_V
|
|
|
|