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


VIEW: APPS.IGS_AD_ROOM_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view describes Room related records.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row ID
ROOM_ID NUMBER
Yes Unique identifier of the room records
ROOM_CD VARCHAR2 (10) Yes Room code
BUILDING_ID NUMBER (10) Yes Identifier of the building that the room is located
DESCRIPTION VARCHAR2 (80) Yes Detailed description of the room
PRIMARY_USE_CD VARCHAR2 (30) Yes Primary use code
PRIMARY_USE_DESC VARCHAR2 (80) Yes Meaning
CAPACITY NUMBER (6) Yes Capacity of the room
CLOSED_IND VARCHAR2 (1) Yes Indicator that shows if the room is used or not
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
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT ROW_ID
,      ROOM_ID
,      ROOM_CD
,      BUILDING_ID
,      DESCRIPTION
,      PRIMARY_USE_CD
,      PRIMARY_USE_DESC
,      CAPACITY
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AD_ROOM_V;

Dependencies

[top of page]

APPS.IGS_AD_ROOM_V references the following:

SchemaAPPS
ViewIGS_AD_ROOM
ViewIGS_LOOKUPS_VIEW

APPS.IGS_AD_ROOM_V is not referenced by any database object