Search Results activity_type_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_USEC_ACT_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_ACT_TYPE_V, object_name:IGS_PS_USEC_ACT_TYPE_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USEC_ACT_TYPE_V ,
-
View: IGS_PS_USEC_ACT_TYPE_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_USEC_ACT_TYPE_V
12.1.1
-
VIEW: APPS.IGS_PS_USEC_ACT_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_ACT_TYPE_V, object_name:IGS_PS_USEC_ACT_TYPE_V, status:VALID,
-
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_US_UNSCHED_CL_V
12.1.1
-
TABLE: IGS.IGS_PS_USEC_ACT_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_ACT_TYPE, object_name:IGS_PS_USEC_ACT_TYPE, status:VALID,
-
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: OTFV_RESOURCE_CHECKLIST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCE_CHECKLIST ,
-
View: OTFV_RESOURCE_CHECKLIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCE_CHECKLIST ,
-
VIEW: APPS.OTFV_RESOURCE_CHECKLIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID,
-
VIEW: APPS.OTFV_RESOURCE_CHECKLIST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID,
-
APPS.IGS_PS_USEC_ACT_TYPE_PKG SQL Statements
12.1.1
-
VIEW: APPS.OTFV_RESOURCE_CHECKLIST
12.1.1
-
VIEW: APPS.OTFV_RESOURCE_CHECKLIST
12.2.2
-
PACKAGE BODY: APPS.IGS_PS_USEC_ACT_TYPE_PKG
12.1.1
-
APPS.IGS_PS_USEC_ACT_TYPE_PKG dependencies on IGS_PS_USEC_ACT_TYPE
12.1.1
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,
-
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'. ,