Search Results igs_ps_unit_ofr_opt_all
Overview
The table IGS_PS_UNIT_OFR_OPT_ALL is a core data entity within the Oracle E-Business Suite's now-obsolete Student System (IGS) module. It serves as the master definition for a specific offering instance, or "section," of an academic unit (course). The table defines the available options for each unit offering, effectively representing the intersection of a unit version, a calendar instance (e.g., Semester 1, 2024), a location, and a class type (e.g., Lecture, Tutorial). This record, often referenced by its unique identifier UOO_ID, is the fundamental building block for student enrollment, assessment scheduling, and financial accounting related to unit offerings in versions 12.1.1 and 12.2.2 of the application.
Key Information Stored
The table's structure captures the multidimensional nature of a unit offering. Its primary keys reveal the critical dimensions: UNIT_CD and VERSION_NUMBER identify the specific unit; CAL_TYPE and CI_SEQUENCE_NUMBER define the academic calendar period; LOCATION_CD specifies the campus; and UNIT_CLASS indicates the instruction mode. The surrogate key UOO_ID provides a single, unique identifier for the offering option. Other significant columns include GRADING_SCHEMA_CD and GS_VERSION_NUMBER to link to the applicable grading scheme, REV_ACCOUNT_CD for financial revenue account mapping, and UNIT_CONTACT to associate an instructor or responsible party from the HZ_PARTIES table.
Common Use Cases and Queries
This table is central to operational and reporting queries in the student lifecycle. A common use case is generating a schedule of offerings for a given term and location. A typical query would join to IGS_PS_UNIT_OFR_PAT_ALL for pattern details and IGS_AD_LOCATION_ALL for location descriptions. Another critical use is validating enrollment eligibility, where a student's planned units (IGS_EN_PLAN_UNITS) are checked against the active offerings in this table. For assessment purposes, queries often retrieve all UOO_IDs for a specific unit and term to assign graders or schedule exams. A sample SQL pattern to list active offerings would be:
- SELECT uoo.unit_cd, uoo.location_cd, uoo.unit_class, loc.location_name
- FROM igs_ps_unit_ofr_opt_all uoo,
- igs_ad_location_all loc
- WHERE uoo.cal_type = :p_term_type
- AND uoo.ci_sequence_number = :p_term_seq
- AND uoo.location_cd = loc.location_cd(+);
Related Objects
As a central hub table, IGS_PS_UNIT_OFR_OPT_ALL has extensive relationships. It is a direct child of IGS_PS_UNIT_OFR_PAT_ALL, which defines the broader unit offering pattern. Its primary identifier, UOO_ID, is referenced as a foreign key in numerous transactional tables across the Student System, including IGS_EN_PLAN_UNITS (for student study plans), IGS_EN_SPL_PERM (for special permissions), IGS_AS_USEC_SESSNS (for assessment sessions), and IGS_FI_ACC_ALL for financial accounting. It also links to master data tables like IGS_AS_GRD_SCHEMA for grading, IGS_AD_LOCATION_ALL for campuses, and HZ_PARTIES for contacts, highlighting its integrative role in the application's data model.
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available options for each unit offering. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_X_USEC
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Cross Listed Unit Sections. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNT_OFR_OPT_N
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the notes associated with a unit offering option. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_X_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the Cross Listed Units , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_TCH_RESP_OVRD_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the teaching responsibility override details for a given unit offering option. Where an override is specified, it must total 100% for any given unit offering option. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_SPNSRSHP
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Sponsorship Information for a Unit Section. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_TCH_RESP
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the Teaching Responsibilities for a Unit Section , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_LIM_WLST
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit Section Limits and Waitlist information , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_REF
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the relation between Unit Sections and Unit Section Reference Codes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_AS
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the relation between Unit Sections and Assessments done in it. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IGS_PS_USEC_CPS
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the Credit Points for a Unit Section , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_RU
12.2.2
product: IGS - Student System (Obsolete) , description: This table is used to store Unit Section Version Rules , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SC_USEC_ORG_UNSEC_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_FAC_CAL_INST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_SV
12.2.2
product: IGS - Student System (Obsolete) , description: Secured View for the IGS_PS_UNIT_OFR_OPT_ALL table , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_RPT_FMLY
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the Repeat Family for a Unit Section , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNITASS_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes all the assessment items for a unit section. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_RSV_USEC_PRI
12.2.2
product: IGS - Student System (Obsolete) , description: Describes priorities for the reserved seating at unit Section level , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_PLAN_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the student planning sheet unit attempt details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_WLST_PRI
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Waitlist Priorities for a Unit Section , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SPL_PERM
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the latest transaction of special permission request. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FAI_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Fee Assessment Item Detail table, which stores Unit Information of a fee assessment item record. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_X_GRPMEM
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains information about Unit Sections that are part of the Unit Section Cross-Listed Group. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_ACCTS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds revenue account segment values for a unit section , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_US_AI_GROUP
12.2.2
product: IGS - Student System (Obsolete) , description: Unit Section Assessment Item Group , implementation_dba_data: Not implemented in this database ,
-
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_EN_ELGB_OVR_UOO
12.2.2
product: IGS - Student System (Obsolete) , description: This table is used to capture the Unit and Unit section Details of the overridden Enrollment Eligibility Unit Steps. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_RPT_COND
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Repeat Conditions for a Unit Section. Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_UNIT_CLASS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available unit classes, which map to unit mode , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_RSV_EXT
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the seats used for each reserve seating category. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_SP_FEES
12.2.2
product: IGS - Student System (Obsolete) , description: Table for storing special fee associated with a unit section , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_NOTIFY_BE
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Information of the Business event generated , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_GRD_SCHM
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Grading Schemas related to the Unit Sections. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_USEC_SESSNS
12.2.2
product: IGS - Student System (Obsolete) , description: New table to store Unit Section Session details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_CATEGORY
12.2.2
product: IGS - Student System (Obsolete) , description: This table records the categories for unit sections. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_US_EXAM_MEET
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains Unit Sections that are part of the Meet With Exam Group. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_GAA_SUB_HIST
12.2.2
product: IGS - Student System (Obsolete) , description: Used to capture the Grades and Attendance submission History of Unit sections. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_CHARGE
12.2.2
product: IGS - Student System (Obsolete) , description: Table for storing the data for additional charges for a Unit Section - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_RSV_TEMP
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the details for a short time to revert back the changes in the various system tables if the transaction is not complete in self service due to unexpected errors such as browser window is closed abruptly or client machine is shutdow , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_NSUS_RTN
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the info about Retention master setup , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_USEC_DISC_DL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains all the columns related to non-standard unit section discontinuation deadline dates , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USO_CLAS_MEET
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains all Unit Section Occurrences that are part of the Class Meet Group. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_ELGB_OVR_STEP
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Enrollment Eligibility Override information for each validation step. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_NSTD_USEC_DL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the columns related to non-standard unit section enrollment deadline dates , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_PRV_GRAD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the relation between Unit Sections and their Previous Grades Qualifying for Repeat , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_STU_TRN_CMTS
12.2.2
product: IGS - Student System (Obsolete) , description: Table to be populated with transcript comments for the student. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_GRD_SCHEMA
12.2.2
product: IGS - Student System (Obsolete) , description: Describes set of available marks, grades, and results used in the assessment of student unit attempts , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_TCH_RSOV_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the teaching responsibility override details for a given unit offering option. Where an override is specified, it must total 100% for any given unit offering option. , implementation_dba_data: Not implemented in this database ,