[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_LABELS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_SYS_LABELS_B
|
| Subobject Name: | |
| Status: | VALID |
BSC_SYS_LABELS_B stores information about labels for tabs and simulation tree indicators.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_SYS_LABELS_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SOURCE_TYPE
SOURCE_CODE
LABEL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_TYPE | NUMBER | (3) | Yes | Source type |
| SOURCE_CODE | NUMBER | (5) | Yes | Source code. Tab identifier or indicator code |
| LABEL_ID | NUMBER | (3) | Yes | Label identifier |
| LEFT_POSITION | NUMBER | (5) | Position -LEFT | |
| TOP_POSITION | NUMBER | (5) | Position -TOP | |
| FONT_SIZE | NUMBER | (5) | Font size | |
| FONT_STYLE | NUMBER | (5) | Font style |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_TYPE
, SOURCE_CODE
, LABEL_ID
, LEFT_POSITION
, TOP_POSITION
, FONT_SIZE
, FONT_STYLE
FROM BSC.BSC_SYS_LABELS_B;
BSC.BSC_SYS_LABELS_B does not reference any database object
BSC.BSC_SYS_LABELS_B is referenced by following:
APPS
BSC_SYS_LABELS_B
|
|
|
|