Search Results fee_eligibility
Overview
IGS_HE_UCAS_IMP_INT is a staging interface table within the Oracle E-Business Suite IGS – Student System module. It is documented as an obsolete component in the ETRM reference for releases 12.1.1 and 12.2.2, and the ETRM implementation record explicitly notes that it is not implemented in this database, meaning that on environments where the object is absent it should be treated as a legacy artifact rather than an active repository.
The table's stated purpose is to hold Higher Education Statistics Agency (HESA) student detail records arriving from UCAS and other legacy source systems. In practice it functions as an inbound landing zone: external submission files are loaded into this table, validated, corrected, and then propagated downstream into the core student registration and statutory reporting structures.
Data Vault classification is provided as a heuristic mined from the foreign-key structure and is rated standalone. Where such a classification is offered, it is best read as a modeling suggestion: the table carries no parent hub relationships of its own and is referenced only by a dependent error table, so it behaves as a single, self-contained staging entity rather than as a conventional hub, link, or satellite.
Key Information Stored
The physical schema documented for 12.1.1 defines 54 columns owned by the IGS schema. The surrogate primary key is INTERFACE_HESA_ID, enforced by the unique index IGS_HE_UCAS_IMP_INT_PK, which is also the only business-key candidate identified. The most significant columns fall into distinct groups:
- Load control:
BATCH_IDgroups records from a single submission;INTERFACE_HESA_IDuniquely identifies each row. - Student identity:
HUSID(HESA unique student identifier),PERSON_NUMBER(link to the person record),SURNAME,GIVEN_NAMES,BIRTH_DT, andSEX. - Programme and entry data:
COURSE_CD,UNIT_SET_CD,UCASNUM,YEAR_LEFT, andHIGHEST_QUAL_ON_ENTRY. - Personal characteristics:
DOMICILE_CD,COUNTRY_CODE,ETHNIC_ORIGIN,DISABILITY_TYPE,POSTCODE,SOCIAL_CLASS_IND, andOCCUPATION_CODE. - Tariff and qualification detail:
TOTAL_UCAS_TARIFF, the paired*N/*TScolumns spanning GCE A/AS, VCE, KS, UKS, SAH, SH, SI2, SSGC, SCS, and AEA awards, plusSUBJECT_QUALAIM1throughSUBJECT_QUALAIM3andQUALAIM_PROPORTION. - Other:
FEE_ELIGIBILITY,INST_CODE,SCOTVEC, andPREV_INST_LEFT_DATE.
Common Use Cases and Queries
Typical use is reconciliation and exception handling during statutory returns. A batch-level row count confirms load completeness:
SELECT BATCH_ID, COUNT(*) FROM IGS_HE_UCAS_IMP_INT GROUP BY BATCH_ID;
Exception triage joins the staging rows to the error table on INTERFACE_HESA_ID to isolate rejected records before correcting and resubmitting them. Tariff analysis aggregates TOTAL_UCAS_TARIFF by COURSE_CD or DOMICILE_CD, while characteristics such as ETHNIC_ORIGIN and DISABILITY_TYPE support equal-opportunities and widening-participation reporting. Because the table is documented as obsolete and unimplemented, any query against it should first be verified against the target instance's data dictionary.
Related Objects
- IGS_HE_UCAS_IMP_ERR — the principal dependent table; its
INTERFACE_HESA_IDcolumn carries a foreign key to this table, holding validation failures for each staged row. - IGS_HE_UCAS_IMP_INT_PK — the primary key constraint and unique index on
INTERFACE_HESA_ID, referenced by the error table. - Person and student registration tables reached via
PERSON_NUMBER, the practical path for promoting validated staging rows into the student record. - Course and unit-set validation objects matched on
COURSE_CDandUNIT_SET_CDto confirm the submitted programme exists. - HESA return and extract processes that consume the characteristics and qualification columns for regulatory submissions.
-
Table: IGS_HE_UCAS_IMP_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UCAS_IMP_INT, object_name:IGS_HE_UCAS_IMP_INT, status:VALID, product: IGS - Student System , description: Interface table to store the HESA student details from UCAS and other legacy systems , implementation_dba_data: IGS.IGS_HE_UCAS_IMP_INT ,
-
Table: IGS_HE_EN_SUSA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_EN_SUSA, object_name:IGS_HE_EN_SUSA, status:VALID, product: IGS - Student System , description: This table stores HESA information acquired during enrolment of a student on to a program unit set attempt , implementation_dba_data: IGS.IGS_HE_EN_SUSA ,
-
Table: IGS_HE_LGY_SUSA_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_LGY_SUSA_INT, object_name:IGS_HE_LGY_SUSA_INT, status:VALID, product: IGS - Student System , description: Interface table for HESA Student Unit Set Details. , implementation_dba_data: IGS.IGS_HE_LGY_SUSA_INT ,
-
View: IGSBV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ST_UNIT_SET_ATT_HESA_DET, object_name:IGSBV_ST_UNIT_SET_ATT_HESA_DET, status:VALID, product: IGS - Student System , description: Base business view to allow queries on Student Unit Set Attempt HESA Details. , implementation_dba_data: APPS.IGSBV_ST_UNIT_SET_ATT_HESA_DET ,
-
View: IGSBV_ST_UNIT_SET_ATT_HESA_DET
12.2.2
product: IGS - Student System (Obsolete) , description: Base business view to allow queries on Student Unit Set Attempt HESA Details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
-
View: IGS_HE_EN_SUSA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Student Unit Set attempt HESA details , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_HE_UCAS_IMP_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UCAS_IMP_INT, object_name:IGS_HE_UCAS_IMP_INT, status:VALID,
-
View: IGSFV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_UNIT_SET_ATT_HESA_DET, object_name:IGSFV_ST_UNIT_SET_ATT_HESA_DET, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Unit Set Attempt HESA Details. , implementation_dba_data: APPS.IGSFV_ST_UNIT_SET_ATT_HESA_DET ,
-
View: IGS_HE_EN_SUSA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_EN_SUSA_V, object_name:IGS_HE_EN_SUSA_V, status:VALID, product: IGS - Student System , description: Stores Student Unit Set attempt HESA details , implementation_dba_data: APPS.IGS_HE_EN_SUSA_V ,
-
View: IGSFV_ST_UNIT_SET_ATT_HESA_DET
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Student Unit Set Attempt HESA Details. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_HE_EN_SUSA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_EN_SUSA, object_name:IGS_HE_EN_SUSA, status:VALID,
-
TABLE: IGS.IGS_HE_LGY_SUSA_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_LGY_SUSA_INT, object_name:IGS_HE_LGY_SUSA_INT, status:VALID,
-
VIEW: APPS.IGS_HE_EN_SUSA_V
12.1.1
-
VIEW: APPS.IGS_HE_EN_SUSA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_EN_SUSA_V, object_name:IGS_HE_EN_SUSA_V, status:VALID,
-
APPS.IGS_HE_SUSA_LGCY_PUB SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ST_UNIT_SET_ATT_HESA_DET, object_name:IGSBV_ST_UNIT_SET_ATT_HESA_DET, status:VALID,
-
VIEW: APPS.IGSFV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
-
APPS.IGS_EN_HESA_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_EN_SUSA_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_HE_SUSA_LGCY_PUB
12.1.1
-
VIEW: APPS.IGSFV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_UNIT_SET_ATT_HESA_DET, object_name:IGSFV_ST_UNIT_SET_ATT_HESA_DET, status:VALID,
-
APPS.IGS_HE_PROG_TRANSFER_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_ADI_UPLD_PR_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_EN_SUSA_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_HESA_PKG
12.1.1
-
APPS.IGS_HE_IMPORT_DATA SQL Statements
12.1.1
-
APPS.IGS_HE_SUSA_LGCY_PUB dependencies on IGS_HE_LGY_SUSA_INT
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_SUSA_LGCY_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_ADI_UPLD_PR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_PROG_TRANSFER_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_IMPORT_DATA
12.1.1
-
APPS.IGS_HE_IMPORT_DATA dependencies on FND_FILE
12.1.1
-
APPS.IGS_HE_IMPORT_DATA dependencies on FND_MESSAGE
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'. ,