[Home] [Help]
[Dependency Information]
Object Name: | IGSFV_ROOMS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This entity contains rooms information associated with a building.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROOM_NUMBER | VARCHAR2 | (10) | Yes | Room number |
BUILDING_ID | NUMBER | (10) | Yes | Identifier of the building in which the room is located |
DESCRIPTION | VARCHAR2 | (80) | Yes | Description of the room |
PRIMARY_USE_CODE | VARCHAR2 | (30) | Yes | Specifies the primary use of a room i.e. Seminar, Multi-purpose, Lecture, Classroom, Laboratory. |
CAPACITY | NUMBER | (6) | Yes | Capacity of the room |
CLOSED_INDICATOR | VARCHAR2 | (1) | Yes | Indicator that shows if the room can be used. |
BUILDING_CODE | VARCHAR2 | (10) | Yes | Code of the building in which the room is located |
BUILDING_DESC | VARCHAR2 | (80) | Yes | Description of the building in which the room is located |
ROOM_ID | NUMBER | Yes | Unique identifier of the room. | |
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 ROOM_NUMBER
, BUILDING_ID
, DESCRIPTION
, PRIMARY_USE_CODE
, CAPACITY
, CLOSED_INDICATOR
, BUILDING_CODE
, BUILDING_DESC
, ROOM_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ROOMS;
APPS.IGSFV_ROOMS is not referenced by any database object
|
|
|