Search Results room_description
Overview
The IGS_PS_US_UNSCHED_CL_V view is a reporting and integration object owned by the APPS schema within the Oracle E-Business Suite Student System (IGS) product family. It exposes data relating to unscheduled class activity — that is, teaching or instructional activity that is not tied to a fixed scheduled meeting pattern — together with the descriptive attributes of the activity type, physical location, building, room, and assigned instructor.
The view is defined over the base table IGS_PS_US_UNSCHED_CL and enriches its rows by joining to several reference and party tables. It functions primarily as a denormalized read-only presentation layer, allowing developers, report authors, and integration components to retrieve unscheduled class records with human-readable descriptions rather than raw foreign key identifiers. Because the view carries the standard ROW_ID, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN columns, it is compatible with Oracle Forms-style "WHO" auditing conventions and can be treated like a base table by many EBS tooling components.
The user search term us_unscheduled_cl_id maps to the US_UNSCHEDULED_CL_ID column, which is the unique identifier of the unscheduled class record and appears as the second column of the view's projection.
Underlying Base Objects
The view text references the following base and reference objects in the APPS schema:
IGS_PS_US_UNSCHED_CL— the primary transactional table holding unscheduled class records; aliased asUSUCLand the driver of the joins.HZ_PARTIES— the Trading Community Architecture party registry, aliased asHZ, providing instructor identification. This join is outer-joined (HZ.PARTY_ID(+)), so records without a matched instructor are still returned.IGS_PS_USEC_ACT_TYPE— the activity type reference table, aliased asUSAT.IGS_AD_LOCATION— the location reference table, aliased asLOC.IGS_AD_BUILDING— the building reference table, aliased asBLD.IGS_AD_ROOM— the room reference table, aliased asROM.
All joins except the instructor join are standard inner joins on the respective business keys (ACTIVITY_TYPE_ID, LOCATION_CD, BUILDING_ID, ROOM_ID). Consequently, a row is only returned when valid activity type, location, building, and room reference data exists for the unscheduled class record.
Key Columns
ROW_ID— the physical row identifier of the underlying base table row.US_UNSCHEDULED_CL_ID— the unique primary key of the unscheduled class record; frequently used as the search and join key.UOO_ID— the associated unit offering option identifier linking the record to the offering structure.ACTIVITY_TYPE_ID/ACTIVITY_TYPE_DESCRIPTION— the activity type code and its descriptive text.LOCATION_CD/LOCATION_DESCRIPTION,BUILDING_ID/BUILDING_DESCRIPTION,ROOM_ID/ROOM_DESCRIPTION— the physical delivery location, resolved to descriptive values.NUMBER_OF_STUDENTS,HOURS_PER_STUDENT,HOURS_PER_FACULTY— quantitative teaching workload metrics.INSTRUCTOR_ID,INSTRUCTOR_NUMBER,INSTRUCTOR_NAME— the assigned instructor's party identifier, party number, and party name.- WHO columns (
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN) — standard audit columns.
Common Use Cases and Queries
Typical uses include reporting on unscheduled teaching activity per unit offering option, workload analysis, instructor assignment reporting, and location utilization enquiries. The following query lists unscheduled classes for a given instructor with resolved descriptions:
SELECT us_unscheduled_cl_id, activity_type_description, location_description, building_description, room_description, number_of_students, hours_per_student, hours_per_faculty, instructor_number, instructor_name FROM igs_ps_us_unsched_cl_v WHERE instructor_id = :p_instructor_id;SELECT uoo_id, COUNT(*) unsched_count, SUM(hours_per_faculty) total_faculty_hours FROM igs_ps_us_unsched_cl_v GROUP BY uoo_id;SELECT us_unscheduled_cl_id, instructor_name, room_description FROM igs_ps_us_unsched_cl_v WHERE us_unscheduled_cl_id = :p_id;
Because the view performs inner joins on most reference tables, reports requiring orphaned records should query IGS_PS_US_UNSCHED_CL directly.
-
View: IGS_PS_US_UNSCHED_CL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_US_UNSCHED_CL_V, object_name:IGS_PS_US_UNSCHED_CL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_US_UNSCHED_CL_V ,
-
View: IGS_PS_UNIT_LOCATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_LOCATION_V, object_name:IGS_PS_UNIT_LOCATION_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_LOCATION_V ,
-
View: IGS_SS_USEC_OCCURENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_USEC_OCCURENCES_V, object_name:IGS_SS_USEC_OCCURENCES_V, status:VALID, product: IGS - Student System , description: This view stores Unit Section Occurrences. , implementation_dba_data: APPS.IGS_SS_USEC_OCCURENCES_V ,
-
View: IGS_PS_UNIT_LOCATION_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_US_UNSCHED_CL_V
12.1.1
-
View: IGS_PS_US_UNSCHED_CL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_LOCATION_V
12.1.1
-
View: IGS_PS_FAC_USEC_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FAC_USEC_HIST_V, object_name:IGS_PS_FAC_USEC_HIST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_FAC_USEC_HIST_V ,
-
View: IGS_SS_USEC_OCCURENCES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view stores Unit Section Occurrences. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_FAC_USEC_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_FAC_USEC_HIST_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_LOCATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_LOCATION_V, object_name:IGS_PS_UNIT_LOCATION_V, status:VALID,
-
VIEW: APPS.IGS_SS_USEC_OCCURENCES_V
12.1.1
-
VIEW: APPS.IGS_PS_US_UNSCHED_CL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_US_UNSCHED_CL_V, object_name:IGS_PS_US_UNSCHED_CL_V, status:VALID,
-
VIEW: APPS.IGS_SS_USEC_OCCURENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_USEC_OCCURENCES_V, object_name:IGS_SS_USEC_OCCURENCES_V, status:VALID,
-
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 ,
-
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 ,
-
View: IGS_PS_USEC_OCCURS_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_OCCURS_FULL_V, object_name:IGS_PS_USEC_OCCURS_FULL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USEC_OCCURS_FULL_V ,
-
VIEW: APPS.IGSFV_APPL_PANEL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_PANEL_DETAILS, object_name:IGSFV_APPL_PANEL_DETAILS, status:VALID,
-
VIEW: APPS.IGSFV_USEC_MEETING_SCHEDULES
12.1.1
-
VIEW: APPS.IGS_PS_FAC_USEC_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FAC_USEC_HIST_V, object_name:IGS_PS_FAC_USEC_HIST_V, status:VALID,
-
View: IGS_PS_USEC_OCCURS_FULL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PS_SCH_LOC_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_SCH_LOC_INT, object_name:IGS_PS_SCH_LOC_INT, status:VALID,
-
VIEW: APPS.IGS_PS_USEC_OCCURS_FULL_V
12.1.1
-
VIEW: APPS.IGS_PS_USEC_OCCURS_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_OCCURS_FULL_V, object_name:IGS_PS_USEC_OCCURS_FULL_V, status:VALID,
-
View: IGSFV_APPL_PANEL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_PANEL_DETAILS, object_name:IGSFV_APPL_PANEL_DETAILS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_APPL_PANEL_DETAILS ,
-
View: IGSFV_APPL_PANEL_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_USEC_OCCURS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_OCCURS_V, object_name:IGS_PS_USEC_OCCURS_V, status:VALID,
-
VIEW: APPS.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,
-
View: IGS_PS_USEC_OCCURS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_OCCURS_V, object_name:IGS_PS_USEC_OCCURS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USEC_OCCURS_V ,
-
View: IGS_PS_USEC_OCCURS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_USEC_SCHEDULE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_USEC_SCHEDULE
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,