Search Results new_he_entrant_code
Overview
The view APPS.IGSBV_ST_UNIT_SET_ATT_HESA_DET is a base business view within the Oracle E-Business Suite Student System (IGS) product family. It exposes Student Unit Set Attempt HESA (Higher Education Statistics Agency) detail records, providing a consolidated, query-ready representation of the statutory data elements that UK higher education institutions must report to HESA. In Oracle EBS 12.1.1 and 12.2.2, this view functions as an abstraction layer over the underlying attempt-level storage, allowing reporting tools, extracts, and integration interfaces to retrieve HESA-relevant attributes without directly joining the constituent base tables.
The view carries the IGSBV_ prefix, the naming convention Oracle reserves for base views in the Student System. Such views are commonly referenced by Oracle-delivered concurrent programs, OBIEE/XML Publisher reports, and custom extract routines used for statutory returns. Because HESA returns are period-driven and reconciliation-sensitive, the view is intended to present a stable column set that maps internal codes to recognizable HESA field semantics.
Underlying Base Objects
The ETRM metadata for this object does not document explicit referenced base objects. The view text, however, derives its columns from a Student Unit Set Attempt source (aliased SUSA) joined to the person/party table (aliased PER) to expose PERSON_NUMBER from PARTY_NUMBER. The SUSA prefix corresponds to the Student Unit Set Attempt entity that holds the HESA detail attributes, keyed in part by HESA_EN_SUSA_ID and PERSON_ID.
In the broader IGS data model, Student Unit Set Attempt records link a student's enrolment to the specific unit sets attempted in a period, with module/unit occurrences and versions resolved through related tables. The view flattens these attempt-level attributes into a single row per attempt, joining to the party table purely to surface the human-readable person number rather than the internal PERSON_ID.
Key Columns
HESA_EN_SUSA_ID– Primary identifier for the HESA student unit set attempt record.PERSON_ID/PERSON_NUMBER– Internal party identifier and the external person/student number.PROGRAM_CODE,UNIT_SET_CODE,UNIT_SET_VERSION_NUMBER,SEQUENCE_NUMBER– Programme and unit set identification for the attempt.NEW_HE_ENTRANT_CODE,MODE_OF_STUDY,LOCATION_OF_STUDY,COMPLETION_STATUS– Core HESA student and study descriptors.FUNDABILITY_CODE,FEE_BAND,FEE_ELIGIBILITY,MAJOR_SOURCE_TUITION_FEE,NON_PAYMENT_REASON– Funding and fee-related reporting attributes.CREDIT_VALUE_YOP1…CREDIT_VALUE_YOP4,LEVEL_CREDIT_1…LEVEL_CREDIT_3– Credit value and level for years of programme.CREDIT_PTS_ACHIEVED1,CREDIT_LEVEL_ACHIEVED1,CREDIT_PTS_ACHIEVED2,CREDIT_LEVEL_ACHIEVED2– Credit points and level achieved, including theCREDIT_LEVEL_ACHIEVED4family searched by the user.FTE_PERC_OVERRIDE,FTE_INTENSITY,FTE_CALC_TYPE,CALCULATED_FTE– Full-time equivalent calculation attributes.YEAR_OF_STUDENT_ON_PROGRAM,TYPE_PROGRAM_YEAR– Year-of-programme reporting fields.
Common Use Cases and Queries
Typical use is HESA return preparation, credit achievement reconciliation, and funding analysis. A representative query filters by person or programme:
SELECT PERSON_NUMBER, PROGRAM_CODE, UNIT_SET_CODE,
CREDIT_LEVEL_ACHIEVED1, CREDIT_LEVEL_ACHIEVED2,
CREDIT_PTS_ACHIEVED1, CALCULATED_FTE, FTE_INTENSITY
FROM APPS.IGSBV_ST_UNIT_SET_ATT_HESA_DET
WHERE PERSON_NUMBER = :p_person_number;
For credit-level analysis across attempts, aggregate the achieved credit columns grouped by programme and level. Analysts searching for credit_level_achieved4 should note that the documented excerpt exposes achieved credit levels for the first and second positions (CREDIT_LEVEL_ACHIEVED1, CREDIT_LEVEL_ACHIEVED2); where a fourth achieved level is required, the column set continues in the truncated portion of the view definition and should be validated directly against the deployed view in the target instance using ALL_VIEWS / DBA_VIEWS.
-
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: 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: APPS.IGSBV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
-
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 ,
-
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: APPS.IGSFV_ST_UNIT_SET_ATT_HESA_DET
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
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,
-
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'. ,