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


VIEW: APPS.IGSFV_ROOMS

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

View Type

A Business Intelligence System view


This entity contains rooms information associated with a building.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGSFV_ROOMS references the following:

SchemaAPPS
SynonymIGS_AD_BUILDING_ALL
SynonymIGS_AD_ROOM_ALL

APPS.IGSFV_ROOMS is not referenced by any database object