Search Results repeatable_indicator
Overview
IGSFV_USEC_REPEAT_CONDITIONS is a read-only Oracle E-Business Suite view owned by the APPS schema and defined in the Student Systems / Student Records (IGS) product family. It presents the repeat-condition configuration that governs whether a unit offering option may be attempted more than once, and under what rules. In ETRM 12.1.1 and 12.2.2 the view is registered against the higher-education unit-of-study data model, where the term "USEC" denotes "Unit Section" — the offering-level instance of a unit within a specific calendar, location, and class.
The view functions as a denormalized reporting surface. Rather than forcing report authors and integration developers to join the repeat-condition table directly to the unit offering table and resolve the many descriptive columns themselves, the view exposes the repeat rules already joined to unit code, version, calendar type, and location. Because it is declared WITH READ ONLY, it is intended strictly for query and extraction, not for DML. It is typically consumed by registration validation reports, enrolment exception analysis, student record extracts, and custom integrations that need to know whether a failed or previously passed attempt may be repeated.
Underlying Base Objects
The documented view text identifies two base objects. The driving table is IGS_PS_USEC_RPT_COND (aliased US), which stores one repeat-condition record per unit section. The second object is IGS_PS_UNIT_OFR_OPT_ALL (aliased UN), the unit offering option table, which supplies the descriptive unit attributes. These are combined in a simple equi-join on UOO_ID:
IGS_PS_USEC_RPT_COND— repeat condition rules, keyed by UNIT_SECTION_REPT_CONDITION_ID and linked through US.UOO_ID.IGS_PS_UNIT_OFR_OPT_ALL— the "_ALL" variant, which includes records across the effective-dating or organizational security ranges, joined on UN.UOO_ID.
No additional base objects are documented in the ETRM metadata; the view's WHERE clause consists solely of the join predicate US.UOO_ID = UN.UOO_ID. This means the view inherits the multi-org/security behavior of the _ALL table and should be queried with the appropriate MO/security context where applicable.
Key Columns
The projection renames several columns for readability, most notably US.REPEATABLE_IND as REPEATABLE_INDICATOR — the exact term surfaced by the user's search. This is the primary flag indicating whether the unit section permits repeat attempts (typically Y/N). Supporting columns include:
- UNIT_SECTION_REPT_CONDITION_ID — primary key of the repeat-condition record.
- SAME_TEACHING_PERIOD — whether the repeat must occur within the same teaching period.
- MAX_REPEATS_FOR_CREDIT / MAX_REPEATS_FOR_FUNDING — ceilings on how many repeat attempts count toward credit and toward funding respectively.
- MAX_REPEAT_CREDIT_POINTS — credit point limit associated with repeated attempts.
- SAME_TEACH_PERIOD_REPEATS / SAME_TEACH_PERIOD_REPEATS_CP — counts of repeats permitted within the same teaching period and their credit-point equivalents.
- UNIT_SECTION_ID — the aliased UOO_ID, the foreign key back to the unit offering option.
- UNIT_CD, VERSION_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER, LOCATION_CD, UNIT_CLASS — descriptive unit offering attributes joined from the _ALL table.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
Typical usage is to retrieve all repeatable unit sections, to audit which sections allow repeats and under what caps, or to feed an integration with repeat eligibility data. A representative query listing repeatable offerings is:
SELECT REPEATABLE_INDICATOR, UNIT_CD, VERSION_NUMBER, CAL_TYPE, LOCATION_CD, MAX_REPEATS_FOR_CREDIT, MAX_REPEATS_FOR_FUNDING FROM APPS.IGSFV_USEC_REPEAT_CONDITIONS WHERE REPEATABLE_INDICATOR = 'Y';- Joining to student attempt/enrolment tables on UNIT_SECTION_ID to determine whether a student who failed or passed a unit is eligible for a further attempt.
- Reporting repeat rules by calendar type or location using the joined descriptive columns, avoiding a manual join in custom reports.
Because the view is read-only and keyed on UOO_ID, it should always be accessed within the correct operating-unit and security profile so that the underlying _ALL data set returns the intended rows.
-
VIEW: APPS.IGSFV_USEC_REPEAT_CONDITIONS
12.1.1
-
VIEW: APPS.IGSBV_USEC_REPEAT_CONDITIONS
12.1.1
-
View: IGSFV_USEC_REPEAT_CONDITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_REPEAT_CONDITIONS, object_name:IGSFV_USEC_REPEAT_CONDITIONS, status:VALID, product: IGS - Student System , description: This is the full view, which describes the repeat conditions for a unit section .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGSFV_USEC_REPEAT_CONDITIONS ,
-
View: IGSBV_USEC_REPEAT_CONDITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_REPEAT_CONDITIONS, object_name:IGSBV_USEC_REPEAT_CONDITIONS, status:VALID, product: IGS - Student System , description: This is the base view, which describes the repeat conditions for a unit section .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGSBV_USEC_REPEAT_CONDITIONS ,
-
View: IGSBV_USEC_REPEAT_CONDITIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the repeat conditions for a unit section .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_USEC_REPEAT_CONDITIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the repeat conditions for a unit section .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
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.IGSFV_USEC_REPEAT_CONDITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_REPEAT_CONDITIONS, object_name:IGSFV_USEC_REPEAT_CONDITIONS, status:VALID,
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
VIEW: APPS.IGSBV_USEC_REPEAT_CONDITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_REPEAT_CONDITIONS, object_name:IGSBV_USEC_REPEAT_CONDITIONS, status:VALID,
-
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'. ,