[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_BUILDINGS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_BUILDINGS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity contains building information associated to a location.
| 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. |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT BUILDING_CODE
, LOCATION_CODE
, DESCRIPTION
, CLOSED_INDICATOR
, BUILDING_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_BUILDINGS;
APPS
IGS_AD_BUILDING_ALL
APPS.IGSBV_BUILDINGS is not referenced by any database object
|
|
|
|