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


TABLE: BSC.BSC_DB_MEASURE_COLS_TL

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


BSC_DB_MEASURE_COLS_TL stores information about measure columns.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BSC_DB_MEASURE_COLS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMEASURE_COL
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
MEASURE_COL VARCHAR2 (30) Yes Measure column
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.
HELP VARCHAR2 (150) Yes Measure column description (Max 50 chars)
MEASURE_GROUP_ID NUMBER (5) Yes Measure group identifier
PROJECTION_ID NUMBER (3) Yes Projection identifier
MEASURE_TYPE NUMBER (3)
Measure Type: 1=Normal, 2=Balance Measure
Query Text

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


SELECT MEASURE_COL
,      LANGUAGE
,      SOURCE_LANG
,      HELP
,      MEASURE_GROUP_ID
,      PROJECTION_ID
,      MEASURE_TYPE
FROM BSC.BSC_DB_MEASURE_COLS_TL;

Dependencies

[top of page]

BSC.BSC_DB_MEASURE_COLS_TL does not reference any database object

BSC.BSC_DB_MEASURE_COLS_TL is referenced by following:

SchemaAPPS
SynonymBSC_DB_MEASURE_COLS_TL