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


VIEW: APPS.JTF_NAV_TREE_ROOTS_VL

Object Details
Object Name: JTF_NAV_TREE_ROOTS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_NAV_TREE_ROOTS_VL
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

MultiLingual view (a language resolved view of the data.)


JTF_NAV_TREE_ROOTS_VL is a view on the base and translation tables that contains the translated value based on the current language.


[View Source]

Columns
Name Datatype Length Mandatory Comments
TREE_ROOT_ID NUMBER (15) Yes The primary key for this table.
ROOT_VALUE VARCHAR2 (240) Yes The value of the root.
VIEWBY_ID NUMBER (15) Yes The primary key of the drop down item to which this root corresponds.
ROOT_LABEL VARCHAR2 (240) Yes The translated label.
SEQUENCE_NUMBER NUMBER (15) Yes The ordering of this root item.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TREE_ROOT_ID
,      ROOT_VALUE
,      VIEWBY_ID
,      ROOT_LABEL
,      SEQUENCE_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPS.JTF_NAV_TREE_ROOTS_VL;

Dependencies

[top of page]

APPS.JTF_NAV_TREE_ROOTS_VL references the following:

SchemaAPPS
SynonymJTF_NAV_TREE_ROOTS_B
SynonymJTF_NAV_TREE_ROOTS_TL
APPS.JTF_NAV_TREE_ROOTS_VL is referenced by following:

SchemaAPPS
ViewJTF_NAV_NODE_TYPES_V
SynonymJTF_NAV_TREE_ROOTS