[Home] [Help]
[Dependency Information]
Object Name: | BSC_DB_MEASURE_GROUPS_VL |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
BSC_DB_MEASURE_GROUPS_VL is a view of the translated, language specific values from BSC_DB_MEASURE_GROUPS_TL. BSC uses this view to display translated information in languages installed at your site.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MEASURE_GROUP_ID | NUMBER | (5) | Yes | |
HELP | VARCHAR2 | (150) | Yes | |
SHORT_NAME | VARCHAR2 | (30) | Short name |
Cut, paste (and edit) the following text to query this object:
SELECT MEASURE_GROUP_ID
, HELP
, SHORT_NAME
FROM APPS.BSC_DB_MEASURE_GROUPS_VL;
|
|
|