[Home] [Help]
[Dependency Information]
| Object Name: | CSP_NOT_STAT_ITEMS_NAV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSP.CSP_NOT_STAT_ITEMS_NAV
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LABEL | VARCHAR2 | (40) | Item Name | |
| NODE_TYPE | VARCHAR2 | (240) | Yes | Notification Items |
| NODE_KEY | VARCHAR2 | (42) | Inventory Item Identifier | |
| ICON_NAME | VARCHAR2 | (30) | Icon Name | |
| LEAF_FLAG | CHAR | (1) | Leaf flag or Not | |
| PARENT_NODE_TYPE | CHAR | (12) | Notification Status | |
| PARENT_NODE_KEY | VARCHAR2 | (318) | Combination of Notification status,reason code and Parts Loop Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT LABEL
, NODE_TYPE
, NODE_KEY
, ICON_NAME
, LEAF_FLAG
, PARENT_NODE_TYPE
, PARENT_NODE_KEY
FROM APPS.CSP_NOT_STAT_ITEMS_NAV;
APPS
CSP_NAV_NODE_TYPES
CSP_NOTIFICATIONS
CSP_PICK_UTILS
- show dependent code
MTL_SYSTEM_ITEMS_VL
APPS.CSP_NOT_STAT_ITEMS_NAV is not referenced by any database object
|
|
|
|