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


TABLE: EGO.EGO_FUNC_PARAMS_TL

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


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

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;

Dependencies

[top of page]

EGO.EGO_FUNC_PARAMS_TL does not reference any database object

EGO.EGO_FUNC_PARAMS_TL is referenced by following:

SchemaAPPS
SynonymEGO_FUNC_PARAMS_TL