Search Results igs_he_code_values
Overview
IGS_HE_CODE_VALUES is a reference (lookup) table in the IGS — Student System product of Oracle E-Business Suite, owned by the IGS schema. Its documented purpose is to hold the code values for each defined HESA (Higher Education Statistics Agency) code type in the system. In practice, this table acts as the value-level companion to IGS_HE_CODE_TYPES: the parent table defines the categories of HESA coding, while IGS_HE_CODE_VALUES enumerates the individual valid codes belonging to each category, together with their descriptions and an active/closed indicator.
Under a heuristic Data Vault classification mined from its foreign key structure, this object is satellite-leaning. It carries descriptive attributes (value description, audit columns, closed indicator) attached to a business key composed of CODE_TYPE and VALUE, and it references a single parent. It does not behave as a hub or a link, since it introduces no independent business entity of its own and resolves no many-to-many relationship. It is best modelled as a descriptive satellite over the HESA code-type construct, with the parent IGS_HE_CODE_TYPES supplying the hub context.
Key Information Stored
The table is documented with nine physical columns. The most significant are:
- CODE_TYPE — the HESA code category to which a value belongs; this is the foreign key column that joins to IGS_HE_CODE_TYPES.
- VALUE — the coded value itself, the abbreviation or numeric code accepted for the given type.
- VALUE_DESCRIPTION — the human-readable meaning of the code, used in list of values displays and reports.
- CLOSED_IND — indicates whether the code value is still valid for entry or has been retired from active use.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — the standard Oracle EBS audit columns tracking who created and last modified the row, and through which login session.
The primary key is IGS_HE_CODE_VALUES_PK, defined over the composite of (CODE_TYPE, VALUE). A separate unique index, IGS_HE_CODE_VALUES_U1, is documented over the same two columns (CODE_TYPE, VALUE), confirming that this pair is the natural business key of the table rather than a system-generated surrogate. Because the key is composite and drawn from meaningful data, the primary key and the business-key candidate coincide here; there is no separate meaningless sequence column in the documented schema.
Common Use Cases and Queries
The table is principally consumed for validation and presentation. When a user enters a HESA code on a student record, the application resolves the code against this table for the relevant CODE_TYPE. Reporting queries typically join to the parent type table to present both the category and the value description:
- List all active values for a given HESA code type:
SELECT value, value_description FROM igs.igs_he_code_values WHERE code_type = :type AND NVL(closed_ind,'N') = 'N' ORDER BY value; - Present a fully described code on a student extract: join IGS_HE_CODE_TYPES on CODE_TYPE to obtain the type description alongside VALUE_DESCRIPTION.
- Audit recently changed reference data: filter on LAST_UPDATE_DATE to identify codes added or amended during a reporting period.
- Identify retired codes still referenced on historical records, by selecting rows where CLOSED_IND is set but the code remains in use.
Because this is reference data, direct DML is normally discouraged; changes should be made through the supported HESA code maintenance functionality so that dependent validation and any cached lists of values remain consistent.
Related Objects
- IGS_HE_CODE_TYPES — the parent table; IGS_HE_CODE_VALUES.CODE_TYPE references it. This is the primary join and the defining parent-child relationship in the documented metadata.
- IGS_HE_CODE_VALUES_PK and IGS_HE_CODE_VALUES_U1 — the primary key constraint and unique index enforcing the (CODE_TYPE, VALUE) business key.
- Student and admissions base tables that capture HESA-coded attributes (for example student programme, qualification and enrolment records within the IGS schema) resolve their entered codes through this table rather than storing free text.
- HESA statutory return extracts and associated reporting views depend on this table to translate stored codes into the descriptions and formats required for submission.
- Generic Oracle EBS list-of-values and reference-data validation mechanisms reference the table by CODE_TYPE and VALUE for user-facing code selection.
-
Table: IGS_HE_CODE_VALUES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_CODE_VALUES, object_name:IGS_HE_CODE_VALUES, status:VALID, product: IGS - Student System , description: Holds the Code Values for each defined HESA Code type in the system , implementation_dba_data: IGS.IGS_HE_CODE_VALUES ,
-
View: IGS_HE_ST_PRG_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_PRG_DTLS_V, object_name:IGS_HE_ST_PRG_DTLS_V, status:VALID, product: IGS - Student System , description: Stores HESA Program details , implementation_dba_data: APPS.IGS_HE_ST_PRG_DTLS_V ,
-
View: IGS_HE_ST_SPA_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_SPA_DTLS_V, object_name:IGS_HE_ST_SPA_DTLS_V, status:VALID, product: IGS - Student System , description: Student Program Attempt HESA Details , implementation_dba_data: APPS.IGS_HE_ST_SPA_DTLS_V ,
-
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_PROG_ATT_HESA_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_PROG_ATT_HESA_DETAILS, object_name:IGSFV_ST_PROG_ATT_HESA_DETAILS, status:VALID, product: IGS - Student System , description: Full View for Student Program Attempt HESA Details , implementation_dba_data: APPS.IGSFV_ST_PROG_ATT_HESA_DETAILS ,
-
View: IGSFV_PROGRAM_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROGRAM_UK_STATISTICS, object_name:IGSFV_PROGRAM_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Program Details , implementation_dba_data: APPS.IGSFV_PROGRAM_UK_STATISTICS ,
-
View: IGSFV_ST_HESA_DLHE_SURVEY_RECS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_HESA_DLHE_SURVEY_RECS, object_name:IGSFV_ST_HESA_DLHE_SURVEY_RECS, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student DLHE Survey Records. , implementation_dba_data: APPS.IGSFV_ST_HESA_DLHE_SURVEY_RECS ,
-
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_POOUS_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POOUS_DTLS_V, object_name:IGS_HE_POOUS_DTLS_V, status:VALID, product: IGS - Student System , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGS_HE_POOUS_DTLS_V ,
-
View: IGS_HE_AD_DTL2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_AD_DTL2_V, object_name:IGS_HE_AD_DTL2_V, status:VALID, product: IGS - Student System , description: Hesa Admission Details , implementation_dba_data: APPS.IGS_HE_AD_DTL2_V ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, object_name:IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS ,
-
View: IGSFV_ST_HESA_ADMISSION_DETAIL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_HESA_ADMISSION_DETAIL, object_name:IGSFV_ST_HESA_ADMISSION_DETAIL, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Admission Application HESA Details. , implementation_dba_data: APPS.IGSFV_ST_HESA_ADMISSION_DETAIL ,
-
Table: IGS_HE_CODE_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_CODE_TYPES, object_name:IGS_HE_CODE_TYPES, status:VALID, product: IGS - Student System , description: Determines all the Code Types defined for use in the HESA system , implementation_dba_data: IGS.IGS_HE_CODE_TYPES ,
-
View: IGS_HE_POUS_CC_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POUS_CC_DTL_V, object_name:IGS_HE_POUS_CC_DTL_V, status:VALID, product: IGS - Student System , description: Program Offering Cost Center Details , implementation_dba_data: APPS.IGS_HE_POUS_CC_DTL_V ,
-
View: IGSFV_UNIT_STAT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_STAT_COST_CENTRES, object_name:IGSFV_UNIT_STAT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Unit Cost Center Details , implementation_dba_data: APPS.IGSFV_UNIT_STAT_COST_CENTRES ,
-
View: IGSFV_ORG_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_HESA_COST_CENTRES, object_name:IGSFV_ORG_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Org Unit HESA Cost Center Details , implementation_dba_data: APPS.IGSFV_ORG_HESA_COST_CENTRES ,
-
View: IGS_UC_EXP_QUAL_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_EXP_QUAL_SUM_V, object_name:IGS_UC_EXP_QUAL_SUM_V, status:VALID, product: IGS - Student System , description: View which selects the Expected Qualification Summary Details , implementation_dba_data: APPS.IGS_UC_EXP_QUAL_SUM_V ,
-
View: IGS_HE_ST_PROG_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_PROG_CC_V, object_name:IGS_HE_ST_PROG_CC_V, status:VALID, product: IGS - Student System , description: Hesa Cost center details defined at Program Level , implementation_dba_data: APPS.IGS_HE_ST_PROG_CC_V ,
-
View: IGS_HE_ST_UNC_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UNC_DTLS_V, object_name:IGS_HE_ST_UNC_DTLS_V, status:VALID, product: IGS - Student System , description: Hesa Unit Cost center Details , implementation_dba_data: APPS.IGS_HE_ST_UNC_DTLS_V ,
-
View: IGS_HE_ST_UNV_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UNV_DTLS_V, object_name:IGS_HE_ST_UNV_DTLS_V, status:VALID, product: IGS - Student System , description: Hesa Unit Details , implementation_dba_data: APPS.IGS_HE_ST_UNV_DTLS_V ,
-
View: IGS_HE_ST_SPA_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_SPA_CC_V, object_name:IGS_HE_ST_SPA_CC_V, status:VALID, product: IGS - Student System , description: Hesa Cost center details defined at Student Program Attempt Level , implementation_dba_data: APPS.IGS_HE_ST_SPA_CC_V ,
-
View: IGS_HE_EN_SUSA_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_EN_SUSA_CC_V, object_name:IGS_HE_EN_SUSA_CC_V, status:VALID, product: IGS - Student System , description: Hesa Cost center details defined at Student Unit Set Attempt Level , implementation_dba_data: APPS.IGS_HE_EN_SUSA_CC_V ,
-
View: IGS_HE_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_OU_CC_V, object_name:IGS_HE_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to hold HESA cost center, subject and proportion details defined for an organizational unit , implementation_dba_data: APPS.IGS_HE_OU_CC_V ,
-
View: IGSFV_UNIT_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_UK_STATISTICS, object_name:IGSFV_UNIT_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Unit Details , implementation_dba_data: APPS.IGSFV_UNIT_UK_STATISTICS ,
-
View: IGSFV_UNIT_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_HESA_COST_CENTRES, object_name:IGSFV_UNIT_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_UNIT_HESA_COST_CENTRES ,
-
View: IGSFV_PROG_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_HESA_COST_CENTRES, object_name:IGSFV_PROG_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PROG_HESA_COST_CENTRES ,
-
View: IGS_HE_POOUS_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POOUS_OU_CC_V, object_name:IGS_HE_POOUS_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to replace the existing cost center table at year of program level to allow users to record org unit details along with the cost center details for a year of program , implementation_dba_data: APPS.IGS_HE_POOUS_OU_CC_V ,
-
View: IGSFV_PRG_OFR_OPT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PRG_OFR_OPT_COST_CENTRES, object_name:IGSFV_PRG_OFR_OPT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details - Cost Center Details , implementation_dba_data: APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES ,
-
View: IGSFV_PRG_UK_STAT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PRG_UK_STAT_COST_CENTRES, object_name:IGSFV_PRG_UK_STAT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Program Cost Center Details , implementation_dba_data: APPS.IGSFV_PRG_UK_STAT_COST_CENTRES ,
-
View: IGSFV_ST_PROG_ATT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_PROG_ATT_COST_CENTRES, object_name:IGSFV_ST_PROG_ATT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Program Attempt Cost Center HESA details. , implementation_dba_data: APPS.IGSFV_ST_PROG_ATT_COST_CENTRES ,
-
View: IGSFV_POOUS_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_POOUS_HESA_COST_CENTRES, object_name:IGSFV_POOUS_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Program HESA Cost Center Details , implementation_dba_data: APPS.IGSFV_POOUS_HESA_COST_CENTRES ,
-
View: IGS_HE_PROG_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_PROG_OU_CC_V, object_name:IGS_HE_PROG_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to replace the existing cost center table at program level to allow users to record org unit details along with the cost center details for a program/version , implementation_dba_data: APPS.IGS_HE_PROG_OU_CC_V ,
-
View: IGS_HE_UNT_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_UNT_OU_CC_V, object_name:IGS_HE_UNT_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to replace the existing cost center table at unit level to allow users to record org unit details along with the cost center details for a unit/version , implementation_dba_data: APPS.IGS_HE_UNT_OU_CC_V ,
-
View: IGSFV_UC_EXP_QUAL_SUMMARIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_EXP_QUAL_SUMMARIES, object_name:IGSFV_UC_EXP_QUAL_SUMMARIES, status:VALID, product: IGS - Student System , description: Full View for summary of qualifications attained by this applicant , implementation_dba_data: APPS.IGSFV_UC_EXP_QUAL_SUMMARIES ,
-
View: IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_UNIT_SET_ATT_COST_CNT, object_name:IGSFV_ST_UNIT_SET_ATT_COST_CNT, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Unit Set Attempt Cost Center HESA Details. , implementation_dba_data: APPS.IGSFV_ST_UNIT_SET_ATT_COST_CNT ,