Search Results unit_set_short_title
Overview
The APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES view is a reporting and inquiry object within the Oracle E-Business Suite Student System (IGS) module. It presents a consolidated, denormalized result set covering the cost center details associated with Program Offering Option Unit Sets, specifically those carrying HESA (Higher Education Statistics Agency) reporting attributes. In the context of Oracle EBS 12.1.1 and 12.2.2, this object is registered in the ETRM as a VALID view owned by the APPS schema with the description "Full View for Program Offering Option Unit Set HESA Details - Cost Center Details."
The view exposes linked attributes from program versions, calendar types, unit sets, and HESA cost center reference data in a single flat structure, which simplifies downstream reporting and statutory returns. Because the view is defined WITH READ ONLY, it is intended purely for query and extraction purposes and cannot be used for DML operations.
Underlying Base Objects
The view is defined over four primary base tables joined on their descriptive keys:
IGS_HE_POOUS_CC_ALL(aliased POC) — the driving table holding the Program Offering Option Unit Set cost center records, keyed byHESA_POOUS_CC_ID.IGS_PS_VER_ALL(aliased PS) — the program version table, supplying program titles, short titles, and theABBREVIATIONattribute.IGS_EN_UNIT_SET_ALL(aliased EN) — the unit set table, matched on unit set code and version number.IGS_CA_TYPE(aliased CA) — the calendar type reference table, matched onCAL_TYPE.
The join conditions tie COURSE_CD and CRV_VERSION_NUMBER to the program version, UNIT_SET_CD and US_VERSION_NUMBER to the unit set, and CAL_TYPE to the calendar type. Several correlated subqueries also reference IGS_AD_LOCATION_ALL, IGS_EN_ATD_MODE_ALL, IGS_EN_ATD_TYPE_ALL, IGS_HE_CODE_VALUES, and IGS_PS_FLD_OF_STUDY_ALL to resolve descriptions for location, attendance mode, attendance type, cost centre, and subject.
Key Columns
HESA_POOUS_CC_ID— primary identifier for the cost center allocation record.PROGRAM_CODE,PROGRAM_TITLE,PROGRAM_SHORT_TITLE,PROGRAM_ABBREVIATION,PROGRAM_VERSION_NUMBER— program-level identification attributes; the abbreviation is commonly the search target for users looking up "program_abbreviation."CALENDAR_TYPE,CALENDAR_DESC,CALENDAR_ABBREVIATION— calendar classification of the offering.LOCATION_CODE,LOCATION_DESC,ATTENDANCE_MODE/_DESC,ATTENDANCE_TYPE/_DESC— delivery detail attributes resolved through subqueries.UNIT_SET_CODE,UNIT_SET_TITLE,UNIT_SET_SHORT_TITLE,UNIT_SET_ABBREVIATION,UNIT_SET_VERSION_NUMBER— unit set identity.PROGRAM_COST_CENTRE,PROGRAM_COST_CENTRE_DESC,PROGRAM_SUBJECT,PROGRAM_SUBJECT_DESC,PROGRAM_COST_CENTRE_SUBJ_PROP— the HESA cost center, subject, and proportional split.- Audit columns
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE.
Common Use Cases and Queries
Typical usage centers on HESA statutory returns, cost center reconciliation, and program offering analysis. Because the view flattens multiple parents, a single query returns program, calendar, unit set, and cost center context without additional joins.
- Locating a program by its abbreviation:
SELECT PROGRAM_CODE, PROGRAM_TITLE, PROGRAM_COST_CENTRE_DESC FROM IGSFV_PRG_OFR_OPT_COST_CENTRES WHERE PROGRAM_ABBREVIATION = :p_abbrev; - Extracting cost center allocations per program version:
SELECT PROGRAM_CODE, PROGRAM_VERSION_NUMBER, UNIT_SET_CODE, PROGRAM_COST_CENTRE, PROGRAM_COST_CENTRE_SUBJ_PROP FROM IGSFV_PRG_OFR_OPT_COST_CENTRES ORDER BY PROGRAM_CODE; - Filtering by calendar and location for delivery reporting:
SELECT PROGRAM_TITLE, CALENDAR_ABBREVIATION, LOCATION_DESC, ATTENDANCE_MODE_DESC FROM IGSFV_PRG_OFR_OPT_COST_CENTRES WHERE CALENDAR_TYPE = :cal;
As the view is read-only, all access should be confined to SELECT statements, typically surfaced through Oracle Reports, BI Publisher, or ad hoc SQL for institutional and statutory reporting.
-
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_OFR_OPT_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Program Offering Option Unit Set HESA Details - Cost Center Details , implementation_dba_data: Not implemented in this database ,
-
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_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_UK_PRG_OFR_OPT_ORG_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Program Offering Option Unit Set HESA Details - Organizations , implementation_dba_data: Not implemented in this database ,
-
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: APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES
12.1.1
-
View: IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Student Unit Set Attempt Cost Center HESA Details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
-
View: IGSFV_POOUS_HESA_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Program HESA Cost Center Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_POOUS_HESA_COST_CENTRES
12.1.1
-
VIEW: APPS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS
12.1.1
-
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: APPS.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,
-
View: IGSFV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: APPS.IGSFV_CONCENTRATIONS ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: IGSBV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CONCENTRATIONS, object_name:IGSBV_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: APPS.IGSBV_CONCENTRATIONS ,
-
View: IGSBV_CONCENTRATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CONCENTRATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
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_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID,
-
VIEW: APPS.IGSBV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CONCENTRATIONS, object_name:IGSBV_CONCENTRATIONS, status:VALID,
-
VIEW: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
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: APPS.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,
-
VIEW: APPS.IGSFV_ST_UNIT_SET_ATT_HESA_DET
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,
-
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'. ,