Search Results program_abbreviation
Overview
The view APPS.IGSFV_PRG_UK_STAT_COST_CENTRES is a full (non-summary) read-only view within the IGS – Student System product family of Oracle E-Business Suite. Its documented purpose is to present UK Statistics Program Cost Center Details, aligning program-level cost centre attribution data with the Higher Education Statistics Agency (HESA) reporting model used by UK institutions. The view carries a WITH READ ONLY clause, meaning it is intended strictly for query and extraction purposes and cannot be used for DML.
The view plays a reporting and integration role: it denormalizes program cost centre records and decorates them with descriptive values sourced from code and field-of-study lookup tables, so that downstream HESA returns, cost attribution reports, and statistical extracts can be produced without additional joins at the reporting layer. It is particularly relevant where a user searches for program_short_title, since the view exposes a PROGRAM_SHORT_TITLE column derived from the program version record.
Underlying Base Objects
The view text identifies two primary base tables joined in the FROM clause:
IGS_HE_ST_PROG_CC(aliased PC) — the principal store of HESA statistics program cost centre records, supplying the surrogate identifier, course code, version number, cost centre, subject, and proportion values.IGS_PS_VER_ALL(aliased PS) — the program version table, supplying the program title, short title, and abbreviation.
The join condition is PC.COURSE_CD = PS.COURSE_CD AND PC.VERSION_NUMBER = PS.VERSION_NUMBER, enforcing a one-to-many relationship keyed on the program code and version. The view additionally embeds two scalar subqueries: one against IGS_HE_CODE_VALUES (with CODE_TYPE = 'OSS_COSTCN') to resolve the cost centre description, and one against IGS_PS_FLD_OF_STUDY_ALL to resolve the subject description. The documented ETRM metadata lists no separately documented base objects, so the view text above constitutes the authoritative definition.
Key Columns
The view exposes fifteen columns:
HESA_STATS_PROGRAM_CC_ID— surrogate identifier derived fromPC.HE_PROG_CC_ID; the unique key for a cost centre allocation row.PROGRAM_CODE— the course code (PC.COURSE_CD) identifying the program.PROGRAM_TITLE— the descriptive title of the program (PS.TITLE).PROGRAM_SHORT_TITLE— the abbreviated program title (PS.SHORT_TITLE); the column most relevant to searches for program_short_title.PROGRAM_ABBREVIATION— further abbreviated form (PS.ABBREVIATION).PROGRAM_VERSION_NUMBER— the program version identifier, part of the join key.PROGRAM_COST_CENTRE— the cost centre code assigned to the program.PROGRAM_COST_CENTRE_DESC— description resolved fromIGS_HE_CODE_VALUES.PROGRAM_SUBJECTandPROGRAM_SUBJECT_DESC— the subject code and its resolved description.PROGRAM_COST_CENTRE_SUBJ_PROP— the proportion of the program attributed to the cost centre/subject combination.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE— standard audit columns.
Common Use Cases and Queries
Typical scenarios include HESA cost centre returns, program cost attribution analysis, and validation of subject/cost centre proportions. A representative query selecting core identifiers and descriptions:
SELECT program_code, program_short_title, program_version_number, program_cost_centre, program_cost_centre_desc, program_subject, program_subject_desc, program_cost_centre_subj_prop FROM igsfv_prg_uk_stat_cost_centres WHERE program_code = :course_code;- Use the view to reconcile total cost centre proportions per program version by aggregating
PROGRAM_COST_CENTRE_SUBJ_PROP. - Join or filter on
PROGRAM_SHORT_TITLEfor output formats requiring compact program labels in statistical extracts.
Because the view is read-only and already resolves lookup descriptions, it reduces reliance on bespoke joins and helps ensure consistent UK statutory reporting from the Student System.
-
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_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: 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: 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: IGSFV_ST_PROG_ATT_UCAS_TARIFF
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_PROG_ATT_UCAS_TARIFF, object_name:IGSFV_ST_PROG_ATT_UCAS_TARIFF, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Program Attempt UCAS Tariff HESA Details. , implementation_dba_data: APPS.IGSFV_ST_PROG_ATT_UCAS_TARIFF ,
-
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: 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_HESA_EXT_RUN_DAT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HESA_EXT_RUN_DAT_LINES, object_name:IGSFV_HESA_EXT_RUN_DAT_LINES, status:VALID, product: IGS - Student System , description: Full View for HESA extract data , implementation_dba_data: APPS.IGSFV_HESA_EXT_RUN_DAT_LINES ,
-
View: IGSFV_UK_PRG_OFR_OPT_ORG_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS, object_name:IGSFV_UK_PRG_OFR_OPT_ORG_UNITS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details - Organizations , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS ,
-
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 ,
-
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 ,
-
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_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_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: 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 ,