[Home] [Help]
[Dependency Information]
Object Name: | EGO_FUNCTIONS_TL |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Table EGO_FUNCTIONS_TL stores the translatable information associated with functions. This information include the function display name and description. The complete function definition information is stored in table EGO_FUNCTIONS_B
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_FUNCTIONS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FUNCTION_ID | NUMBER | (15) | Yes | Unique Id of a Function |
DISPLAY_NAME | VARCHAR2 | (150) | Yes | Display Name for a Function |
DESCRIPTION | VARCHAR2 | (240) | Description of the Function | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language of the translatable columns in this table |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Language in which the row was 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 FUNCTION_ID
, DISPLAY_NAME
, DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM EGO.EGO_FUNCTIONS_TL;
EGO.EGO_FUNCTIONS_TL does not reference any database object
EGO.EGO_FUNCTIONS_TL is referenced by following:
|
|
|