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


VIEW: APPS.BSC_KPI_SUBTITLES_VL

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

View Type

MultiLingual view (a language resolved view of the data.)


BSC_KPI_SUBTITLES_VL is a view of the translated, language specific values from BSC_KPI_SUBTITLES_TL . BSC uses this view to display translated information in languages installed at your site.


[View Source]

Columns
Name Datatype Length Mandatory Comments
INDICATOR NUMBER (5) Yes
CALC_COMB NUMBER (3) Yes
ANALYSIS_OPTION0 NUMBER (3) Yes
ANALYSIS_OPTION1 NUMBER (3) Yes
ANALYSIS_OPTION2 NUMBER (3) Yes
SUBTITLE VARCHAR2 (240) Yes
Query Text

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


SELECT INDICATOR
,      CALC_COMB
,      ANALYSIS_OPTION0
,      ANALYSIS_OPTION1
,      ANALYSIS_OPTION2
,      SUBTITLE
FROM APPS.BSC_KPI_SUBTITLES_VL;

Dependencies

[top of page]

APPS.BSC_KPI_SUBTITLES_VL references the following:

SchemaAPPS
SynonymBSC_KPI_SUBTITLES_TL

APPS.BSC_KPI_SUBTITLES_VL is not referenced by any database object