Search Results repeatable_ind
Overview
The view IGS_PS_USEC_RPT_COND_V is a reporting and integration construct in the Oracle E-Business Suite Student System (IGS) product family. It is owned by the APPS schema and is documented as VALID in the ETRM repository for releases 12.1.1 and 12.2.2. The view exposes the repeat-conditioning rules that govern how a student may repeat a unit offering option within the context of a unit section. These rules determine whether a student is permitted to repeat a unit, how many times a repeat may be counted for academic credit, how many times it may be counted for funding purposes, and the credit points that may be accrued through repetition.
The ETRM description associates this view with the case and seed document PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc and marks the object as Obsolete. Despite this designation, the object remains present and valid in the APPS schema, which is common for superseded IGS views that are retained to preserve backward compatibility with custom reports, concurrent programs, and interface extracts that reference them. The view therefore functions primarily as a stable read-only projection of the underlying repeat-condition table, insulating downstream consumers from the physical column layout of that table.
Underlying Base Objects
The view is defined over a single base table: IGS_PS_USEC_RPT_COND (aliased as USRC). No other base objects, joins, or subqueries are documented in the view text; it is a direct, one-to-one projection of the table's columns with no filtering or transformation logic. Because the mapping is unfiltered, the view returns all rows present in the base table, and the row count and cardinality of the view are identical to those of IGS_PS_USEC_RPT_COND.
- IGS_PS_USEC_RPT_COND — the sole documented referenced base table, storing unit section repeat-condition definitions keyed by
UNIT_SECTION_REPT_CONDITION_ID.
Although the ETRM metadata lists no referenced base objects under the documented view metadata section, the embedded view text explicitly identifies IGS_PS_USEC_RPT_COND as the source. All columns are passed through directly, including the ROWID pseudo-column, which is aliased to ROW_ID.
Key Columns
- ROW_ID — the physical ROWID of the underlying base-table row, useful for identifying and locating the source record.
- UNIT_SECTION_REPT_CONDITION_ID — the primary identifier for a repeat condition record.
- UOO_ID — the unit offering option to which the repeat condition applies.
- REPEATABLE_IND — indicates whether the associated unit is repeatable.
- SAME_TEACHING_PERIOD — indicates whether repeats are restricted to the same teaching period.
- MAX_REPEATS_FOR_CREDIT — the maximum number of repeats that may be counted toward academic credit. This is the column most closely associated with the search term max_repeats_for_credit.
- MAX_REPEATS_FOR_FUNDING — the maximum number of repeats that may be counted for funding purposes.
- MAX_REPEAT_CREDIT_POINTS — the maximum credit points that may be earned through repeated attempts.
- SAME_TEACH_PERIOD_REPEATS and SAME_TEACH_PERIOD_REPEATS_CP — repeat counts and associated credit points permitted within a single teaching period.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
Common Use Cases and Queries
Typical consumers use this view to enforce or report repeat eligibility during enrolment, to validate funding claims, and to drive custom extracts. Because the view is unfiltered, queries should restrict rows by the relevant identifier columns.
Retrieve repeat rules for a specific unit offering option:
SELECT uoo_id, repeatable_ind, max_repeats_for_credit, max_repeats_for_funding, max_repeat_credit_points FROM igs_ps_usec_rpt_cond_v WHERE uoo_id = :p_uoo_id;
Identify repeatable units permitting more than one credit-bearing repeat:
SELECT unit_section_rept_condition_id, uoo_id, max_repeats_for_credit FROM igs_ps_usec_rpt_cond_v WHERE repeatable_ind = 'Y' AND max_repeats_for_credit > 1;
Given its Obsolete status, new development should target the base table or its documented successor, but the view remains a valid integration point for existing IGS reports.
-
View: IGS_PS_USEC_RPT_COND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_RPT_COND_V, object_name:IGS_PS_USEC_RPT_COND_V, status:VALID, product: IGS - Student System , description: Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGS_PS_USEC_RPT_COND_V ,
-
VIEW: APPS.IGS_PS_USEC_RPT_COND_V
12.1.1
-
View: IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID, product: IGS - Student System , description: Merges the Unit Version History details with the Current Unit 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_UNIT_VER_HIST_V ,
-
VIEW: APPS.IGS_PS_USEC_RPT_COND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_RPT_COND_V, object_name:IGS_PS_USEC_RPT_COND_V, status:VALID,
-
View: IGS_PS_USEC_RPT_COND_V
12.2.2
product: IGS - Student System (Obsolete) , description: Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Merges the Unit Version History details with the Current Unit 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_UNIT_VER_HIST_V
12.1.1
-
View: IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER ,
-
TABLE: IGS.IGS_PS_USEC_RPT_COND
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_RPT_COND, object_name:IGS_PS_USEC_RPT_COND, status:VALID,
-
View: IGS_PS_UNIT_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST, object_name:IGS_PS_UNIT_VER_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_HIST ,
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
View: IGS_PS_UNIT_VER_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_V ,
-
View: IGS_PS_UNIT_VER_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST, object_name:IGS_PS_UNIT_VER_HIST, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID,
-
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.IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID,
-
APPS.IGS_PS_UNIT_VER_HIST_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID,
-
TABLE: IGS.IGS_PS_UNIT_VER_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_ALL, object_name:IGS_PS_UNIT_VER_HIST_ALL, status:VALID,
-
TABLE: IGS.IGS_PS_LGCY_UV_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_LGCY_UV_INT, object_name:IGS_PS_LGCY_UV_INT, status:VALID,
-
APPS.IGS_AV_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_EN_ELGBL_UNIT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_VER_HIST_PKG
12.1.1
-
APPS.IGS_AS_FINALIZE_GRADE SQL Statements
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG SQL Statements
12.1.1
-
Lookup Type: LEGACY_TOKENS
12.2.2
product: IGS - Student System (Obsolete) , meaning: Legacy Message Tokens , description: Legacy Message Tokens ,
-
APPS.IGS_EN_VAL_SUA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_IN_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_DA_XML_PKG
12.1.1
-
Lookup Type: LEGACY_TOKENS
12.1.1
product: IGS - Student System , meaning: Legacy Message Tokens , description: Legacy Message Tokens ,
-
APPS.IGS_DA_XML_PKG dependencies on IGS_PS_UNIT_VER
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_004
12.1.1
-
APPS.IGS_RU_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_IN_GEN_001 dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_EN_GEN_001 dependencies on IGS_PS_UNIT_VER
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_SUA
12.1.1
-
APPS.IGS_AS_FINALIZE_GRADE dependencies on IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
-
APPS.IGS_EN_GEN_001 dependencies on IGS_AS_GEN_003
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_EN_VAL_SUA
12.1.1