Search Results primary_program_rank
Overview
The view APPS.IGSBV_HIGH_ED_PROG_VERSIONS is a read-only database object in the Oracle EBS Student System (IGS) schema set, exposing higher education program version records for reporting and integration purposes. It presents a consolidated, denormalized projection of program (course) version data, drawing from the underlying program version entity and aliasing native Student System columns into business-friendly names. Because the view is defined WITH READ ONLY, it is intended strictly for query and extraction workloads rather than transactional DML.
The user's search term, supp_exam_perm_indicator, corresponds to a column in this view: the native column SUPP_EXAM_PERMITTED_IND is aliased to SUPP_EXAM_PERM_INDICATOR. This indicator denotes whether a supplementary examination is permitted for the program version, making it relevant in academic policy, examination eligibility, and regulatory reporting contexts.
Underlying Base Objects
The view text documents a single base object: IGS_PS_VER_ALL. This is the all-version program (course) entity in the Student System, encompassing all version records including those that may be excluded by status-filtered synonyms or views. All columns projected by IGSBV_HIGH_ED_PROG_VERSIONS are sourced from this object; no additional joins, unions, or subqueries are present in the documented definition. The _ALL suffix indicates that the view does not restrict by record status or version state, so callers should apply their own filtering predicates where only active, current, or approved versions are required.
The metadata lists referenced base objects as "none documented," which is consistent with the source excerpt showing only IGS_PS_VER_ALL; the absence of documented joins means the mapping is a straight column-alias projection.
Key Columns
- PROGRAM_CODE — aliased from
COURSE_CD; the unique program identifier. - VERSION_NUMBER — the version of the program record.
- START_DATE / REVIEW_DATE / EXPIRY_DATE / END_DATE — lifecycle dates governing validity and review of the version.
- PROGRAM_STATUS — aliased from
COURSE_STATUS; indicates the state of the program version. - TITLE / SHORT_TITLE / ABBREVIATION — descriptive program names.
- SUPP_EXAM_PERM_INDICATOR — aliased from
SUPP_EXAM_PERMITTED_IND; flags whether supplementary examinations are permitted. - GENERIC_PROGRAM_INDICATOR, GRADUATE_STUDENTS_INDICATOR, COUNT_INTERMISSION_INDICATOR, INTERMISSION_ALLOWED_INDICATOR, MAX_INTERMISSION_DURATION, NUM_OF_UNITS_BEFORE_INTRMSN — intermission and generic-program controls.
- PROGRAM_TYPE, GOVT_SPECIAL_PROGRAM_TYPE, GOVT_PROGRAM_LOAD, QUALIFICATION_RECENCY, EXTERNAL_ADV_STND_LIMIT, INTERNAL_ADV_STND_LIMIT — regulatory and admission attributes.
- CREDIT_POINTS_REQUIRED, PROGRAM_TOTAL_EFTSU, MIN_SUBMISSION_PERCENTAGE, MAX_CP_PER_TEACH_PERIOD, RESIDENCY_CP_REQUIRED, MINIMUM_CP_PER_CALENDAR — credit and load parameters.
- RESP_ORG_UNIT_CODE, RESP_ORG_UNIT_START_DATE — owning organizational unit.
- APPROVAL_DATE, EXTERNAL_APPROVAL_DATE, STATE/FEDERAL/INSTITUTIONAL_FINANCIAL_AID, REVENUE_ACCOUNT_CODE, PRIMARY_PROGRAM_RANK, MAX_WLST_PER_STUD, plus audit columns CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE.
Common Use Cases and Queries
Typical usage includes academic catalog reporting, supplementary examination eligibility checks, intermission policy analysis, and credit load validation. A representative query for supplementary exam eligibility is:
SELECT program_code, version_number, title,
supp_exam_perm_indicator, program_status
FROM apps.igsbv_high_ed_prog_versions
WHERE supp_exam_perm_indicator = 'Y';
Because the view reads from IGS_PS_VER_ALL, callers needing only currently effective versions should add predicates on start_date and end_date, or filter on program_status. Audit-driven extracts typically select last_update_date and last_updated_by for incremental loads. The read-only nature guarantees that integration jobs cannot inadvertently modify base program data through this interface.
-
VIEW: APPS.IGSBV_HIGH_ED_PROG_VERSIONS
12.1.1
-
View: IGSBV_HIGH_ED_PROG_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_PROG_VERSIONS, object_name:IGSBV_HIGH_ED_PROG_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: APPS.IGSBV_HIGH_ED_PROG_VERSIONS ,
-
View: IGS_PS_VER_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_V, object_name:IGS_PS_VER_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_VER_V ,
-
View: IGS_PS_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_HIST, object_name:IGS_PS_VER_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_VER_HIST ,
-
View: IGS_PS_VER_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_VER_HIST
12.1.1
-
VIEW: APPS.IGS_PS_VER_V
12.1.1
-
View: IGS_PS_VER_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge program version history with the current program version details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_HIST, object_name:IGS_PS_VER_HIST, status:VALID,
-
View: IGS_PS_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_HIST_V, object_name:IGS_PS_VER_HIST_V, status:VALID, product: IGS - Student System , description: This view is used to merge program version history with the current program version details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_PS_VER_HIST_V ,
-
VIEW: APPS.IGS_PS_VER_HIST_V
12.1.1
-
VIEW: APPS.IGS_PS_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_V, object_name:IGS_PS_VER_V, status:VALID,
-
VIEW: APPS.IGSBV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_PROG_VERSIONS, object_name:IGSBV_HIGH_ED_PROG_VERSIONS, status:VALID,
-
VIEW: APPS.IGSFV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_PROG_VERSIONS, object_name:IGSFV_HIGH_ED_PROG_VERSIONS, status:VALID,
-
View: IGSFV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_PROG_VERSIONS, object_name:IGSFV_HIGH_ED_PROG_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: APPS.IGSFV_HIGH_ED_PROG_VERSIONS ,
-
View: IGSFV_HIGH_ED_PROG_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AU_GEN_002 SQL Statements
12.1.1
-
View: IGS_PS_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER, object_name:IGS_PS_VER, status:VALID, product: IGS - Student System , description: This view would be used in form , implementation_dba_data: APPS.IGS_PS_VER ,
-
View: IGS_PS_VER
12.2.2
product: IGS - Student System (Obsolete) , description: This view would be used in form , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_VER_HIST_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_HIST_V, object_name:IGS_PS_VER_HIST_V, status:VALID,
-
TABLE: IGS.IGS_PS_VER_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_HIST_ALL, object_name:IGS_PS_VER_HIST_ALL, status:VALID,
-
VIEW: APPS.IGS_PS_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER, object_name:IGS_PS_VER, status:VALID,
-
TABLE: IGS.IGS_PS_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_ALL, object_name:IGS_PS_VER_ALL, status:VALID,
-
APPS.IGS_EN_CAREER_MODEL SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_002
12.1.1
-
APPS.IGS_PS_VER_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VER_HIST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_CAREER_MODEL
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VER_PKG
12.1.1
-
APPS.IGS_AU_GEN_002 dependencies on IGS_PS_VER_HIST
12.1.1
-
APPS.IGS_PS_VER_HIST_PKG dependencies on IGS_PS_VER_HIST_ALL
12.1.1
-
APPS.IGS_EN_CAREER_MODEL dependencies on IGS_PS_TYPE
12.1.1
-
APPS.IGS_EN_CAREER_MODEL dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_EN_CAREER_MODEL dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_PS_VER_ALL
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_PS_VER
12.1.1
-
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'. ,