[Home] [Help]
[Dependency Information]
Object Name: | FND_FORM_FUNCTIONS_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_FORM_FUNCTIONS_TL stores translated information about function
grouping in forms. Each row includes the function identifier, the
title of the function, and the language code to indicate what
language the information is in. You need one row for each function
in each of the installed languages.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_FORM_FUNCTIONS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
FND_FORM_FUNCTIONS_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
FUNCTION_ID | NUMBER | Yes | Function identifier | |
USER_FUNCTION_NAME | VARCHAR2 | (80) | Yes | Function title |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
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 |
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. |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT LANGUAGE
, FUNCTION_ID
, USER_FUNCTION_NAME
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
, SOURCE_LANG
, ZD_EDITION_NAME
FROM APPLSYS.FND_FORM_FUNCTIONS_TL;
APPLSYS.FND_FORM_FUNCTIONS_TL does not reference any database object
APPLSYS.FND_FORM_FUNCTIONS_TL is referenced by following:
|
|
|