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


VIEW: APPS.CZ_CX_EVENT_PARAMS_V

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


CZ_CX_EVENT_PARAMS_V lists the named parameters on events that can trigger the execution of Configurator Extensions with the types and subtypes that are compatible with those parameters. 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
EVENT_SIGNATURE_ID NUMBER
Yes
ARGUMENT_INDEX NUMBER
Yes
NAME VARCHAR2 (30) Yes
DATA_TYPE NUMBER
Yes
MUTABLE_FLAG VARCHAR2 (1) Yes
COLLECTION_FLAG VARCHAR2 (1)
P_MODEL_ID NUMBER (15) Yes
Query Text

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


SELECT EVENT_SIGNATURE_ID
,      ARGUMENT_INDEX
,      NAME
,      DATA_TYPE
,      MUTABLE_FLAG
,      COLLECTION_FLAG
,      P_MODEL_ID
FROM APPS.CZ_CX_EVENT_PARAMS_V;

Dependencies

[top of page]

APPS.CZ_CX_EVENT_PARAMS_V references the following:

SchemaAPPS
ViewCZ_CONVERSION_RELS_V
ViewCZ_CX_EVENT_DEFS_V
SynonymCZ_SIGNATURE_ARGUMENTS
PL/SQL PackageFND_PROFILE - show dependent code
APPS.CZ_CX_EVENT_PARAMS_V is referenced by following:

SchemaAPPS
Package BodyCZ_DEVELOPER_UTILS_PVT - show dependent code