[Home] [Help]
[Dependency Information]
Object Name: | JTF_NAV_VIEWBYS_VL |
---|---|
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.
MultiLingual view (a language resolved view of the data.)
JTF_NAV_VIEWBYS_VL is a view on the base and translation tables that contains the translated label based on the current language.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VIEWBY_ID | NUMBER | (15) | Yes | The primary key for this table. |
VIEWBY_VALUE | VARCHAR2 | (240) | Yes | The value of the Viewby. |
TAB_ID | NUMBER | (15) | Yes | The primary key of the tab to which this drop down item belongs. |
VIEWBY_LABEL | VARCHAR2 | (240) | Yes | The translated label. |
SEQUENCE_NUMBER | NUMBER | (15) | Yes | The order of this item in the list. |
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 VIEWBY_ID
, VIEWBY_VALUE
, TAB_ID
, VIEWBY_LABEL
, SEQUENCE_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.JTF_NAV_VIEWBYS_VL;
|
|
|