[Home] [Help]
[Dependency Information]
| Object Name: | CZ_PSNODE_PROPVAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.CZ_PSNODE_PROPVAL_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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) |
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;
APPS
CZ_ITEM_MASTERS
CZ_ITEM_PROPERTY_VALUES
CZ_ITEM_TYPE_PROPERTIES
CZ_PROPERTIES
CZ_PS_NODES
CZ_PS_PROP_VALS
APPS
CZ_DEVELOPER_UTILS_PVT
- show dependent code
CZ_EXPLNODES_AVAILVALUES_CV
CZ_EXPLNODES_VALUES_EFF_CV
CZ_PB_MGR
- show dependent code
CZ_PB_MGR
- show dependent code
CZ_PSNODE_DIRECTPROP_INFO_V
|
|
|
|