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


VIEW: APPS.CSP_NOT_PLTYPES_NAV

Object Details
Object Name: CSP_NOT_PLTYPES_NAV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSP.CSP_NOT_PLTYPES_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 (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
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_PLTYPES_NAV;

Dependencies

[top of page]

APPS.CSP_NOT_PLTYPES_NAV references the following:

SchemaAPPS
ViewCSP_NAV_NODE_TYPES
SynonymCSP_PARTS_LOOPS_B
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS

APPS.CSP_NOT_PLTYPES_NAV is not referenced by any database object