Search Results supp_exam_perm_indicator
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: 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 ,
-
VIEW: APPS.IGSFV_HIGH_ED_PROG_VERSIONS
12.1.1
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS ,
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
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: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
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.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID,
-
VIEW: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, 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'. ,