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


VIEW: APPS.CSP_NOT_STAT_ITEMS_NAV

Object Details
Object Name: CSP_NOT_STAT_ITEMS_NAV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSP.CSP_NOT_STAT_ITEMS_NAV
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CSP_NOT_STAT_ITEMS_NAV references the following:

SchemaAPPS
ViewCSP_NAV_NODE_TYPES
SynonymCSP_NOTIFICATIONS
PL/SQL PackageCSP_PICK_UTILS - show dependent code
ViewMTL_SYSTEM_ITEMS_VL

APPS.CSP_NOT_STAT_ITEMS_NAV is not referenced by any database object