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


VIEW: APPS.CSP_PLN_REGIONS_NAV

Object Details
Object Name: CSP_PLN_REGIONS_NAV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSP.CSP_PLN_REGIONS_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 (50)
NODE_TYPE VARCHAR2 (240) Yes
NODE_KEY NUMBER (35) Yes
ICON_NAME VARCHAR2 (30)
LEAF_FLAG CHAR (1)
PARENT_NODE_TYPE CHAR (4)
PARENT_NODE_KEY VARCHAR2 (240) Yes
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_PLN_REGIONS_NAV;

Dependencies

[top of page]

APPS.CSP_PLN_REGIONS_NAV references the following:

SchemaAPPS
ViewCSP_NAV_NODE_TYPES
SynonymCSP_PLANNING_PARAMETERS

APPS.CSP_PLN_REGIONS_NAV is not referenced by any database object