Search Results igs_ps_rsv_uop_pri
Overview
The IGS_PS_RSV_UOP_PRI table is a core data structure within the Oracle E-Business Suite Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. It functions as the master repository for defining and storing priority rules associated with reserved seating at the Unit Offering Pattern (UOP) level. This table is essential for managing controlled enrollment, allowing institutions to allocate a specific number of seats in a class offering to defined student cohorts based on a priority ranking system. Its existence directly supports complex enrollment strategies and ensures compliance with institutional policies for seat reservation.
Key Information Stored
The table stores the definition of each priority rule, linking it to a specific academic offering and assigning its rank. The primary unique identifier is the system-generated RSV_UOP_PRI_ID. The table's structure enforces a composite unique key (IGS_PS_RSV_UOP_PRI_UK) on a combination of columns that precisely identifies the academic context and priority value: UNIT_CD, VERSION_NUMBER, CALENDER_TYPE, and CI_SEQUENCE_NUMBER together identify the specific Unit Offering Pattern, while PRIORITY_VALUE denotes the rank of this rule (e.g., 1 for highest priority). This design ensures that within a single offering pattern, no two priority rules can have the same rank.
Common Use Cases and Queries
The primary use case is the administration and execution of reserved seating processes during enrollment. Administrators create and maintain priority rules in this table, which are then referenced by detailed preference records (in IGS_PS_RSV_UOP_PRF) that specify which student groups (e.g., by major, cohort, or student attribute) qualify for each priority level. Common reporting and validation queries involve listing all priorities for an offering or checking for data integrity.
- Listing priorities for a specific unit offering:
SELECT * FROM igs.igs_ps_rsv_uop_pri WHERE unit_cd = 'MATH101' AND version_number = 1 AND calender_type = 'SEMESTER' AND ci_sequence_number = 202301 ORDER BY priority_value; - Identifying offering patterns with reserved seating configured:
SELECT DISTINCT unit_cd, version_number, calender_type, ci_sequence_number FROM igs.igs_ps_rsv_uop_pri;
Related Objects
IGS_PS_RSV_UOP_PRI sits at the center of a key relationship hierarchy for reserved seating. It has a mandatory foreign key relationship to the IGS_PS_UNIT_OFR_PAT_ALL table, which defines the Unit Offering Pattern itself. This ensures every priority rule is attached to a valid academic offering. Furthermore, it is the parent table to IGS_PS_RSV_UOP_PRF (Reserved Unit Offering Pattern Preference). The RSV_UOP_PRI_ID column is referenced by the foreign key in IGS_PS_RSV_UOP_PRF, establishing a one-to-many relationship where a single priority rule can have multiple detailed student cohort preferences defined against it.
-
Table: IGS_PS_RSV_UOP_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRI, object_name:IGS_PS_RSV_UOP_PRI, status:VALID, product: IGS - Student System , description: Describes priorities for the reserved seating at Unit Offering pattern level , implementation_dba_data: IGS.IGS_PS_RSV_UOP_PRI ,
-
Table: IGS_PS_RSV_UOP_PRI
12.2.2
product: IGS - Student System (Obsolete) , description: Describes priorities for the reserved seating at Unit Offering pattern level , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_RSV_UOP_PRI_PKG dependencies on IGS_PS_RSV_UOP_PRI
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_PS_RSV_UOP_PRI
12.1.1
-
APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_PS_RSV_UOP_PRI
12.1.1
-
APPS.IGS_PS_RSV_UOP_PRF_PKG dependencies on IGS_PS_RSV_UOP_PRI
12.1.1
-
VIEW: APPS.IGS_PS_RSV_UOP_PRF_V
12.1.1
-
View: IGS_PS_RSV_UOP_PRF_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the preferences for a given priority for reserved seating at Unit Offering Pattern Level. Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_RSV_UOP_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRF_V, object_name:IGS_PS_RSV_UOP_PRF_V, status:VALID, product: IGS - Student System , description: This view contains the preferences for a given priority for reserved seating at Unit Offering Pattern Level. Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGS_PS_RSV_UOP_PRF_V ,
-
VIEW: APPS.IGS_PS_RSV_UOP_PRI_V
12.1.1
-
APPS.IGS_PS_RSV_UOP_PRI_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_RSV_UOP_PRI
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_RSV_UOP_PRI, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_RSV_UOP_PRI_PKG
12.1.1
-
TABLE: IGS.IGS_PS_RSV_UOP_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRI, object_name:IGS_PS_RSV_UOP_PRI, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_RSV_UOP_PRI_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_RSV_UOP_PRI_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_RSV_UOP_PRF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_RSV_UOP_PRF_PKG, status:VALID,
-
APPS.IGS_PS_RSV_UOP_PRI_PKG dependencies on IGS_PS_RSV_UOP_PRI_PKG
12.1.1
-
Table: IGS_PS_RSV_UOP_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRF, object_name:IGS_PS_RSV_UOP_PRF, status:VALID, product: IGS - Student System , description: Describes the preferences for a given priority for reserved seating at unit offering pattern level , implementation_dba_data: IGS.IGS_PS_RSV_UOP_PRF ,
-
Table: IGS_PS_RSV_UOP_PRF
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the preferences for a given priority for reserved seating at unit offering pattern level , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_RSV_UOP_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRI_V, object_name:IGS_PS_RSV_UOP_PRI_V, status:VALID, product: IGS - Student System , description: This view displays the priorities for the reserved seating at Unit Offering Pattern Level , implementation_dba_data: APPS.IGS_PS_RSV_UOP_PRI_V ,
-
Table: IGS_PS_UNIT_OFR_PAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_PAT_ALL, object_name:IGS_PS_UNIT_OFR_PAT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the offering pattern of a unit offering option. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_PAT_ALL ,
-
View: IGS_PS_RSV_UOP_PRI_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the priorities for the reserved seating at Unit Offering Pattern Level , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_OFR_PAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the offering pattern of a unit offering option. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_RSV_UOP_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRF_V, object_name:IGS_PS_RSV_UOP_PRF_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_UNIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_UNIT, status:VALID,
-
VIEW: APPS.IGS_PS_RSV_UOP_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRI_V, object_name:IGS_PS_RSV_UOP_PRI_V, status:VALID,
-
TABLE: IGS.IGS_PS_RSV_UOP_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRF, object_name:IGS_PS_RSV_UOP_PRF, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_015, status:VALID,
-
APPS.IGS_PS_RSV_UOP_PRF_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_EN_GEN_015 SQL Statements
12.1.1
-
APPS.IGS_EN_ELGBL_UNIT SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_RSV_UOP_PRF_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_015
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_UNIT
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'. ,
-
12.1.1 DBA Data
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'. ,