Search Results program_title
Overview
The view IGSFV_HIGH_EDU_PRG_GRP_MEMBERS belongs to the Oracle E-Business Suite product family IGS – Student System, which is flagged as obsolete in Release 12.1.1 and 12.2.2. It is a "full view" whose documented purpose is to describe the programs that are members of a program grouping. In other words, it presents the membership relationship between an individual program (identified by a program code and version number) and the program group to which that program belongs, together with descriptive attributes of both the program and the group.
Within the Higher Education and Student System data model, this view serves as a denormalized reporting and integration layer. Rather than requiring callers to join the underlying membership, version, and group tables manually, the view exposes a flattened result set that pairs each program-group membership with the program title and the group description. This makes it convenient for operational reports, extracts, and interfaces that need to list which programs constitute a given grouping, or conversely, which groupings a specific program participates in.
Because the view is documented as "not implemented in this database" in the ETRM metadata, practical availability depends on whether the corresponding IGS product components have been installed in a given environment. In configurations where the Student System modules are not deployed, the view will not exist and queries against it will fail.
Underlying Base Objects
The view text joins three base tables:
- IGS_PS_GRP_MBR (aliased GRM) – the program group membership table, supplying the program code, version number, program group code, and audit columns.
- IGS_PS_VER_ALL (aliased VE) – the program version view, supplying the program title (VE.TITLE).
- IGS_PS_GRP_ALL (aliased GRA) – the program group view, supplying the group description (GRA.DESCRIPTION).
The join predicates tie membership rows to the corresponding program version on COURSE_CD and VERSION_NUMBER, and to the program group on COURSE_GROUP_CD. The view is defined WITH READ ONLY, so it cannot be used as the target of DML. The ETRM metadata records no additional referenced base objects beyond those shown in the view text.
Key Columns
- PROGRAM_CODE – the code of the member program (GRM.COURSE_CD), a primary identifying key for the program.
- PROGRAM_VERSION_NUMBER – the version of the program (GRM.VERSION_NUMBER), distinguishing revisions of the same program code.
- PROGRAM_GROUP_CODE – the code of the program grouping (GRM.COURSE_GROUP_CD) to which the program belongs.
- PROGRAM_TITLE – the descriptive title of the program (VE.TITLE); this is the column that the user search term "program_title" most directly targets.
- PROGRAM_GROUP_DESCRIPTION – the description of the program group (GRA.DESCRIPTION).
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE – standard Oracle audit columns sourced from the membership table.
Common Use Cases and Queries
Typical uses include reporting the composition of program groups, validating group membership during data migration, and driving downstream interfaces that need program titles alongside group codes. Because the view is read-only, it is suited to SELECT-only reporting and extraction.
List all programs within a specific group:
SELECT program_code, program_version_number, program_title FROM igsfv_high_edu_prg_grp_members WHERE program_group_code = :group_code;
Find the groupings to which a program belongs:
SELECT program_group_code, program_group_description FROM igsfv_high_edu_prg_grp_members WHERE program_code = :program_code;
Search by program title, matching the user's search term:
SELECT program_code, program_title, program_group_code FROM igsfv_high_edu_prg_grp_members WHERE UPPER(program_title) LIKE UPPER('%' || :title_fragment || '%');
Audit recent changes to group membership:
SELECT program_group_code, program_code, last_updated_by, last_update_date FROM igsfv_high_edu_prg_grp_members ORDER BY last_update_date DESC;
-
View: IGSFV_HIGH_EDU_PRG_GRP_MEMBERS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes the programs that are members in a program grouping. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_OCCUP_TITLES_V
12.1.1
-
View: IGSBV_HIGH_EDU_PRG_STAGES
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes program stages within a program version that are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through progression. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HGR_ED_PR_TY_UNT_LEVELS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view which describes the level of a unit within a particular university program type. This value will override the default value stored against the unit. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PROG_CAL_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CAL_OFFERINGS, object_name:IGSBV_PROG_CAL_OFFERINGS, status:VALID, product: IGS - Student System , description: This entity describes the offerings for a program calendar containing details of Program Code, calendar instance details and minimum / guaranteed assessment score. , implementation_dba_data: APPS.IGSBV_PROG_CAL_OFFERINGS ,
-
View: IGSBV_HIGH_EDU_PRG_GRP_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_GRP_MEMBERS, object_name:IGSBV_HIGH_EDU_PRG_GRP_MEMBERS, status:VALID, product: IGS - Student System , description: This is a base view, which describes the programs that are members in a program grouping. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_PRG_GRP_MEMBERS ,
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_REFERENCES
12.1.1
-
VIEW: APPS.IGS_PS_OCCUP_TITLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OCCUP_TITLES_V, object_name:IGS_PS_OCCUP_TITLES_V, status:VALID,
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_STAGES
12.1.1
-
View: IGS_PS_OCCUP_TITLES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PRG_UK_STAT_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UK Statistics Program Cost Center Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HIGH_EDU_PRG_GRP_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_GRP_MEMBERS, object_name:IGSFV_HIGH_EDU_PRG_GRP_MEMBERS, status:VALID, product: IGS - Student System , description: This is a full view, which describes the programs that are members in a program grouping. , implementation_dba_data: APPS.IGSFV_HIGH_EDU_PRG_GRP_MEMBERS ,
-
View: IGSBV_HIGH_EDU_PRG_REFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_REFERENCES, object_name:IGSBV_HIGH_EDU_PRG_REFERENCES, status:VALID, product: IGS - Student System , description: This is a base view, which describes a reference code or codes that relates to the program. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_PRG_REFERENCES ,
-
View: IGSFV_HGR_ED_PR_TY_UNT_LEVELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HGR_ED_PR_TY_UNT_LEVELS, object_name:IGSFV_HGR_ED_PR_TY_UNT_LEVELS, status:VALID, product: IGS - Student System , description: This is the full view which describes the level of a unit within a particular university program type. This value will override the default value stored against the unit. , implementation_dba_data: APPS.IGSFV_HGR_ED_PR_TY_UNT_LEVELS ,
-
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: APPS.IGSFV_HIGH_EDU_PRG_OWNERSHIPS
12.1.1
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_STAGES
12.1.1
-
View: IGSFV_HIGH_EDU_PRG_OWNERSHIPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes the organizational units which own a program and the percentage of ownership division. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HIGH_EDU_PRG_OWNERSHIPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_OWNERSHIPS, object_name:IGSFV_HIGH_EDU_PRG_OWNERSHIPS, status:VALID, product: IGS - Student System , description: This is a full view, which describes the organizational units which own a program and the percentage of ownership division. , implementation_dba_data: APPS.IGSFV_HIGH_EDU_PRG_OWNERSHIPS ,
-
View: IGS_PS_OCCUP_TITLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OCCUP_TITLES_V, object_name:IGS_PS_OCCUP_TITLES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_OCCUP_TITLES_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: APPS.IGSFV_HGR_ED_PR_TY_UNT_LEVELS
12.1.1
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_GRP_MEMBERS
12.1.1
-
View: IGSFV_HIGH_EDU_PRG_REFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_REFERENCES, object_name:IGSFV_HIGH_EDU_PRG_REFERENCES, status:VALID, product: IGS - Student System , description: This is a full view, which describes a reference code or codes that relates to the program. , implementation_dba_data: APPS.IGSFV_HIGH_EDU_PRG_REFERENCES ,
-
View: IGSFV_HIGH_EDU_PRG_STAGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_STAGES, object_name:IGSFV_HIGH_EDU_PRG_STAGES, status:VALID, product: IGS - Student System , description: This is a full view, which describes program stages within a program version that are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through progression. , implementation_dba_data: APPS.IGSFV_HIGH_EDU_PRG_STAGES ,
-
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: APPS.IGSBV_HIGH_EDU_PRG_OWNERSHIPS
12.1.1
-
View: IGSFV_HIGH_EDU_PRG_REFERENCES
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes a reference code or codes that relates to the program. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_GRP_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_GRP_MEMBERS, object_name:IGSBV_HIGH_EDU_PRG_GRP_MEMBERS, status:VALID,
-
View: IGSFV_ST_HESA_ADMISSION_DETAIL
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Student Admission Application HESA Details. , 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_PROG_HESA_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HIGH_EDU_PRG_STAGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_STAGES, object_name:IGSBV_HIGH_EDU_PRG_STAGES, status:VALID, product: IGS - Student System , description: This is a base view, which describes program stages within a program version that are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through progression. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_PRG_STAGES ,
-
VIEW: APPS.IGSBV_AS_ANONYMOUS_ID_PROGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_ANONYMOUS_ID_PROGS, object_name:IGSBV_AS_ANONYMOUS_ID_PROGS, status:VALID,
-
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.IGSBV_PROGRAM_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROGRAM_OFFERINGS, object_name:IGSBV_PROGRAM_OFFERINGS, status:VALID,
-
View: IGS_AD_KEY_ACAD_IND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_KEY_ACAD_IND_V, object_name:IGS_AD_KEY_ACAD_IND_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_KEY_ACAD_IND_V ,
-
VIEW: APPS.IGSBV_PROG_CAL_OFFERINGS
12.1.1
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_GRP_MEMBERS
12.1.1
-
View: IGSBV_HIGH_EDU_PRG_GRP_MEMBERS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes the programs that are members in a program grouping. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_REFERENCES
12.1.1
-
View: IGSBV_HIGH_EDU_PRG_OWNERSHIPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes the organizational units which own a program and the percentage of ownership division. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HIGH_EDU_PRG_REFERENCES
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes a reference code or codes that relates to the program. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HIGH_EDU_PRG_OWNERSHIPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_OWNERSHIPS, object_name:IGSBV_HIGH_EDU_PRG_OWNERSHIPS, status:VALID, product: IGS - Student System , description: This is a base view, which describes the organizational units which own a program and the percentage of ownership division. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_PRG_OWNERSHIPS ,
-
View: IGS_AS_XSLISTSEP_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_XSLISTSEP_ADI_V, object_name:IGS_AS_XSLISTSEP_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Crosslisted Student List WebADI View , implementation_dba_data: APPS.IGS_AS_XSLISTSEP_ADI_V ,
-
View: IGS_AS_XSLISTSEP_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Crosslisted Student List WebADI View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PRG_UK_STAT_COST_CENTRES
12.1.1
-
View: IGSFV_ST_PROG_ATT_UCAS_TARIFF
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Student Program Attempt UCAS Tariff HESA Details. , implementation_dba_data: Not implemented in this database ,
-
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 ,