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


VIEW: APPS.BIS_FUNCTIONAL_AREAS_VL

Object Details
Object Name: BIS_FUNCTIONAL_AREAS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.BIS_FUNCTIONAL_AREAS_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
FUNCTIONAL_AREA_ID NUMBER
Yes Functional Area Id
SHORT_NAME VARCHAR2 (30) Yes Functional Area Short Name
NAME VARCHAR2 (240) Yes Functional Area Name
DESCRIPTION VARCHAR2 (240)
Functional Area Description
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 FUNCTIONAL_AREA_ID
,      SHORT_NAME
,      NAME
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.BIS_FUNCTIONAL_AREAS_VL;

Dependencies

[top of page]

APPS.BIS_FUNCTIONAL_AREAS_VL references the following:

SchemaAPPS
SynonymBIS_FUNCTIONAL_AREAS
SynonymBIS_FUNCTIONAL_AREAS_TL
APPS.BIS_FUNCTIONAL_AREAS_VL is referenced by following:

SchemaAPPS
ViewBIS_DISPLAY_FORM_FUNC_V
ViewBIS_DISPLAY_MEASURES_V
Package BodyBIS_FUNCTIONAL_AREA_PUB - show dependent code
Package BodyBIS_FUNCTIONAL_AREA_PVT - show dependent code
Package BodyBSC_CUSTOM_VIEW_UI_WRAPPER - show dependent code