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


VIEW: APPS.CZ_PSNODE_PROPVAL_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PS_NODE_ID NUMBER (15)
Associates this record with a Model structure node ('psnode')
PARENT_ID NUMBER (15)
Identifies the parent psnode of the one described in this record (denormalized from CZ_PS_NODES)
PS_NODE_NAME VARCHAR2 (1000)
Name of the psnode for which this record reports a property value
PROPERTY_ID NUMBER (9)
Identifies a Property associated with the given psnode
PROPERTY_NAME VARCHAR2 (4000)
Name of the associated Property
DATA_TYPE NUMBER (9)
From CZ_PROPERTIES.DATA_TYPE: 1-integer;2-decimal;3-boolean;4-text
SRC_APPLICATION_ID NUMBER

PROPERTY_VALUE VARCHAR2 (4000)
Specifies a value for the Property associated with this record
PROPERTY_NUM_VALUE NUMBER

ITEM_ID NUMBER (9)
Associates an Item Master record with this record if applicable
ITEM_TYPE_ID NUMBER (9)
ID of the item type associated with this record if applicable
VALUESOURCE VARCHAR2 (8)
Indicates the source from which this property value is attached to the referenced psnode record: Item - referenced item; ItmTyp - referenced item type; PsValue - property value directly attached to node; PsDflt - null directly-attached value uses Property default value
DEVL_PROJECT_ID NUMBER (15)
Holds the project ID of this node
DEFAULT_VALUE VARCHAR2 (4000)
DEF_NUM_VALUE NUMBER

PROP_ATTACHES VARCHAR2 (10)
ORIG_SYS_REF VARCHAR2 (2000)
VALUE_ORIG_SYS_REF VARCHAR2 (2000)
PROPERTY_ORIG_SYS_REF VARCHAR2 (255)
VIEWREV CHAR (10)
PS_NODE_TYPE NUMBER (9)
INHERITED_FLAG VARCHAR2 (1)
Query Text

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


SELECT PS_NODE_ID
,      PARENT_ID
,      PS_NODE_NAME
,      PROPERTY_ID
,      PROPERTY_NAME
,      DATA_TYPE
,      SRC_APPLICATION_ID
,      PROPERTY_VALUE
,      PROPERTY_NUM_VALUE
,      ITEM_ID
,      ITEM_TYPE_ID
,      VALUESOURCE
,      DEVL_PROJECT_ID
,      DEFAULT_VALUE
,      DEF_NUM_VALUE
,      PROP_ATTACHES
,      ORIG_SYS_REF
,      VALUE_ORIG_SYS_REF
,      PROPERTY_ORIG_SYS_REF
,      VIEWREV
,      PS_NODE_TYPE
,      INHERITED_FLAG
FROM APPS.CZ_PSNODE_PROPVAL_V;

Dependencies

[top of page]

APPS.CZ_PSNODE_PROPVAL_V references the following:

SchemaAPPS
SynonymCZ_ITEM_MASTERS
SynonymCZ_ITEM_PROPERTY_VALUES
SynonymCZ_ITEM_TYPE_PROPERTIES
SynonymCZ_PROPERTIES
SynonymCZ_PS_NODES
SynonymCZ_PS_PROP_VALS
APPS.CZ_PSNODE_PROPVAL_V is referenced by following:

SchemaAPPS
Package BodyCZ_DEVELOPER_UTILS_PVT - show dependent code
ViewCZ_EXPLNODES_AVAILVALUES_CV
ViewCZ_EXPLNODES_VALUES_EFF_CV
PL/SQL PackageCZ_PB_MGR - show dependent code
Package BodyCZ_PB_MGR - show dependent code
ViewCZ_PSNODE_DIRECTPROP_INFO_V