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


VIEW: APPS.CZ_COMMON_CHILDND_PROPS_V

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


CZ_COMMON_CHILDND_PROPS_V lists each model node along with the names and IDs of all user properties that are shared among all the node's child nodes.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PARENT_ID NUMBER (15)
PROPERTY_ID NUMBER (9)
PROPERTY_NAME VARCHAR2 (4000)
DATA_TYPE NUMBER (9)
From CZ_PROPERTIES.DATA_TYPE: 1-integer;2-decimal;3-boolean;4-text
Query Text

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


SELECT PARENT_ID
,      PROPERTY_ID
,      PROPERTY_NAME
,      DATA_TYPE
FROM APPS.CZ_COMMON_CHILDND_PROPS_V;

Dependencies

[top of page]

APPS.CZ_COMMON_CHILDND_PROPS_V references the following:

SchemaAPPS
SynonymCZ_ITEM_MASTERS
SynonymCZ_ITEM_TYPE_PROPERTIES
SynonymCZ_PROPERTIES
SynonymCZ_PS_NODES
SynonymCZ_PS_PROP_VALS

APPS.CZ_COMMON_CHILDND_PROPS_V is not referenced by any database object