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


VIEW: APPS.BSC_SYS_LABELS_VL

Object Details
Object Name: BSC_SYS_LABELS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBSC.BSC_SYS_LABELS_VL
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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)
Query Text

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;

Dependencies

[top of page]

APPS.BSC_SYS_LABELS_VL references the following:

SchemaAPPS
SynonymBSC_SYS_LABELS_B
SynonymBSC_SYS_LABELS_TL

APPS.BSC_SYS_LABELS_VL is not referenced by any database object