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


VIEW: APPS.BIS_MEASURES_EXTENSION_VL

Object Details
Object Name: BIS_MEASURES_EXTENSION_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.BIS_MEASURES_EXTENSION_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

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
MEASURE_SHORT_NAME VARCHAR2 (30) Yes Measure Short Name
NAME VARCHAR2 (255)
Name of the measure
DESCRIPTION VARCHAR2 (1024)
Measure Description
FUNCTIONAL_AREA_ID NUMBER
Yes Functional Area ID
CREATED_BY NUMBER (15) Yes Created By
CREATION_DATE DATE
Yes Creation Date
LAST_UPDATED_BY NUMBER (15) Yes Last Updated By
LAST_UPDATE_DATE DATE
Yes Last Update Date
LAST_UPDATE_LOGIN NUMBER (15)
Last Update Login
Query Text

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


SELECT MEASURE_SHORT_NAME
,      NAME
,      DESCRIPTION
,      FUNCTIONAL_AREA_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.BIS_MEASURES_EXTENSION_VL;

Dependencies

[top of page]

APPS.BIS_MEASURES_EXTENSION_VL references the following:

SchemaAPPS
SynonymBIS_MEASURES_EXTENSION
SynonymBIS_MEASURES_EXTENSION_TL
APPS.BIS_MEASURES_EXTENSION_VL is referenced by following:

SchemaAPPS
ViewBIS_DISPLAY_MEASURES_V
Package BodyBIS_OBJECT_EXTENSIONS_PVT - show dependent code
Package BodyBSC_BIS_MEASURE_PUB - show dependent code