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


VIEW: APPS.IGSFV_BUILDINGS

Object Details
Object Name: IGSFV_BUILDINGS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSFV_BUILDINGS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This entity contains building information associated to a location


[View Source]

Columns
Name Datatype Length Mandatory Comments
BUILDING_CODE VARCHAR2 (10) Yes Code for a building unit.
LOCATION_CODE VARCHAR2 (10) Yes Code for building unit. A building is always associated with a location.
DESCRIPTION VARCHAR2 (80) Yes Description of the building
CLOSED_INDICATOR VARCHAR2 (1) Yes Indicates if the building is closed.
LOCATION_DESC VARCHAR2 (60) Yes Description of the Location.
BUILDING_ID NUMBER (10) Yes Unique identifier for the building
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
Query Text

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


SELECT BUILDING_CODE
,      LOCATION_CODE
,      DESCRIPTION
,      CLOSED_INDICATOR
,      LOCATION_DESC
,      BUILDING_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_BUILDINGS;

Dependencies

[top of page]

APPS.IGSFV_BUILDINGS references the following:

SchemaAPPS
SynonymIGS_AD_BUILDING_ALL
SynonymIGS_AD_LOCATION_ALL

APPS.IGSFV_BUILDINGS is not referenced by any database object