[Home] [Help]
[Dependency Information]
Object Name: | FND_MENUS_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_MENUS_TL stores translated information about the
menus in FND_MENUS. Each row includes the language
the row is translated to, the name and description of the
menu, and the menu identifier which uniquely identifies the
menu. You need one row for each menu in each of the
installed languages. Each row also includes a flag to
indicate if a value has been translated or defaulted.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_MENUS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_MENUS_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
MENU_ID | NUMBER | Yes | Menu identifier | |
USER_MENU_NAME | VARCHAR2 | (80) | Yes | Displayed name of menu |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
DESCRIPTION | VARCHAR2 | (240) | Description | |
SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
Cut, paste (and edit) the following text to query this object:
SELECT LANGUAGE
, MENU_ID
, USER_MENU_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, DESCRIPTION
, SOURCE_LANG
FROM APPLSYS.FND_MENUS_TL;
APPLSYS.FND_MENUS_TL does not reference any database object
APPLSYS.FND_MENUS_TL is referenced by following:
|
|
|