DBA Data[Home] [Help] [Dependency Information]


TABLE: EGO.EGO_FUNCTIONS_TL

Object Details
Object Name: EGO_FUNCTIONS_TL
Object Type: TABLE
Owner: EGO
FND Design Data: TableEGO.EGO_FUNCTIONS_TL
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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_FUNCTIONS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFUNCTION_ID
ColumnLANGUAGE
Columns
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
Query Text

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;

Dependencies

[top of page]

EGO.EGO_FUNCTIONS_TL does not reference any database object

EGO.EGO_FUNCTIONS_TL is referenced by following:

SchemaAPPS
SynonymEGO_FUNCTIONS_TL