[Home] [Help]
[Dependency Information]
| Object Name: | CSP_NOT_PLTYPES_NAV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSP.CSP_NOT_PLTYPES_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 | (80) | Yes | Notification type description |
| NODE_TYPE | VARCHAR2 | (240) | Yes | Notification type |
| NODE_KEY | VARCHAR2 | (75) | Combination of Notification type code and Parts Loop identifier | |
| ICON_NAME | VARCHAR2 | (30) | Icon Name | |
| LEAF_FLAG | CHAR | (1) | Leaf flag or Not | |
| PARENT_NODE_TYPE | CHAR | (16) | Parts Loop | |
| PARENT_NODE_KEY | NUMBER | (35) | Yes | 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_PLTYPES_NAV;
APPS
CSP_NAV_NODE_TYPES
CSP_PARTS_LOOPS_B
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS.CSP_NOT_PLTYPES_NAV is not referenced by any database object
|
|
|
|