[Home] [Help]
[Dependency Information]
Object Name: | BSC_SYS_BENCHMARKS_VL |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
BSC_SYS_BENCHMARKS_VL is a view that joins the translated, language specific values from BSC_SYS_BENCHMARKS_TL with the non-displayed data from BSC_SYS_BENCHMARKS_B . BSC uses this view to display translated information in languages installed at your site.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BM_ID | NUMBER | (3) | Yes | |
NAME | VARCHAR2 | (60) | Yes | |
COLOR | NUMBER | (11) | Yes | |
DATA_TYPE | NUMBER | (3) | Yes | |
SOURCE_TYPE | NUMBER | (3) | Yes | |
PERIODICITY_ID | NUMBER | (5) | ||
NO_DISPLAY_FLAG | NUMBER | (3) | ||
CREATED_BY | NUMBER | (15) | Yes | |
CREATION_DATE | DATE | Yes | ||
LAST_UPDATED_BY | NUMBER | (15) | Yes | |
LAST_UPDATE_DATE | DATE | Yes | ||
LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT BM_ID
, NAME
, COLOR
, DATA_TYPE
, SOURCE_TYPE
, PERIODICITY_ID
, NO_DISPLAY_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.BSC_SYS_BENCHMARKS_VL;
APPS.BSC_SYS_BENCHMARKS_VL is not referenced by any database object
|
|
|