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


TABLE: BSC.BSC_SYS_LABELS_TL

Object Details
Object Name: BSC_SYS_LABELS_TL
Object Type: TABLE
Owner: BSC
FND Design Data: TableBSC.BSC_SYS_LABELS_TL
Subobject Name:
Status: VALID


BSC_SYS_LABELS_TL stores translated information about labels for tabs and simulation tree indicators.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BSC_SYS_LABELS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOURCE_TYPE
ColumnSOURCE_CODE
ColumnLABEL_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
SOURCE_TYPE NUMBER (3) Yes Source type
SOURCE_CODE NUMBER (5) Yes Source code. Tab identifier or indicator type
LABEL_ID NUMBER (3) Yes Label 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 (150) Yes Label text
Query Text

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


SELECT SOURCE_TYPE
,      SOURCE_CODE
,      LABEL_ID
,      LANGUAGE
,      SOURCE_LANG
,      NAME
FROM BSC.BSC_SYS_LABELS_TL;

Dependencies

[top of page]

BSC.BSC_SYS_LABELS_TL does not reference any database object

BSC.BSC_SYS_LABELS_TL is referenced by following:

SchemaAPPS
SynonymBSC_SYS_LABELS_TL