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


VIEW: APPS.BSC_EDW_CALENDAR_TYPE_VL

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

MultiLingual view (a language resolved view of the data.)


BSC_EDW_CALENDAR_TYPE_VL is a view that joins the translated, language specific values from BSC_EWD_CALENDAR_TYPE_TL with the non-displayed data from BSC_EDW_CALENDAR(EDW_CALENDAR_TYPE_ID) . BSC uses this view to display translated information in languages installed at your site.


[View Source]

Columns
Name Datatype Length Mandatory Comments
EDW_CALENDAR_TYPE_ID NUMBER
Yes
NAME VARCHAR2 (150)
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)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EDW_CALENDAR_TYPE_ID
,      NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.BSC_EDW_CALENDAR_TYPE_VL;

Dependencies

[top of page]

APPS.BSC_EDW_CALENDAR_TYPE_VL references the following:

SchemaAPPS
SynonymBSC_EDW_CALENDAR_TYPE_TL
APPS.BSC_EDW_CALENDAR_TYPE_VL is referenced by following:

SchemaAPPS
Package BodyBSC_UPDATE_UTIL - show dependent code