[Home] [Help]
[Dependency Information]
| Object Name: | BSC_TAB_CSF_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BSC.BSC_TAB_CSF_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
BSC_TAB_CSF_VL is a view that joins the translated, language specific values from BSC_TAB_CSF_TL with the non-displayed data from BSC_TAB_CSF_B . BSC uses this view to display translated information in languages installed at your site.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TAB_ID | NUMBER | (5) | Yes | |
| CSF_ID | NUMBER | (3) | Yes | |
| NAME | VARCHAR2 | (90) | ||
| HELP | VARCHAR2 | (240) | ||
| CSF_TYPE | NUMBER | (5) | ||
| INTERMEDIATE_FLAG | NUMBER | (1) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT TAB_ID
, CSF_ID
, NAME
, HELP
, CSF_TYPE
, INTERMEDIATE_FLAG
FROM APPS.BSC_TAB_CSF_VL;
APPS
BSC_TAB_CSF_B
BSC_TAB_CSF_TL
APPS.BSC_TAB_CSF_VL is not referenced by any database object
|
|
|
|