Search Results igs_ps_rsv_usec_pri
Overview
IGS_PS_RSV_USEC_PRI is a transactional configuration table within the Oracle E-Business Suite Student System (IGS) product family. It resides in the IGS schema and holds VALID status in Oracle EBS releases 12.1.1 and 12.2.2. Functionally, the table describes the priority definitions applied to reserved seating at the unit Section level. Reserved seating allows an institution to ring-fence a portion of a course section's capacity for a defined cohort — for example, a specific program, plan, or student group — and the priority rows defined here establish the ranking or ordering rules that govern how those reserved seats are allocated when demand exceeds supply.
The object operates as a child of the unit offering option structure and as a parent to the reserved seat usage profile. In Data Vault terms, the heuristic classification derived from the foreign key topology is satellite-leaning: the table carries descriptive priority attributes that hang off a parent business key (UOO_ID) rather than forming an independent hub or a pure many-to-many link. This classification should be treated as a modeling suggestion rather than a mandated design.
Key Information Stored
The documented physical schema contains nine columns. The most significant are:
- RSV_USEC_PRI_ID — The surrogate primary key, enforced by IGS_PS_RSV_USEC_PRI_PK and also carried by the unique index IGS_PS_RSV_USEC_PRI_U1. It uniquely identifies each priority definition row and is the value propagated to dependent children.
- UOO_ID — Foreign key to IGS_PS_UNIT_OFR_OPT_ALL, identifying the unit offering option (the section-level offering construct) to which the reserved seating priority applies.
- PRIORITY_ORDER — Sequence or rank value used to order competing priority definitions at the section level.
- PRIORITY_VALUE — The priority value assigned to the definition; together with UOO_ID it forms the business-key candidate enforced by unique index IGS_PS_RSV_USEC_PRI_U2.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — The standard Oracle EBS WHO columns providing audit lineage and concurrency context for every row.
The distinction between the surrogate key (RSV_USEC_PRI_ID) and the composite business key (UOO_ID, PRIORITY_VALUE) is important: integration and data-migration logic should resolve rows by the business key, while internal joins and child references use the surrogate.
Common Use Cases and Queries
Typical usage centres on capacity planning, enrolment eligibility, and reserved-seat allocation reporting. A common pattern retrieves all priorities configured for a given unit offering option:
- Joining IGS_PS_RSV_USEC_PRI to IGS_PS_UNIT_OFR_OPT_ALL on UOO_ID to report priority definitions alongside the section's offering attributes.
- Joining to IGS_PS_RSV_USEC_PRF on RSV_USEC_PRI_ID to expand a priority into its associated usage profiles, which is the standard route for reserved-seating eligibility reports.
- Ordering result sets by PRIORITY_ORDER or PRIORITY_VALUE to reproduce the institutional allocation sequence used during enrolment processing.
- Auditing configuration drift by comparing PRIORITY_VALUE and PRIORITY_ORDER across terms, using LAST_UPDATE_DATE and LAST_UPDATED_BY to identify recent changes.
Extracts should filter on UOO_ID for a target section and drive the join downward into IGS_PS_RSV_USEC_PRF to obtain the actual reservation profile detail.
Related Objects
The following objects are the most significant dependencies:
- IGS_PS_UNIT_OFR_OPT_ALL — Parent table; joined on IGS_PS_RSV_USEC_PRI.UOO_ID. Supplies the unit offering option context.
- IGS_PS_RSV_USEC_PRF — Child table referencing IGS_PS_RSV_USEC_PRI.RSV_USEC_PRI_ID; holds the reserved seat usage profiles that consume these priority definitions.
- IGS_PS_RSV_USEC_PRI_PK — Primary key constraint on RSV_USEC_PRI_ID.
- IGS_PS_RSV_USEC_PRI_U1 — Unique index on RSV_USEC_PRI_ID.
- IGS_PS_RSV_USEC_PRI_U2 — Unique index on UOO_ID and PRIORITY_VALUE, defining the composite business key.
Together these objects form the reserved-seating priority chain: unit offering option, priority definition, and usage profile. Query and integration design should preserve that hierarchy and respect the documented uniqueness constraints when inserting or updating configuration data.
-
Table: IGS_PS_RSV_USEC_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRI, object_name:IGS_PS_RSV_USEC_PRI, status:VALID, product: IGS - Student System , description: Describes priorities for the reserved seating at unit Section level , implementation_dba_data: IGS.IGS_PS_RSV_USEC_PRI ,
-
Table: IGS_PS_RSV_USEC_PRI
12.2.2
product: IGS - Student System (Obsolete) , description: Describes priorities for the reserved seating at unit Section level , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_RSV_USEC_PRF_V
12.1.1
-
View: IGS_PS_RSV_USEC_PRF_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the preferences for a given priority for the reserved seating at Unit Section 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_USEC_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRF_V, object_name:IGS_PS_RSV_USEC_PRF_V, status:VALID, product: IGS - Student System , description: This view contains the preferences for a given priority for the reserved seating at Unit Section Level .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGS_PS_RSV_USEC_PRF_V ,
-
APPS.IGS_PS_RSV_USEC_PRI_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_RSV_USEC_PRI_V
12.1.1
-
SYNONYM: APPS.IGS_PS_RSV_USEC_PRI
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_RSV_USEC_PRI, status:VALID,
-
TABLE: IGS.IGS_PS_RSV_USEC_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRI, object_name:IGS_PS_RSV_USEC_PRI, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_RSV_USEC_PRI_PKG
12.1.1
-
Table: IGS_PS_RSV_USEC_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRF, object_name:IGS_PS_RSV_USEC_PRF, status:VALID, product: IGS - Student System , description: Describes the preferences for a given priority for reserved seating at unit section level , implementation_dba_data: IGS.IGS_PS_RSV_USEC_PRF ,
-
Table: IGS_PS_RSV_USEC_PRF
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the preferences for a given priority for reserved seating at unit section level , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_RSV_USEC_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRI_V, object_name:IGS_PS_RSV_USEC_PRI_V, status:VALID, product: IGS - Student System , description: This view contains the priorities for reserved seating at Unit Section Level , implementation_dba_data: APPS.IGS_PS_RSV_USEC_PRI_V ,
-
PACKAGE BODY: APPS.IGS_AU_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AU_GEN_003, status:VALID,
-
View: IGS_PS_RSV_USEC_PRI_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the priorities for reserved seating at Unit Section Level , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_RSV_USEC_PRI_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_RSV_USEC_PRI_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_RSV_USEC_PRF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_RSV_USEC_PRF_PKG, status:VALID,
-
VIEW: APPS.IGS_PS_RSV_USEC_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRI_V, object_name:IGS_PS_RSV_USEC_PRI_V, status:VALID,
-
PACKAGE: APPS.IGS_PS_GENERIC_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_GENERIC_PUB, status:VALID,
-
VIEW: APPS.IGS_PS_RSV_USEC_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRF_V, object_name:IGS_PS_RSV_USEC_PRF_V, 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,
-
PACKAGE BODY: APPS.IGS_PS_VALIDATE_GENERIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VALIDATE_GENERIC_PKG, 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,
-
TABLE: IGS.IGS_PS_RSV_USEC_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRF, object_name:IGS_PS_RSV_USEC_PRF, status:VALID,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ALL, object_name:IGS_PS_UNIT_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each unit offering. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_OPT_ALL ,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available options for each unit offering. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_CREATE_GENERIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_CREATE_GENERIC_PKG, status:VALID,
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_RSV_USEC_PRF_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_PS_RSV_USEC_PRI
12.1.1
-
APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_PS_RSV_USEC_PRI
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_RSV_USEC_PRI
12.1.1
-
APPS.IGS_AU_GEN_003 SQL Statements
12.1.1
-
APPS.IGS_PS_RSV_USEC_PRI_PKG dependencies on IGS_PS_RSV_USEC_PRI
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_RSV_USEC_PRI
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_RSV_USEC_PRI
12.1.1
-
APPS.IGS_AU_GEN_003 dependencies on IGS_PS_RSV_USEC_PRI
12.1.1
-
APPS.IGS_PS_RSV_USEC_PRF_PKG dependencies on IGS_PS_RSV_USEC_PRI
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_EN_ELGBL_UNIT SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_RSV_USEC_PRI_S
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_RSV_USEC_PRF_PKG
12.1.1
-
APPS.IGS_PS_RSV_USEC_PRI_PKG dependencies on IGS_PS_RSV_USEC_PRI_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VALIDATE_GENERIC_PKG
12.1.1