[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_LABELS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BSC.BSC_SYS_LABELS_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
BSC_SYS_LABELS_VL is a view that joins the translated, language specific values from BSC_SYS_LABELS_TL with the non-displayed data from BSC_SYS_LABELS_B . BSC uses this view to display translated information in languages installed at your site.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_TYPE | NUMBER | (3) | Yes | |
| SOURCE_CODE | NUMBER | (5) | Yes | |
| LABEL_ID | NUMBER | (3) | Yes | |
| NAME | VARCHAR2 | (150) | Yes | |
| LEFT_POSITION | NUMBER | (5) | ||
| TOP_POSITION | NUMBER | (5) | ||
| FONT_SIZE | NUMBER | (5) | ||
| FONT_STYLE | NUMBER | (5) |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_TYPE
, SOURCE_CODE
, LABEL_ID
, NAME
, LEFT_POSITION
, TOP_POSITION
, FONT_SIZE
, FONT_STYLE
FROM APPS.BSC_SYS_LABELS_VL;
APPS
BSC_SYS_LABELS_B
BSC_SYS_LABELS_TL
APPS.BSC_SYS_LABELS_VL is not referenced by any database object
|
|
|
|