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


TABLE: GME.GME_TEXT_TABLE_TL

Object Details
Object Name: GME_TEXT_TABLE_TL
Object Type: TABLE
Owner: GME
FND Design Data: TableGME.GME_TEXT_TABLE_TL
Subobject Name:
Status: VALID


Production Management module text lines. Descriptive text for all tables in this
module.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GME_TEXT_TABLE_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEXT_CODE
ColumnLANG_CODE
ColumnPARAGRAPH_CODE
ColumnSUB_PARACODE
ColumnLINE_NO
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
TEXT_CODE NUMBER (10) Yes Surrogate key for the record. ID which joins any rows of text in this table to the Text Table for this Module
LANG_CODE VARCHAR2 (4) Yes Indicates language used in text.
PARAGRAPH_CODE VARCHAR2 (4) Yes Defined in sy_para_cds.
SUB_PARACODE NUMBER (5) Yes Defined in sy_para_cds.
LINE_NO NUMBER (5) Yes Line number which allows multiple lines of descriptive text for underlying record. -1 = line is used to recreate key of underlying record;
TEXT VARCHAR2 (70)
Descriptive text.
LANGUAGE VARCHAR2 (4) Yes Language
SOURCE_LANG VARCHAR2 (4) Yes Source Language
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT TEXT_CODE
,      LANG_CODE
,      PARAGRAPH_CODE
,      SUB_PARACODE
,      LINE_NO
,      TEXT
,      LANGUAGE
,      SOURCE_LANG
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM GME.GME_TEXT_TABLE_TL;

Dependencies

[top of page]

GME.GME_TEXT_TABLE_TL does not reference any database object

GME.GME_TEXT_TABLE_TL is referenced by following:

SchemaAPPS
SynonymGME_TEXT_TABLE_TL