[Home] [Help]
[Dependency Information]
Object Name: | EGO_FUNC_PARAMS_TL |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Table EGO_FUNC_PARAMS_TL stores the language translation information associated with function parameters. This information includes the parameter display name and description since both have to be translatable fields.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_FUNC_PARAMS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FUNC_PARAM_ID | NUMBER | (15) | Yes | Function Parameter identifier |
DISPLAY_NAME | VARCHAR2 | (150) | Yes | User-friendly name for the Parameter |
DESCRIPTION | VARCHAR2 | (240) | A brief explanation of the Parameter purpose, function, etc. | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language of the translatable columns in this table |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Language in which the translatable columns were initially created |
CREATED_BY | NUMBER | (15) | Yes | One of the five standard "WHO" columns |
CREATION_DATE | DATE | Yes | One of the five standard "WHO" columns | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | One of the five standard "WHO" columns |
LAST_UPDATE_DATE | DATE | Yes | One of the five standard "WHO" columns | |
LAST_UPDATE_LOGIN | NUMBER | (15) | One of the five standard "WHO" columns |
Cut, paste (and edit) the following text to query this object:
SELECT FUNC_PARAM_ID
, DISPLAY_NAME
, DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM EGO.EGO_FUNC_PARAMS_TL;
EGO.EGO_FUNC_PARAMS_TL does not reference any database object
EGO.EGO_FUNC_PARAMS_TL is referenced by following:
|
|
|