Search Results igs_ad_room_all
Overview
The IGS_AD_ROOM_ALL table is a core data structure within the Oracle E-Business Suite (EBS) Student System (IGS), specifically designed to manage physical room information. Its primary role is to serve as a master repository for room definitions, enabling the scheduling of academic activities, admissions processes, and unit delivery by associating them with specific physical locations. As indicated by the "_ALL" suffix, the table is multi-org enabled, meaning it can store data partitioned by operating unit, a standard architectural pattern in EBS for supporting complex organizational structures. It is critical to note the metadata explicitly states the Student System module is marked as "Obsolete," and the table is "Not implemented in this database" for the referenced documentation instance. This suggests the table is part of a legacy or decommissioned product line, and its use in active implementations of EBS 12.1.1 or 12.2.2 should be carefully validated.
Key Information Stored
While the provided metadata does not list individual columns, the primary and unique key structures define the table's fundamental data entities. The table is uniquely identified by ROOM_ID (primary key IGS_AD_ROOM_PK). Furthermore, a unique key constraint (IGS_AD_ROOM_U2) enforces that the combination of BUILDING_ID and ROOM_CD is unique within the system. This logical structure indicates that the table stores, at a minimum, a system-generated surrogate key (ROOM_ID), a building identifier to group rooms, and a room code (e.g., "101", "Lab-A", "Auditorium") for human-readable identification. The foreign key relationships imply the table likely contains additional descriptive attributes such as room capacity, type, or facilities to support scheduling logic.
Common Use Cases and Queries
The primary use case for this table is the management and lookup of room details for scheduling and planning. In the context of admissions (AD), it could be used to schedule interview panels or committee meetings. For the Productive Systems (PS) module, it is central to scheduling unit section occurrences, with dedicated, preferred, or general room assignments. A typical query would join this table to scheduling entities to list all sessions occurring in a specific building or to find available rooms of a required capacity. Given its obsolete status, direct operational use is unlikely in current implementations; queries would typically be for historical data migration or reporting.
- Sample Query (Historical Lookup):
SELECT room_cd, building_id FROM igs_ad_room_all WHERE room_id = :p_room_id; - Reporting Use Case: Generating a legacy report of all rooms previously used for admissions panels or unscheduled classes.
Related Objects
The table sits at the center of a relational network primarily concerning scheduling and location assignment. As per the foreign keys, it is referenced by several key tables in the Student System:
- IGS_AD_PANEL_DTLS / IGS_AD_PNMEMBR_DTLS: Associates admissions panels and panel members with scheduled rooms.
- IGS_PS_USEC_OCCURS_ALL: Critical for unit scheduling, linking occurrences to dedicated (DEDICATED_ROOM_CODE), preferred (PREFERRED_ROOM_CODE), or actual (ROOM_CODE) rooms.
- IGS_PS_US_UNSCHED_CL / IGS_PS_UNIT_LOCATION: Tracks rooms for unscheduled class components and general unit location data.
These relationships underscore the table's historical role in connecting physical infrastructure data to core academic and administrative processes within the obsolete IGS module.
-
Table: IGS_AD_ROOM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains room records , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_ROOM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ROOM_ALL, object_name:IGS_AD_ROOM_ALL, status:VALID, product: IGS - Student System , description: Contains room records , implementation_dba_data: IGS.IGS_AD_ROOM_ALL ,
-
APPS.IGS_AD_ROOM_PKG dependencies on IGS_AD_ROOM_ALL
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_AD_ROOM_ALL
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_AD_ROOM_ALL
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_AD_ROOM_ALL
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_AD_ROOM_ALL
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_AD_ROOM_ALL
12.1.1
-
APPS.IGS_PS_SCH_INT_API_PUB dependencies on IGS_AD_ROOM_ALL
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_AD_ROOM_ALL
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_AD_ROOM
12.1.1
-
VIEW: APPS.IGSFV_USEC_MEETING_SCHEDULES
12.1.1
-
Table: IGS_PS_USEC_OCCURS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_OCCURS_ALL, object_name:IGS_PS_USEC_OCCURS_ALL, status:VALID, product: IGS - Student System , description: This entity describes the Occurrences of a Unit Section , implementation_dba_data: IGS.IGS_PS_USEC_OCCURS_ALL ,
-
APPS.IGS_AD_ROOM_PKG SQL Statements
12.1.1
-
Table: IGS_PS_USEC_OCCURS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Occurrences of a Unit Section , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_ROOMS
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_AD_BUILDING
12.1.1
-
View: IGSFV_USEC_MEETING_SCHEDULES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the unit section meeting schedules with day/time indicator, location, dedicated room/building details and also preferred building/room with start and end dates of the meeting schedule. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_ROOM_PKG dependencies on IGS_AD_ROOM_PKG
12.1.1
-
VIEW: APPS.IGSFV_USEC_FINAL_EXAMS
12.1.1
-
VIEW: APPS.IGSBV_ROOMS
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_AD_ROOM
12.1.1
-
VIEW: APPS.IGS_AD_ROOM
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_AD_BUILDING_ALL
12.1.1
-
SYNONYM: APPS.IGS_AD_ROOM_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ROOM_ALL, status:VALID,
-
View: IGSFV_USEC_MEETING_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_MEETING_SCHEDULES, object_name:IGSFV_USEC_MEETING_SCHEDULES, status:VALID, product: IGS - Student System , description: This entity describes the unit section meeting schedules with day/time indicator, location, dedicated room/building details and also preferred building/room with start and end dates of the meeting schedule. , implementation_dba_data: APPS.IGSFV_USEC_MEETING_SCHEDULES ,
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_AD_ROOM
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_AD_ROOM
12.1.1
-
VIEW: APPS.IGSBV_USEC_FINAL_EXAMS
12.1.1
-
Table: IGS_PS_UNIT_LOCATION
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LOCATION, object_name:IGS_PS_UNIT_LOCATION, status:VALID, product: IGS - Student System , description: Entity to capture the Unit Locations information , implementation_dba_data: IGS.IGS_PS_UNIT_LOCATION ,
-
TABLE: IGS.IGS_AD_ROOM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ROOM_ALL, object_name:IGS_AD_ROOM_ALL, status:VALID,
-
APPS.IGS_PS_SCH_INT_API_PUB dependencies on IGS_AD_BUILDING_ALL
12.1.1
-
View: IGSBV_ROOMS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains room information associated to a building. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PANEL_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that holds the details about the application instances assigned to a panel , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PANEL_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PANEL_DTLS, object_name:IGS_AD_PANEL_DTLS, status:VALID, product: IGS - Student System , description: Table that holds the details about the application instances assigned to a panel , implementation_dba_data: IGS.IGS_AD_PANEL_DTLS ,
-
Table: IGS_PS_US_UNSCHED_CL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_US_UNSCHED_CL, object_name:IGS_PS_US_UNSCHED_CL, status:VALID, product: IGS - Student System , description: This table contains information about Unit Section Unscheduled Contact List. , implementation_dba_data: IGS.IGS_PS_US_UNSCHED_CL ,
-
PACKAGE BODY: APPS.IGS_AD_ROOM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_SCH_INT_API_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_SCH_INT_API_PUB, status:VALID,
-
Table: IGS_PS_UNIT_LOCATION
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Unit Locations information , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ROOMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ROOMS, object_name:IGSBV_ROOMS, status:VALID, product: IGS - Student System , description: This entity contains room information associated to a building. , implementation_dba_data: APPS.IGSBV_ROOMS ,
-
Table: IGS_PS_US_UNSCHED_CL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains information about Unit Section Unscheduled Contact List. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PNMEMBR_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PNMEMBR_DTLS, object_name:IGS_AD_PNMEMBR_DTLS, status:VALID, product: IGS - Student System , description: The table that holds the information about the members assigned to a panel instance , implementation_dba_data: IGS.IGS_AD_PNMEMBR_DTLS ,
-
Table: IGS_AD_PNMEMBR_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: The table that holds the information about the members assigned to a panel instance , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ROOMS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains rooms information associated with a building. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_USEC_FINAL_EXAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_FINAL_EXAMS, object_name:IGSBV_USEC_FINAL_EXAMS, status:VALID, product: IGS - Student System , description: This is the base view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: APPS.IGSBV_USEC_FINAL_EXAMS ,
-
View: IGS_AD_ROOM
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ROOMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ROOMS, object_name:IGSFV_ROOMS, status:VALID, product: IGS - Student System , description: This entity contains rooms information associated with a building. , implementation_dba_data: APPS.IGSFV_ROOMS ,
-
View: IGSFV_USEC_FINAL_EXAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_FINAL_EXAMS, object_name:IGSFV_USEC_FINAL_EXAMS, status:VALID, product: IGS - Student System , description: This is the full view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: APPS.IGSFV_USEC_FINAL_EXAMS ,
-
View: IGS_AD_ROOM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ROOM, object_name:IGS_AD_ROOM, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ROOM ,
-
PACKAGE BODY: APPS.IGS_AD_ROOM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ROOM_PKG, status:VALID,