Search Results disadv_uplift_elig_cd
Overview
The view APPS.IGS_HE_ST_PRG_DTLS_V is a reporting and integration object within the Oracle E-Business Suite Student System (IGS) product family. It exposes Higher Education Statistics Agency (HESA) program-level detail, presenting the attributes that institutions must report for statutory returns covering teaching programmes, funding characteristics, and programme-level descriptors. The view carries a status of VALID and is owned by the APPS schema, which confirms it is a supported, compiled database object available for querying by reporting tools, concurrent programs, and external integration layers.
Rather than storing data itself, the view projects a denormalized, human-readable representation of program records. Each coded attribute from the underlying detail table is paired with its corresponding descriptive text sourced from Oracle lookups or related tables. This design makes the view particularly suitable for extract generation, BI Publisher reports, and downstream feeds that require descriptive values rather than raw codes.
Underlying Base Objects
The documented metadata lists no explicitly declared base objects and the ETRM entry records "none documented" for referenced base objects. However, the view text itself reveals the composition of the object. The driving table is aliased as A, and is joined to a series of lookup or value tables aliased C through W, each supplying a VALUE_DESCRIPTION for a corresponding coded column. Examples include Q.VALUE_DESCRIPTION FEE_BAND_DESC, R.VALUE_DESCRIPTION FUNDABILITY_DESC, and M.VALUE_DESCRIPTION CREDIT_TRANSFER_SCHEME_DESC. A separate join against alias B provides SHORT_TITLE, while aliases K and L resolve other institution provider teaching names via a NAME column.
The view also exposes A.ROWID ROW_ID, which preserves a row identifier for the base record. Administrators should verify the exact underlying table — most likely a HESA student program detail table — against the database dictionary, since the ETRM metadata does not enumerate it.
Key Columns
- HESA_ST_PROG_ID — Primary identifier for the HESA student programme record.
- COURSE_CD / SHORT_TITLE — The programme code and its short title.
- FEE_BAND / FEE_BAND_DESC — The fee band code and its descriptive value, the columns most relevant to the user's search term.
- FUNDABILITY / FUNDABILITY_DESC — Funding eligibility classification and description.
- TEACHER_TRAIN_PROG_ID, ITT_PHASE, BILINGUAL_ITT_MARKER — Initial teacher training attributes and their descriptions.
- TEACHING_QUAL_SOUGHT_SECTOR / SUBJ1–SUBJ3 — Teaching qualification sought, with sector and subject breakdowns.
- FRANCHISING_ACTIVITY, FRANCH_PARTNER_CD — Franchising indicators and partner descriptors.
- NHS_FUNDING_SOURCE, FE_PROGRAM_MARKER, UNITS_FOR_QUAL — Further funding and qualification attributes.
- IMPLIED_FUND_RATE, GOV_INITIATIVES_CD, DISADV_UPLIFT_ELIG_CD — Funding rate and government initiative/eligibility codes.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard audit columns.
Common Use Cases and Queries
The view is typically queried to produce HESA returns, funding reconciliations, and programme catalogues. A common requirement is resolving fee band descriptions for a programme:
SELECT hesast_prog_id,
course_cd,
short_title,
fee_band,
fee_band_desc
FROM apps.igs_he_st_prg_dtls_v
WHERE fee_band IS NOT NULL;
Institutions may also extract all descriptive funding fields for a reporting period:
SELECT course_cd,
fundability_desc,
level_appl_to_funding_desc,
gov_initiatives_desc,
disadv_uplift_elig_desc
FROM apps.igs_he_st_prg_dtls_v;
Because the view resolves codes to descriptions, it eliminates the need for downstream joins to lookup tables, making it well suited to BI Publisher templates, concurrent extracts, and integration interfaces that feed HESA submission processes.
-
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_PRG_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores HESA Program details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.IGS_HE_ST_PROG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_PROG, object_name:IGS_HE_ST_PROG, status:VALID,
-
View: IGS_HE_ST_PROG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_PROG, object_name:IGS_HE_ST_PROG, status:VALID, product: IGS - Student System , description: Stores HESA Program details , implementation_dba_data: APPS.IGS_HE_ST_PROG ,
-
View: IGS_HE_ST_PROG
12.2.2
product: IGS - Student System (Obsolete) , description: Stores HESA Program details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_HE_ST_SPA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_SPA, object_name:IGS_HE_ST_SPA, status:VALID,
-
TABLE: IGS.IGS_HE_ST_PROG_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_PROG_ALL, object_name:IGS_HE_ST_PROG_ALL, status:VALID,
-
APPS.IGS_HE_SPA_LGCY_PUB SQL Statements
12.1.1
-
View: IGS_HE_ST_SPA
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Student Program attempt HESA details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_ST_SPA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_SPA, object_name:IGS_HE_ST_SPA, status:VALID, product: IGS - Student System , description: Stores Student Program attempt HESA details , implementation_dba_data: APPS.IGS_HE_ST_SPA ,
-
TABLE: IGS.IGS_HE_ST_SPA_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_SPA_ALL, object_name:IGS_HE_ST_SPA_ALL, status:VALID,
-
TABLE: IGS.IGS_HE_LGCY_SPA_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_LGCY_SPA_INT, object_name:IGS_HE_LGCY_SPA_INT, status:VALID,
-
VIEW: APPS.IGS_HE_ST_PRG_DTLS_V
12.1.1
-
VIEW: APPS.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,
-
APPS.IGS_HE_ST_PROG_ALL_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_HE_SPA_LGCY_PUB
12.1.1
-
APPS.IGS_HE_ST_SPA_ALL_PKG SQL Statements
12.1.1
-
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_ST_SPA_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Student Program Attempt HESA Details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_HESA_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_ST_PROG_ALL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_ST_SPA_ALL_PKG
12.1.1
-
APPS.IGS_HE_SPA_LGCY_PUB dependencies on IGS_HE_LGCY_SPA_INT
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_SPA_LGCY_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_HESA_PKG
12.1.1
-
APPS.IGS_HE_ST_PROG_ALL_PKG dependencies on IGS_HE_ST_PROG_ALL
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'. ,