Search Results program_closed_indicator
Overview
IGSFV_HIGH_EDU_PRG_GROUPS is a read-only view in the Oracle EBS Student Systems (Student Information / Higher Education) schema, owned by APPS. It presents program group (course group) definitions used within the higher education data model, exposing the group code, description, responsible organizational unit, and a status flag. The view is explicitly defined WITH READ ONLY, confirming it is intended strictly for query, reporting, and integration consumption rather than transactional maintenance. In EBS 12.1.1 and 12.2.2 the view behaves identically; it is a reporting façade over the base group tables, denormalizing the group type description and the responsible party name so that downstream consumers obtain human-readable values without additional joins.
The view is relevant to the search term program_closed_indicator: the underlying column GRA.CLOSED_IND is exposed through the alias PROGRAM_CLOSED_INDICATOR. This column indicates whether a program group is closed to further use.
Underlying Base Objects
The view is defined over three objects:
- IGS_PS_GRP_ALL (aliased GRA) — the primary base table holding program/course group records, including code, description, type, responsible org unit, and the closed indicator.
- IGS_PS_GRP_TYPE (aliased GRT) — the group type lookup, supplying the type description.
- HZ_PARTIES (aliased PA) — the trading community party table, supplying the responsible organization unit name via an outer join on
PARTY_NUMBER, filtered to active parties (PA.STATUS(+) = 'A').
The join between GRA and GRT is an inner join on COURSE_GROUP_TYPE, so only groups with a valid type are returned. The join to HZ_PARTIES is an outer join, meaning groups lacking a matching active party still appear, with null party name.
Key Columns
- PROGRAM_GROUP_CODE — from
GRA.COURSE_GROUP_CD; the unique business identifier for the group. - PROGRAM_GROUP_DESCRIPTION — from
GRA.DESCRIPTION; the descriptive name of the group. - RESP_ORG_UNIT_CODE / RESP_ORG_UNIT_START_DATE — the responsible organization unit and its start date.
- PROGRAM_GROUP_TYPE and PROGRAM_GROUP_TYPE_DESCRIPTION — the type code and its decoded description.
- PROGRAM_CLOSED_INDICATOR — from
GRA.CLOSED_IND; the flag indicating whether the group is closed. - RESP_ORG_UNIT_DESCRIPTION — from
PA.PARTY_NAME; the responsible party's name. - CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
Typical uses include validating which program groups remain open, resolving group type descriptions for reporting, and extracting group-to-organization relationships. A representative query listing open groups is:
SELECT PROGRAM_GROUP_CODE, PROGRAM_GROUP_DESCRIPTION, PROGRAM_GROUP_TYPE_DESCRIPTION, RESP_ORG_UNIT_DESCRIPTION FROM APPS.IGSFV_HIGH_EDU_PRG_GROUPS WHERE PROGRAM_CLOSED_INDICATOR = 'N';SELECT PROGRAM_GROUP_CODE, PROGRAM_CLOSED_INDICATOR FROM APPS.IGSFV_HIGH_EDU_PRG_GROUPS ORDER BY PROGRAM_GROUP_CODE;
Because the view is read-only and excludes inactive parties through the outer-join status filter, it is well suited to reporting and interface extracts where only current, active organizational associations should be surfaced.
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_GROUPS
12.1.1
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_GROUPS
12.1.1
-
View: IGSFV_HIGH_EDU_PRG_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_GROUPS, object_name:IGSFV_HIGH_EDU_PRG_GROUPS, status:VALID, product: IGS - Student System , description: This is a full view, which describes a grouping of programs, which are used for a variety of purposes within the system. , implementation_dba_data: APPS.IGSFV_HIGH_EDU_PRG_GROUPS ,
-
View: IGSFV_HIGH_EDU_PRG_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes a grouping of programs, which are used for a variety of purposes within the system. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HIGH_EDU_PRG_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_GROUPS, object_name:IGSBV_HIGH_EDU_PRG_GROUPS, status:VALID, product: IGS - Student System , description: This is a base view, which describes a grouping of programs,which are used for a variety of purposes within the system. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_PRG_GROUPS ,
-
View: IGSBV_HIGH_EDU_PRG_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes a grouping of programs,which are used for a variety of purposes within the system. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_GROUPS, object_name:IGSBV_HIGH_EDU_PRG_GROUPS, status:VALID,
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_GROUPS, object_name:IGSFV_HIGH_EDU_PRG_GROUPS, 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'. ,