Search Results unit_set_id
Overview
The IGS_AD_UNIT_SETS table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Admissions (IGS) module. It functions as a transactional repository for storing an applicant's ranked preferences for academic unit sets during the admission application process. A unit set typically represents a major, minor, specialization, or other defined academic plan within a nominated course of study. This table enables institutions to capture and process an applicant's desired academic paths in a prioritized order, which is critical for application evaluation, offer management, and enrollment planning. Its status as VALID confirms it is an active, supported table within the application's data model.
Key Information Stored
The table stores a combination of application identifiers, unit set details, ranking, and standard audit columns. The primary unique identifier is the UNIT_SET_ID, a system-generated sequence number. Key business columns include PERSON_ID (linking to the party in HZ_PARTIES), ADMISSION_APPL_NUMBER, and NOMINATED_COURSE_CD to uniquely identify the specific application. The academic preference is defined by UNIT_SET_CD and its VERSION_NUMBER. The RANK column holds the numerical priority (e.g., 1 for first choice) assigned by the applicant to this unit set. The table also includes standard EBS "Who" columns (CREATED_BY, CREATION_DATE, etc.) and concurrent program request identifiers for tracking data provenance.
Common Use Cases and Queries
This table is central to reporting and processes involving applicant preferences. Common use cases include generating reports on the popularity of specific unit sets, managing conditional offers based on unit set availability, and validating application completeness. A typical query retrieves all ranked unit sets for a specific application to understand an applicant's academic intentions.
- Retrieve Applicant's Ranked Unit Sets:
SELECT unit_set_cd, version_number, rank FROM igs.igs_ad_unit_sets WHERE person_id = :p_person_id AND admission_appl_number = :p_appl_number ORDER BY rank; - Report on Unit Set Demand for a Course:
SELECT unit_set_cd, version_number, COUNT(*) AS applicant_count FROM igs.igs_ad_unit_sets WHERE nominated_course_cd = :p_course_cd GROUP BY unit_set_cd, version_number ORDER BY applicant_count DESC;
Related Objects
Based on the column metadata, IGS_AD_UNIT_SETS has defined relationships with other core EBS tables. The PERSON_ID column is a foreign key to HZ_PARTIES, linking applicant data to the Trading Community Architecture (TCA) foundation. The table's primary non-unique index (IGS_AD_UNIT_SETS_U1) on UNIT_SET_ID facilitates performance for lookups using this key. A second composite index (IGS_AD_UNIT_SETS_U2) on PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, SEQUENCE_NUMBER, UNIT_SET_CD, and VERSION_NUMBER supports efficient queries that retrieve specific unit set records within the context of a full application. This table is likely referenced by other Admissions module tables and forms that manage application details and offers.
-
TABLE: IGS.IGS_AD_UNIT_SETS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_UNIT_SETS, object_name:IGS_AD_UNIT_SETS, status:VALID,
-
VIEW: APPS.IGSBV_AD_ADM_APPL_PROG_DES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_APPL_PROG_DES, object_name:IGSBV_AD_ADM_APPL_PROG_DES, status:VALID,
-
TABLE: IGS.IGR_EPU_CATEGORY_UPG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_EPU_CATEGORY_UPG, object_name:IGR_EPU_CATEGORY_UPG, status:VALID,
-
TABLE: IGS.IGS_AD_RECRUITMENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RECRUITMENTS, object_name:IGS_AD_RECRUITMENTS, status:VALID,
-
VIEW: APPS.IGSFV_AD_ADM_APPL_PROG_DES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_APPL_PROG_DES, object_name:IGSFV_AD_ADM_APPL_PROG_DES, status:VALID,
-
TABLE: IGS.IGS_AD_RECRUIT_INT_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_RECRUIT_INT_OLD, status:VALID,
-
VIEW: APPS.IGS_AD_UNIT_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UNIT_SETS_V, object_name:IGS_AD_UNIT_SETS_V, status:VALID,
-
Table: IGS_AD_UNIT_SETS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_UNIT_SETS, object_name:IGS_AD_UNIT_SETS, status:VALID, product: IGS - Student System , description: Holds desired unit set details , implementation_dba_data: IGS.IGS_AD_UNIT_SETS ,
-
Table: IGS_AD_UNIT_SETS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds desired unit set details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STDNT_RECRUITMENT, object_name:IGSBV_STDNT_RECRUITMENT, status:VALID,
-
APPS.IGS_AD_UNIT_SETS_PKG dependencies on IGS_AD_UNIT_SETS
12.1.1
-
View: IGS_AD_UNIT_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UNIT_SETS_V, object_name:IGS_AD_UNIT_SETS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_UNIT_SETS_V ,
-
VIEW: APPS.IGS_AD_RECRUITMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RECRUITMENT_V, object_name:IGS_AD_RECRUITMENT_V, status:VALID,
-
View: IGSFV_AD_ADM_APPL_PROG_DES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_APPL_PROG_DES, object_name:IGSFV_AD_ADM_APPL_PROG_DES, status:VALID, product: IGS - Student System , description: Describes desired unit set details , implementation_dba_data: APPS.IGSFV_AD_ADM_APPL_PROG_DES ,
-
View: IGSBV_STDNT_RECRUITMENT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ADM_APPL_PROG_DES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_APPL_PROG_DES, object_name:IGSBV_AD_ADM_APPL_PROG_DES, status:VALID, product: IGS - Student System , description: Describes desired unit set details , implementation_dba_data: APPS.IGSBV_AD_ADM_APPL_PROG_DES ,
-
View: IGS_AD_RECRUITMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RECRUITMENT_V, object_name:IGS_AD_RECRUITMENT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_RECRUITMENT_V ,
-
View: IGSFV_AD_ADM_APPL_PROG_DES
12.2.2
product: IGS - Student System (Obsolete) , description: Describes desired unit set details , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ADM_APPL_PROG_DES
12.2.2
product: IGS - Student System (Obsolete) , description: Describes desired unit set details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_UNIT_SETS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_RECRUITMENT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STDNT_RECRUITMENT, object_name:IGSBV_STDNT_RECRUITMENT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_STDNT_RECRUITMENT ,
-
APPS.IGS_AD_UNIT_SETS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STDNT_RECRUITMENT, object_name:IGSFV_STDNT_RECRUITMENT, status:VALID,
-
TABLE: IGS.IGS_AD_RECRUIT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RECRUIT_INT, object_name:IGS_AD_RECRUIT_INT, status:VALID,
-
APPS.IGS_AD_RECRUITMENTS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_RECRUITMENT_V
12.1.1
-
APPS.IGS_AD_UNIT_SETS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
APPS.IGS_AD_RECRUITMENTS_PKG dependencies on IGS_AD_RECRUITMENTS
12.1.1
-
View: IGSFV_STDNT_RECRUITMENT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STDNT_RECRUITMENT, object_name:IGSFV_STDNT_RECRUITMENT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_STDNT_RECRUITMENT ,
-
PACKAGE BODY: APPS.IGS_AD_UNIT_SETS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_RECRUITMENTS_PKG
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER SQL Statements
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_INT_RECONSIDER
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
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'. ,
-
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'. ,