[Home] [Help]
[Dependency Information]
Object Name: | IN_TEXT_TBL_TL |
---|---|
Object Type: | TABLE |
Owner: | GMI |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IN Module Text Lines. Descriptive text for all tables in this module.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IN_TEXT_TBL_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
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 descripitive text for underlying record. -1 = line is used to recreate key of underlying record; 1 <= descriptive text. |
TEXT | VARCHAR2 | (70) | Descriptive text. | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Source language |
CREATION_DATE | DATE | Yes | Standard who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
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
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
FROM GMI.IN_TEXT_TBL_TL;
GMI.IN_TEXT_TBL_TL does not reference any database object
GMI.IN_TEXT_TBL_TL is referenced by following:
|
|
|