[Home] [Help]
[Dependency Information]
| Object Name: | BSC_KPI_SUBTITLES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BSC.BSC_KPI_SUBTITLES_VL
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
BSC_KPI_SUBTITLES_TL
APPS.BSC_KPI_SUBTITLES_VL is not referenced by any database object
|
|
|
|