[Home] [Help]
[Dependency Information]
Object Name: | JTF_TERRITORIES_NAV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
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 | (2043) | ||
NODE_TYPE | VARCHAR2 | (240) | ||
NODE_KEY | VARCHAR2 | (42) | ||
ICON_NAME | VARCHAR2 | (30) | ||
LEAF_FLAG | VARCHAR2 | (1) | ||
PARENT_NODE_TYPE | VARCHAR2 | (9) | ||
PARENT_NODE_KEY | VARCHAR2 | (240) | ||
DISPLAY_RANK | NUMBER |
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
, DISPLAY_RANK
FROM APPS.JTF_TERRITORIES_NAV;
APPS.JTF_TERRITORIES_NAV is not referenced by any database object
|
|
|