Search Results igs_ad_ps_aplinstunt_all
Overview
The table IGS_AD_PS_APLINSTUNT_ALL is a core data structure within the Oracle E-Business Suite Student System (IGS) module, specifically for the admissions process. It stores detailed information about individual unit applications submitted as part of a larger admission application. This includes applications for units within a nominated program of study or for non-award units. The table functions as a child entity, linking an applicant's broader admission application instance to the specific academic units for which they are applying. Its design supports the complex, multi-step nature of admissions in higher education, tracking each unit request's status, location, and academic parameters.
Key Information Stored
The table's primary key is the surrogate key ADM_PS_APPL_INST_UNIT_ID. A unique key enforces business rule integrity by combining identifiers for the applicant (PERSON_ID, ADMISSION_APPL_NUMBER), the nominated course (NOMINATED_COURSE_CD, ACAI_SEQUENCE_NUMBER), and the specific unit details (UNIT_CD, UV_VERSION_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER, LOCATION_CD, UNIT_CLASS). Critical columns include ADM_UNIT_OUTCOME_STATUS, which links to a lookup of possible unit application outcomes, and UNIT_MODE, defining the study mode. The table also captures supervisory unit relationships (SUP_UNIT_CD, SUP_UV_VERSION_NUMBER), assessment tracking (ASS_TRACKING_ID), and data on any waived prerequisites (RULE_WAIVED_PERSON_ID).
Common Use Cases and Queries
This table is central to generating reports on unit-level demand during an admissions cycle, analyzing applicant preferences for specific units, locations, and study modes. A common operational use case is processing unit application outcomes, such as offers or rejections. Administrators may query this table to list all unit applications for a specific admission application or to identify applications for a particular unit version. A typical reporting query would join to the parent application instance and unit details:
- SELECT iapi.person_id, iapi.admission_appl_number, iau.unit_cd, iau.unit_class, iau.adm_unit_outcome_status FROM igs_ad_ps_aplinstunt_all iau JOIN igs_ad_ps_appl_inst_all iapi ON iau.person_id = iapi.person_id AND iau.admission_appl_number = iapi.admission_appl_number WHERE iau.nominated_course_cd = :p_course_code;
Related Objects
The table maintains extensive foreign key relationships, primarily as a child table. Its core parent is IGS_AD_PS_APPL_INST_ALL, linking via PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, and ACAI_SEQUENCE_NUMBER. It references master data and configuration tables for validation: IGS_AD_UNIT_OU_STAT (for ADM_UNIT_OUTCOME_STATUS), IGS_PS_UNIT_OFR_OPT_ALL and IGS_PS_UNIT_OFR_PAT_ALL (for UNIT_CD, UV_VERSION_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER, LOCATION_CD, UNIT_CLASS), IGS_AS_UNIT_CLASS_ALL (for UNIT_CLASS), IGS_AS_UNIT_MODE (for UNIT_MODE), and IGS_AD_LOCATION_ALL (for LOCATION_CD). It also links to IGS_PS_UNIT_VER_ALL for supervisory units, IGS_TR_ITEM_ALL for assessment tracking, and HZ_PARTIES for the person who waived a prerequisite rule.
-
Table: IGS_AD_PS_APLINSTUNT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_ALL, object_name:IGS_AD_PS_APLINSTUNT_ALL, status:VALID, product: IGS - Student System , description: Describes admission program unit applications or admission non-award unit applications , implementation_dba_data: IGS.IGS_AD_PS_APLINSTUNT_ALL ,
-
Table: IGS_AS_UNIT_CLASS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_CLASS_ALL, object_name:IGS_AS_UNIT_CLASS_ALL, status:VALID, product: IGS - Student System , description: Describes available unit classes, which map to unit mode , implementation_dba_data: IGS.IGS_AS_UNIT_CLASS_ALL ,
-
Table: IGS_AD_UNIT_OU_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_UNIT_OU_STAT, object_name:IGS_AD_UNIT_OU_STAT, status:VALID, product: IGS - Student System , description: Describes user-defined admission unit outcome statuses, which map to system admission outcome statuses , implementation_dba_data: IGS.IGS_AD_UNIT_OU_STAT ,
-
Table: IGS_AS_UNIT_MODE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_MODE, object_name:IGS_AS_UNIT_MODE, status:VALID, product: IGS - Student System , description: Describes available university unit offering modes , implementation_dba_data: IGS.IGS_AS_UNIT_MODE ,
-
View: IGSBV_ADM_PRG_APPL_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADM_PRG_APPL_UNIT, object_name:IGSBV_ADM_PRG_APPL_UNIT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_ADM_PRG_APPL_UNIT ,
-
Table: IGS_TR_ITEM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_ITEM_ALL, object_name:IGS_TR_ITEM_ALL, status:VALID, product: IGS - Student System , description: Describes each occurrence of a tracking process for a particular student. , implementation_dba_data: IGS.IGS_TR_ITEM_ALL ,
-
Table: IGS_PS_UNIT_OFR_PAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_PAT_ALL, object_name:IGS_PS_UNIT_OFR_PAT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the offering pattern of a unit offering option. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_PAT_ALL ,
-
View: IGS_AD_PS_APLINSTUNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT, object_name:IGS_AD_PS_APLINSTUNT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTUNT ,
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
View: IGSFV_ADM_PRG_APPL_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_PRG_APPL_UNIT, object_name:IGSFV_ADM_PRG_APPL_UNIT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_ADM_PRG_APPL_UNIT ,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
Table: IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_ALL ,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ALL, object_name:IGS_PS_UNIT_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each unit offering. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_OPT_ALL ,