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


TABLE: EGO.EGO_IMPORT_BATCHES_TL

Object Details
Object Name: EGO_IMPORT_BATCHES_TL
Object Type: TABLE
Owner: EGO
FND Design Data: TableEGO.EGO_IMPORT_BATCHES_TL
Subobject Name:
Status: VALID


Table EGO_IMPORT_BATCHES_TL stores the language translation information for table EGO_IMPORT_BATCHES_B (or batch imports in general). The translatable information stored in this table consists of the batch name and description.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_IMPORT_BATCHES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER
Yes Id of the batch.
NAME VARCHAR2 (80) Yes Name of the batch.
DESCRIPTION VARCHAR2 (240)
Description of this batch
LANGUAGE VARCHAR2 (4) Yes Language for this row
SOURCE_LANG VARCHAR2 (4) Yes Source language for this row
OBJECT_VERSION_NUMBER NUMBER
Yes Version number for concurrency control purpose
CREATED_BY NUMBER
Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_ID
,      NAME
,      DESCRIPTION
,      LANGUAGE
,      SOURCE_LANG
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM EGO.EGO_IMPORT_BATCHES_TL;

Dependencies

[top of page]

EGO.EGO_IMPORT_BATCHES_TL does not reference any database object

EGO.EGO_IMPORT_BATCHES_TL is referenced by following:

SchemaAPPS
SynonymEGO_IMPORT_BATCHES_TL