DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.BSC_TAB_CSF_VL

Object Details
Object Name: BSC_TAB_CSF_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBSC.BSC_TAB_CSF_VL
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.BSC_TAB_CSF_VL references the following:

SchemaAPPS
SynonymBSC_TAB_CSF_B
SynonymBSC_TAB_CSF_TL

APPS.BSC_TAB_CSF_VL is not referenced by any database object