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


VIEW: APPS.CZ_CONVERSION_RELS_V

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


This view lists all of the subtype ('CNV') relationships between Configurator signatures/data types.


[View Source]

Columns
Name Datatype Length Mandatory Comments
REL_ID ROWID (10)
SUBJECT_TYPE NUMBER
Yes
OBJECT_TYPE NUMBER
Yes
REL_TYPE_CODE VARCHAR2 (3) Yes 'CNV' – implicit data type conversion; 'SYS' – intrinsic association of system property to (node) type; 'CHL' object type is allowable child or member of subject type
DELETED_FLAG VARCHAR2 (1) Yes
SEEDED_FLAG VARCHAR2 (1) Yes '1' indicates this is a seeded expr node
Query Text

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


SELECT REL_ID
,      SUBJECT_TYPE
,      OBJECT_TYPE
,      REL_TYPE_CODE
,      DELETED_FLAG
,      SEEDED_FLAG
FROM APPS.CZ_CONVERSION_RELS_V;

Dependencies

[top of page]

APPS.CZ_CONVERSION_RELS_V references the following:

SchemaAPPS
SynonymCZ_TYPE_RELATIONSHIPS
APPS.CZ_CONVERSION_RELS_V is referenced by following:

SchemaAPPS
ViewCZ_CX_EVENT_PARAMS_V
ViewCZ_CX_SYSTEM_PARAMS_V
Package BodyCZ_DEVELOPER_UTILS_PVT - show dependent code
Package BodyCZ_FCE_COMPILE - show dependent code
Package BodyCZ_LOGIC_GEN - show dependent code
ViewCZ_NODETYPE_PROPERTIES_V
ViewCZ_NODE_JAVA_PROPERTIES_V
ViewCZ_NODE_NO_PROPERTIES_V
ViewCZ_NODE_RULE_PROPERTIES_V