[Home] [Help]
[Dependency Information]
Object Name: | BSC_KPI_SHELL_CMDS_VL |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
BSC_KPI_SHELL_CMDS_VL is a view of the translated, language specific values from BSC_KPI_SHELL_CMDS_TL . BSC uses this view to display translated information in languages installed at your site.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDICATOR | NUMBER | (5) | Yes | |
SHELL_CMD_ID | NUMBER | (3) | Yes | |
NAME | VARCHAR2 | (150) | Yes | |
COMMAND | VARCHAR2 | (320) |
Cut, paste (and edit) the following text to query this object:
SELECT INDICATOR
, SHELL_CMD_ID
, NAME
, COMMAND
FROM APPS.BSC_KPI_SHELL_CMDS_VL;
APPS.BSC_KPI_SHELL_CMDS_VL is not referenced by any database object
|
|
|