Search Results igs_en_unit_set_all
Overview
The IGS_EN_UNIT_SET_ALL table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) for releases 12.1.1 and 12.2.2. It serves as the master repository for defining unit sets, which are logical sub-groupings or specializations within an academic course. These groupings, such as Majors, Minors, Streams, or Strands, represent a structured collection of units (subjects) that a student can undertake as part of their broader course of study. The table's primary role is to store the definitional metadata for each unit set, which is then integrated with the Rules Sub-system to govern the completion requirements and academic progression for students enrolled in these specializations. The "_ALL" suffix indicates it is a multi-org enabled table, capable of storing data for multiple operating units.
Key Information Stored
The table's structure is designed to uniquely identify and describe each version of a unit set. The primary key is a composite of UNIT_SET_CD and VERSION_NUMBER, establishing a version-controlled model for academic structures. While the provided ETRM excerpt does not list all columns, the key fields implied by its relationships and purpose include the unit set code, a descriptive name, its effective dates (start and end), the associated course code, and the unit set type (e.g., MAJOR, MINOR). The version number is critical for tracking curriculum changes over time, allowing historical student enrollments to be linked to the specific rule version they followed.
Common Use Cases and Queries
This table is central to numerous academic and administrative processes. Common use cases include defining and maintaining curriculum specializations, validating student enrollment against unit set rules, and generating reports on student populations within specific majors or streams. For reporting, a typical query might join this table to student enrollment or course offering tables. A fundamental SQL pattern retrieves active unit sets for a given course:
SELECT unit_set_cd, version_number FROM igs_en_unit_set_all WHERE course_cd = '&course_code' AND SYSDATE BETWEEN start_dt AND NVL(end_dt, SYSDATE);
Another critical pattern involves joining to the IGS_PS_OFR_UNIT_SET table to understand which unit sets are offered in specific academic periods (calendars). Data from this table also feeds into fee assessment logic, where charges may be tied to a student's chosen unit set.
Related Objects
The IGS_EN_UNIT_SET_ALL table has extensive relationships across the Student System, as evidenced by its foreign key constraints. Key related objects include:
- IGS_PS_OFR_UNIT_SET: Links unit sets to specific course offerings and teaching calendars.
- IGS_EN_UNIT_SET_MAP: Defines mapping relationships between different unit sets.
- IGS_FI_FEE_AS_ITEMS & IGS_FI_FEE_AS_RATE: Connect unit sets to financial fee assessment rules and rates.
- IGS_AS_GPC_UNIT_SETS: Associates unit sets with grading patterns or cohorts.
- IGS_AD_PS_APPL_INST_ALL: References the unit set in admissions application instances.
- IGS_HE_POOUS_ALL and related tables: Support Higher Education (HE) reporting and statutory requirements.
These relationships are primarily established via joins on the composite key columns: UNIT_SET_CD and VERSION_NUMBER (or US_VERSION_NUMBER).
-
Table: IGS_EN_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_ALL, object_name:IGS_EN_UNIT_SET_ALL, status:VALID, product: IGS - Student System , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_ALL ,
-
Table: IGS_EN_UNIT_SET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_UNIT_SET_PKG dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_EN_VAL_SUSA dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_EN_VAL_USFT dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_PS_VAL_POS dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_PS_VAL_CEPRC dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_PS_VAL_POS dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_EN_VAL_USFT dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_PS_US_PRENR_CFG_PKG dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_EN_UNIT_SET_ALL
12.1.1
-
APPS.IGS_PS_VAL_CEPRC dependencies on IGS_EN_UNIT_SET_STAT
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_UNIT_SET_CAT
12.1.1
-
APPS.IGS_PS_VAL_CEPRC dependencies on IGS_PS_OFR_UNIT_SET
12.1.1
-
APPS.IGS_PS_VAL_CEPRC dependencies on IGS_PS_OFR_OPT
12.1.1
-
VIEW: APPS.IGSFV_PR_STDNT_PRG_PGM_CNCTRNS
12.1.1
-
APPS.IGS_EN_UNIT_SET_PKG dependencies on IGS_EN_UNIT_SET_STAT
12.1.1
-
SYNONYM: APPS.IGS_EN_UNIT_SET_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_UNIT_SET_ALL, status:VALID,
-
VIEW: APPS.IGSBV_PR_STDNT_PRG_PGM_CNCTRNS
12.1.1
-
VIEW: APPS.IGS_EN_UNIT_SET_ALL_DFV
12.1.1
-
VIEW: APPS.IGSBV_ST_PR_CONCENTRATION_ATTS
12.1.1
-
VIEW: APPS.IGSBV_STU_PRG_CNCTRN_ATTEMPT
12.1.1
-
APPS.IGS_EN_UNIT_SET_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_AD_ADM_APPL_PROG_DES
12.1.1
-
APPS.IGS_PS_US_PRENR_CFG_PKG dependencies on IGS_EN_UNIT_SET_STAT
12.1.1
-
VIEW: APPS.IGSFV_STU_PRG_CNCTRN_ATTEMPT
12.1.1
-
VIEW: APPS.IGSFV_CONCENTRATIONS
12.1.1
-
VIEW: APPS.IGSFV_ST_PR_CONCENTRATION_ATTS
12.1.1
-
APPS.IGS_PS_VAL_CEPRC SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_CONCENTRATIONS
12.1.1
-
VIEW: APPS.IGSBV_UNIT_SET_FLD_OF_STUDIES
12.1.1
-
VIEW: APPS.IGSFV_UNIT_SET_FLD_OF_STUDIES
12.1.1
-
View: IGSFV_ST_PR_CONCENTRATION_ATTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_PR_CONCENTRATION_ATTS, object_name:IGSFV_ST_PR_CONCENTRATION_ATTS, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSFV_ST_PR_CONCENTRATION_ATTS ,
-
APPS.IGS_EN_VAL_SUSA dependencies on IGS_EN_UNIT_SET_STAT
12.1.1
-
VIEW: APPS.IGSBV_PROG_CONCENTRATIONS
12.1.1
-
View: IGSFV_STU_PRG_CNCTRN_ATTEMPT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes student's attempt at program unit set , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_VAL_CEPRC dependencies on IGS_PS_OF_OPT_UNT_ST
12.1.1
-
View: IGSFV_ST_PR_CONCENTRATION_ATTS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes student's attempt at program unit set , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STU_PRG_CNCTRN_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STU_PRG_CNCTRN_ATTEMPT, object_name:IGSFV_STU_PRG_CNCTRN_ATTEMPT, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSFV_STU_PRG_CNCTRN_ATTEMPT ,
-
VIEW: APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES
12.1.1
-
Table: IGS_EN_UNIT_SET_MAP
12.2.2
product: IGS - Student System (Obsolete) , description: Unit Set Mapping , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PROG_CONCENTRATIONS
12.1.1
-
Table: IGS_EN_UNIT_SET_MAP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_MAP, object_name:IGS_EN_UNIT_SET_MAP, status:VALID, product: IGS - Student System , description: Unit Set Mapping , implementation_dba_data: IGS.IGS_EN_UNIT_SET_MAP ,
-
PACKAGE: APPS.IGS_PS_VAL_POS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_VAL_POS, status:VALID,
-
Table: IGS_PR_SDT_PR_UNT_ST
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains unit sets from which the student will be excluded in a course attempt , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_POOUS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_POOUS_ALL, object_name:IGS_HE_POOUS_ALL, status:VALID, product: IGS - Student System , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: IGS.IGS_HE_POOUS_ALL ,
-
Table: IGS_EN_UNIT_SET_RULE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_RULE, object_name:IGS_EN_UNIT_SET_RULE, status:VALID, product: IGS - Student System , description: This entity describes the Unit set rules. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_RULE ,
-
Table: IGS_SS_AD_UNITSE_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_UNITSE_STG, object_name:IGS_SS_AD_UNITSE_STG, status:VALID, product: IGS - Student System , description: Staging table for applicant desired unit set details for a self service admission application program instance , implementation_dba_data: IGS.IGS_SS_AD_UNITSE_STG ,
-
VIEW: APPS.IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.1.1