[Home] [Help]
[Dependency Information]
| Object Name: | BSC_TABS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_TABS_TL
|
| Subobject Name: | |
| Status: | VALID |
BSC_TABS_TL stores translated information about tabs such as tab identifier, name and help.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_TABS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TAB_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TAB_ID | NUMBER | (5) | Yes | Tab identifier |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language code |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
| NAME | VARCHAR2 | (105) | Yes | Tab name (max 35 chars) |
| HELP | VARCHAR2 | (240) | Tab help (max 80 chars) | |
| ADDITIONAL_INFO | VARCHAR2 | (150) | Tab help (max 50 chars) |
Cut, paste (and edit) the following text to query this object:
SELECT TAB_ID
, LANGUAGE
, SOURCE_LANG
, NAME
, HELP
, ADDITIONAL_INFO
FROM BSC.BSC_TABS_TL;
BSC.BSC_TABS_TL does not reference any database object
BSC.BSC_TABS_TL is referenced by following:
APPS
BSC_TABS_TL
|
|
|
|