[Home] [Help]
[Dependency Information]
| Object Name: | CZ_CONVERSION_RELS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.CZ_CONVERSION_RELS_V
|
| Subobject Name: | |
| Status: | VALID |
This view lists all of the subtype ('CNV') relationships between Configurator signatures/data types.
| 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 |
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;
APPS
CZ_TYPE_RELATIONSHIPS
APPS
CZ_CX_EVENT_PARAMS_V
CZ_CX_SYSTEM_PARAMS_V
CZ_DEVELOPER_UTILS_PVT
- show dependent code
CZ_FCE_COMPILE
- show dependent code
CZ_LOGIC_GEN
- show dependent code
CZ_NODETYPE_PROPERTIES_V
CZ_NODE_JAVA_PROPERTIES_V
CZ_NODE_NO_PROPERTIES_V
CZ_NODE_RULE_PROPERTIES_V
|
|
|
|