Search Results maximum_credits_for_repeat
Overview
IGSBV_HIGH_ED_UNIT_VERSIONS is a reporting view within the Oracle E-Business Suite Student System (IGS) product family, delivered as part of the higher education data model. In ETRM documentation it is classified under IGS – Student System (Obsolete), indicating that the object belongs to a legacy or de-supported track of the Oracle Student System application and is not actively implemented in current database instances. The ETRM metadata explicitly records the implementation status as "Not implemented in this database."
The view presents unit version details for higher education offerings, combining descriptive title information with lifecycle dates, credit point thresholds, enrolment load characteristics, and indicator flags that govern how a unit version may be used. Its role in EBS reporting and integration is to expose a denormalised, query-friendly projection of the underlying unit version entities so that downstream reports, interfaces, and extracts can retrieve unit-level academic and financial attributes without navigating the full normalised model. Because it is a view rather than a table, it functions purely as a read construct and carries no independent storage.
Underlying Base Objects
The ETRM entry for this view documents no referenced base objects; the "Referenced base objects" field is empty. Consequently, the exact table composition cannot be confirmed from the ETRM record alone. Based on the column set and standard IGS modelling conventions, the view is built over the higher education unit and unit version tables, with joins to unit title, organisational unit ownership, and load calendar constructs. Typical candidates in the IGS schema include the unit definition and unit version entities, unit title and subtitle sources, and calendar/load type reference data used to derive enrolment and offered load calendar types and sequence numbers. Because the documentation is incomplete, any dependency analysis should be validated against the deployed database's view text using the data dictionary rather than assumed.
Key Columns
The view exposes a broad column list, several of which carry aliased, report-friendly names:
- UNIT_CODE, VERSION_NUMBER – Identity of the unit and its version, forming the natural key for most queries.
- START_DATE, REVIEW_DATE, EXPIRY_DATE, END_DATE, APPROVAL_DATE – Lifecycle and governance dates controlling when a version is valid, reviewable, or expired.
- UNIT_STATUS, UNIT_LEVEL, UNIT_INT_COURSE_LEVEL_CODE – Status and academic level classification of the unit version.
- TITLE, SHORT_TITLE, SUBTITLE, ABBREVIATION – Presentation attributes, with TITLE_OVERRIDE_INDICATOR signalling manual title replacement.
- CREDIT_POINT_DESCRIPTOR, ENROLLED_CREDIT_POINTS, ACHIEVABLE_CREDIT_POINTS, POINTS_INCREMENT, POINTS_MINIMUM, POINTS_MAXIMUM – Credit point rules and bounds, plus POINTS_OVERRIDE_INDICATOR.
- LECTURE_CREDIT_POINTS, LAB_CREDIT_POINTS, OTHER_CREDIT_POINTS, BILLING_CREDIT_POINTS, CLOCK_HOURS – Breakdown of credit weighting, including laboratory-based credit.
- WORK_LOAD_CP_LECTURE, WORK_LOAD_CP_LAB – Workload credit points attributed to lecture and laboratory delivery, the columns directly relevant to the search term "work_load_cp_lab".
- ENROLLMENT_EXPECTED, ENROLLMENT_MINIMUM, ENROLLMENT_MAXIMUM, ADVANCE_MAXIMUM – Enrolment planning thresholds.
- Indicators – SUPP_EXAM_PERM_INDICATOR, AWARD_COURSE_ONLY_INDICATOR, RESEARCH_UNIT_INDICATOR, SUB_UNIT_ALLOWED_INDICATOR, SUP_UNIT_ALLOWED_INDICATOR, INDUSTRIAL_INDICATOR, PRACTICAL_INDICATOR, REPEATABLE_INDICATOR, ASSESSABLE_INDICATOR, IVR_ENROL_INDICATOR.
- Repeat and funding controls – MAXIMUM_CREDITS_FOR_REPEAT, MAXIMUM_CREDITS_FOR_FUNDING, MAXIMUM_REPEAT_CREDIT_POINTS, SAME_TEACH_PERIOD_REPEATS.
- Financial aid flags – STATE_FINANCIAL_AID, FEDERAL_FINANCIAL_AID, INSTITUTIONAL_FINANCIAL_AID.
Common Use Cases and Queries
Typical uses include unit catalogue reporting, curriculum workload analysis, enrolment capacity planning, and award/funding eligibility extracts. A representative query filtering on the laboratory workload column follows:
SELECT UNIT_CODE, VERSION_NUMBER, TITLE, WORK_LOAD_CP_LECTURE, WORK_LOAD_CP_LAB, LAB_CREDIT_POINTS, POINTS_MINIMUM, POINTS_MAXIMUM FROM IGSBV_HIGH_ED_UNIT_VERSIONS WHERE WORK_LOAD_CP_LAB > 0 AND UNIT_STATUS = 'ACTIVE' ORDER BY UNIT_CODE, VERSION_NUMBER;
A second pattern retrieves current version details by date validity:
SELECT UNIT_CODE, VERSION_NUMBER, START_DATE, END_DATE, CREDIT_POINT_DESCRIPTOR, ENROLLMENT_MINIMUM, ENROLLMENT_MAXIMUM FROM IGSBV_HIGH_ED_UNIT_VERSIONS WHERE SYSDATE BETWEEN START_DATE AND NVL(END_DATE, SYSDATE);
Because the ETRM record states the view is not implemented in the reference database, these queries should be validated against the target instance before operational use.
-
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: 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: 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_UNIT_VERSIONS
12.1.1
-
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'. ,