[Home] [Help]
[Dependency Information]
| Object Name: | CZ_PARENT_CHILD_RELS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.CZ_PARENT_CHILD_RELS_V
|
| Subobject Name: | |
| Status: | VALID |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 SUBJECT_TYPE
, OBJECT_TYPE
, REL_TYPE_CODE
, DELETED_FLAG
, SEEDED_FLAG
FROM APPS.CZ_PARENT_CHILD_RELS_V;
APPS
CZ_TYPE_RELATIONSHIPS
APPS
CZ_LAYOUTREGIONS_LKV
CZ_LISTLAYOUTREGIONS_LKV
CZ_MSGLISTLAYOUTREGIONS_LKV
CZ_NODELISTLAYOUTREGIONS_LKV
CZ_OTHERCONTENT_LKV
CZ_PAGE_ELEMENT_CHILDREN_CV
CZ_PAGE_ELEMENT_CHILDREN_V
CZ_SIMPLECONTROLS_LKV
CZ_VALID_RESULT_TYPES_V
|
|
|
|