Search Results unit_set_title
Overview
The IGS_AS_GPC_UNIT_SETS_V view belongs to the IGS product family — the Oracle Student System module, which is documented as obsolete in Oracle EBS 12.1.1 and 12.2.2. The view presents grading period assignments associated with unit sets, combining configuration data from the grading period unit set table, the lookup definitions, and the unit set catalog. Its purpose is to expose a denormalized, human-readable representation of the relationship between a unit set (and its specific version) and the grading period code assigned to it.
As a reporting and integration construct, the view allows consumers to retrieve grading period information for unit sets without performing multi-table joins in application or integration code. The view resolves the raw grading period code into its descriptive meaning through the IGS_LOOKUPS_VIEW, and resolves the unit set code and version into a descriptive title through IGS_EN_UNIT_SET. It is important to note that the ETRM records this object as not implemented in the database and marked obsolete, so it reflects legacy Student System data structures rather than an actively supported feature in current EBS releases.
Underlying Base Objects
Based on the documented view text, the view is defined over three referenced objects:
- IGS_AS_GPC_UNIT_SETS (aliased GUS) — the primary base table holding the association between a grading period code and a unit set code/version, along with standard WHO audit columns.
- IGS_LOOKUPS_VIEW (aliased LKUP) — the lookup view used to translate the grading period code into a descriptive meaning, filtered by lookup type
AS_GRADING_PERIOD. - IGS_EN_UNIT_SET (aliased USET) — the unit set definition table, providing the descriptive title for a given unit set code and version number.
The joins are inner joins: grading period code equals the lookup code (restricted to the AS_GRADING_PERIOD lookup type), and the unit set code plus version number match the corresponding columns in IGS_EN_UNIT_SET. Although the ETRM metadata lists no independently documented referenced base objects, the view text explicitly names these three sources.
Key Columns
- ROW_ID — the ROWID of the underlying IGS_AS_GPC_UNIT_SETS row, useful for uniquely identifying the source record.
- GPC_UNIT_SET_ID — the primary identifier associated with the grading period/unit set combination; this is the column most commonly referenced by the search term "gpc_unit_set_id".
- GRADING_PERIOD_CD — the coded grading period value stored on the base table.
- GRADING_PERIOD — the descriptive meaning of the grading period code as resolved from the lookup view.
- UNIT_SET_CD and UNIT_SET_VERSION_NUMBER — the unit set identifier and its version, forming the join key to the unit set definition.
- UNIT_SET_TITLE — the descriptive title of the unit set.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns inherited from the base table.
Note that the ETRM column list shows GPC_UNIT_SET_CD while the view text aliases the column GPC_UNIT_SET_ID as GPC_UNIT_SET_ID; the identifier column is the stable key, whereas the display columns are resolved through the joins.
Common Use Cases and Queries
Typical use cases include reporting the grading periods configured against unit sets, validating lookup-driven grading period assignments, and integrating Student System configuration data into downstream systems. A basic query retrieving grading period details for unit sets is:
SELECT gpc_unit_set_id, grading_period_cd, grading_period, unit_set_cd, unit_set_version_number, unit_set_title FROM igs_as_gpc_unit_sets_v;
To locate a specific record by its identifier:
SELECT gpc_unit_set_id, grading_period, unit_set_title FROM igs_as_gpc_unit_sets_v WHERE gpc_unit_set_id = :p_id;
To list all grading periods for a given unit set:
SELECT grading_period, unit_set_version_number FROM igs_as_gpc_unit_sets_v WHERE unit_set_cd = :p_unit_set_cd ORDER BY unit_set_version_number;
Because the view is documented as obsolete and not implemented, these queries are relevant primarily to legacy Student System environments or historical migration efforts; deployments upgraded to current EBS 12.1.1 or 12.2.2 releases should verify object availability before relying on this view.
-
View: IGS_AS_GPC_UNIT_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_UNIT_SETS_V, object_name:IGS_AS_GPC_UNIT_SETS_V, status:VALID, product: IGS - Student System , description: Grading period for Unit Sets , implementation_dba_data: APPS.IGS_AS_GPC_UNIT_SETS_V ,
-
VIEW: APPS.IGS_AS_GPC_UNIT_SETS_V
12.1.1
-
View: IGS_AS_GPC_UNIT_SETS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Grading period for Unit Sets , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UNIT_SET_FLD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_SET_FLD_OF_STUDIES, object_name:IGSFV_UNIT_SET_FLD_OF_STUDIES, status:VALID,
-
VIEW: APPS.IGSBV_UNIT_SET_FLD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_SET_FLD_OF_STUDIES, object_name:IGSBV_UNIT_SET_FLD_OF_STUDIES, status:VALID,
-
VIEW: APPS.IGS_AS_GPC_UNIT_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_UNIT_SETS_V, object_name:IGS_AS_GPC_UNIT_SETS_V, status:VALID,
-
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: 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_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_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_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_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: APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES
12.1.1
-
VIEW: APPS.IGSBV_PR_STDNT_PRG_PGM_CNCTRNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PR_STDNT_PRG_PGM_CNCTRNS, object_name:IGSBV_PR_STDNT_PRG_PGM_CNCTRNS, status:VALID,
-
VIEW: APPS.IGSFV_PR_STDNT_PRG_PGM_CNCTRNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_STDNT_PRG_PGM_CNCTRNS, object_name:IGSFV_PR_STDNT_PRG_PGM_CNCTRNS, status:VALID,
-
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_ST_UNIT_SET_ATT_COST_CNT
12.1.1
-
VIEW: APPS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS
12.1.1
-
VIEW: APPS.IGS_AD_PS_APL_INST_CNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APL_INST_CNTX_V, object_name:IGS_AD_PS_APL_INST_CNTX_V, status:VALID,
-
View: IGSFV_UNIT_SET_FLD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_SET_FLD_OF_STUDIES, object_name:IGSFV_UNIT_SET_FLD_OF_STUDIES, status:VALID, product: IGS - Student System , description: This is the base view which describes the field of studies for unit set , implementation_dba_data: APPS.IGSFV_UNIT_SET_FLD_OF_STUDIES ,
-
View: IGSBV_UNIT_SET_FLD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_SET_FLD_OF_STUDIES, object_name:IGSBV_UNIT_SET_FLD_OF_STUDIES, status:VALID, product: IGS - Student System , description: This is the base view which describes the field of studies for unit set , implementation_dba_data: APPS.IGSBV_UNIT_SET_FLD_OF_STUDIES ,
-
VIEW: APPS.IGSFV_POOUS_HESA_COST_CENTRES
12.1.1
-
View: IGSBV_PR_STDNT_PRG_PGM_CNCTRNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PR_STDNT_PRG_PGM_CNCTRNS, object_name:IGSBV_PR_STDNT_PRG_PGM_CNCTRNS, status:VALID, product: IGS - Student System , description: Describes the program concentrations a student will be excluded from when a student progression outcome is applied. , implementation_dba_data: APPS.IGSBV_PR_STDNT_PRG_PGM_CNCTRNS ,
-
View: IGSBV_PR_STDNT_PRG_PGM_CNCTRNS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the program concentrations a student will be excluded from when a student progression outcome is applied. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PR_STDNT_PRG_PGM_CNCTRNS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the program concentrations a student will be excluded from when a student progression outcome is applied. , implementation_dba_data: Not implemented in this database ,
-
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_PR_STDNT_PRG_PGM_CNCTRNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_STDNT_PRG_PGM_CNCTRNS, object_name:IGSFV_PR_STDNT_PRG_PGM_CNCTRNS, status:VALID, product: IGS - Student System , description: Describes the program concentrations a student will be excluded from when a student progression outcome is applied. , implementation_dba_data: APPS.IGSFV_PR_STDNT_PRG_PGM_CNCTRNS ,
-
View: IGSBV_UNIT_SET_FLD_OF_STUDIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view which describes the field of studies for unit set , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_SET_FLD_OF_STUDIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view which describes the field of studies for unit set , implementation_dba_data: Not implemented in this database ,
-
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: 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: IGSBV_ST_PR_CONCENTRATION_ATTS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes student's attempt at program unit set , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_STU_PRG_CNCTRN_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STU_PRG_CNCTRN_ATTEMPT, object_name:IGSBV_STU_PRG_CNCTRN_ATTEMPT, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSBV_STU_PRG_CNCTRN_ATTEMPT ,
-
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_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: IGSBV_ST_PR_CONCENTRATION_ATTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ST_PR_CONCENTRATION_ATTS, object_name:IGSBV_ST_PR_CONCENTRATION_ATTS, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSBV_ST_PR_CONCENTRATION_ATTS ,
-
View: IGSBV_STU_PRG_CNCTRN_ATTEMPT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes student's attempt at program unit set , 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: IGSFV_STU_PRG_CNCTRN_ATTEMPT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes student's attempt at program unit set , implementation_dba_data: Not implemented in this database ,
-
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: IGSFV_ST_PR_CONCENTRATION_ATTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_PR_CONCENTRATION_ATTS, object_name:IGSFV_ST_PR_CONCENTRATION_ATTS, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSFV_ST_PR_CONCENTRATION_ATTS ,
-
View: IGSFV_STU_PRG_CNCTRN_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STU_PRG_CNCTRN_ATTEMPT, object_name:IGSFV_STU_PRG_CNCTRN_ATTEMPT, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSFV_STU_PRG_CNCTRN_ATTEMPT ,
-
View: IGS_EN_SUA_YEAR_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view would be used for logical grouping of student unit attempts under unit set (in year of program mode) for unit set inquiry form , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID,