[Home] [Help]
[Dependency Information]
| Object Name: | JTF_NAV_TABS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_NAV_TABS_VL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
MultiLingual view (a language resolved view of the data.)
JTF_NAV_TABS_VL combines the base and translation tables(JTF_NAV_TABS_B and JTF_NAV_TABS_TL) to provide a single view of the tab data based on the chosen language.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TAB_ID | NUMBER | (15) | Yes | The value assigned to the tab. |
| TAB_VALUE | VARCHAR2 | (30) | Yes | The base language value for the string. |
| NAVIGATOR_TYPE | VARCHAR2 | (30) | Column to differentiate between multiple navigators. | |
| APPLICATION_ID | NUMBER | (15) | Yes | The application to which this tab belongs. |
| TAB_LABEL | VARCHAR2 | (240) | Yes | The translated label. |
| ICON_NAME | VARCHAR2 | (30) | Yes | Name of the icon to use on the tab. |
| SEQUENCE_NUMBER | NUMBER | (15) | Yes | The sequence in which the tab will appear. |
| 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). |
Cut, paste (and edit) the following text to query this object:
SELECT TAB_ID
, TAB_VALUE
, NAVIGATOR_TYPE
, APPLICATION_ID
, TAB_LABEL
, ICON_NAME
, SEQUENCE_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.JTF_NAV_TABS_VL;
APPS
JTF_NAV_TABS_B
JTF_NAV_TABS_TL
APPS
JTF_NAV_TABS
|
|
|
|