Search Results igs_ps_usec_wlst_pri
Overview
IGS_PS_USEC_WLST_PRI is a Student System (IGS) entity within Oracle E-Business Suite that describes the Waitlist Priorities for a Unit Section. In the context of Oracle EBS 12.1.1 and 12.2.2, this table forms part of the obsolete Student System schema and is documented in ETRM but explicitly flagged as "Not implemented in this database." It therefore serves as a reference/data-model artifact rather than an active transactional object in standard EBS installations.
The entity captures the priority ordering applied to students placed on a waitlist for a specific unit section (a class offering). The heuristic Data Vault classification derived from the foreign-key structure is satellite-leaning, meaning the table is best modeled as a descriptive satellite attached to a parent hub (the unit offering option and the unit section waitlist limit). It is dependent on its referenced parents for business meaning and holds priority-specific descriptive attributes.
Key Information Stored
The documented physical schema for 12.1.1 records 10 columns owned by the IGS schema. The most significant columns are:
- UNIT_SEC_WAITLIST_PRIORITY_ID — the surrogate primary key (IGS_PS_USEC_WLST_PRI_PK) uniquely identifying each waitlist priority record.
- UOO_ID — foreign key to IGS_PS_UNIT_OFR_OPT_ALL, linking the priority to the specific unit offering option.
- UNIT_SECTION_LIMIT_WAITLIST_ID — foreign key to IGS_PS_USEC_LIM_WLST, tying the priority to the waitlist limit configuration for the unit section.
- PRIORITY_VALUE — the numeric or coded value expressing the waitlist priority assigned.
- PRIORITY_NUMBER — the ordinal ranking associated with the priority definition.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS WHO columns capturing audit and concurrency information.
Two unique indexes document the business-key candidates: IGS_PS_USEC_WLST_PRI_U1 on UNIT_SEC_WAITLIST_PRIORITY_ID (mirroring the primary key) and IGS_PS_USEC_WLST_PRI_U2 on the composite (UOO_ID, PRIORITY_VALUE). The U2 constraint establishes that a given unit offering option may hold only one record per priority value, making this pair the natural business key.
Common Use Cases and Queries
Because the object is not implemented in standard databases, use cases are primarily architectural, migration-related, or analytical exercises where the IGS data model is being mapped or selectively reinstated. Typical reporting patterns involve joining the priority records back to their parent unit offering option and waitlist limit.
A representative query resolves waitlist priorities for a unit offering option:
SELECT p.unit_sec_waitlist_priority_id, p.priority_number, p.priority_value, p.uoo_id FROM igs_ps_usec_wlst_pri p WHERE p.uo
Extending the pattern to include the offering option description:
SELECT p.priority_value, o.* FROM igs_ps_usec_wlst_pri p, igs_ps_unit_ofr_opt_all o WHERE p.uoo_id = o.uo
Joining to the waitlist limit configuration supports capacity and prioritization analysis:
SELECT l.*, p.priority_number, p.priority_value FROM igs_ps_usec_wlst_pri p, igs_ps_usec_lim_wlst l WHERE p.unit_section_limit_waitlist_id = l.unit_section_limit_waitlist_id
Reporting typically focuses on confirming uniqueness of PRIORITY_VALUE per unit offering option, validating the U2 business rule, and auditing the WHO columns for change history.
Related Objects
The following objects are directly implicated by the documented FK and PK relationships:
- IGS_PS_UNIT_OFR_OPT_ALL — parent of UOO_ID; the unit offering option that the priority qualifies.
- IGS_PS_USEC_LIM_WLST — parent of UNIT_SECTION_LIMIT_WAITLIST_ID; the waitlist limit configuration for the unit section.
- IGS_PS_USEC_WLST_PRF — child table referencing UNIT_SEC_WAITLIST_PRIORITY_ID; holds waitlist priority preference detail.
- IGS_PS_USEC_WLST_PRI_PK / _UK / _U1 / _U2 — the primary, unique, and unique-index constraints governing row identity and business rules.
Together these objects frame the waitlist prioritization model within the obsolete IGS Student System, informing any data-migration or retrospective analysis effort.
-
Table: IGS_PS_USEC_WLST_PRI
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Waitlist Priorities for a Unit Section , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_WLST_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_WLST_PRI, object_name:IGS_PS_USEC_WLST_PRI, status:VALID, product: IGS - Student System , description: This entity describes the Waitlist Priorities for a Unit Section , implementation_dba_data: IGS.IGS_PS_USEC_WLST_PRI ,
-
VIEW: APPS.IGS_PS_USEC_WLST_PRF_V
12.1.1
-
VIEW: APPS.IGSBV_USEC_WAITLIST_PRIORITIES
12.1.1
-
View: IGS_PS_USEC_WLST_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_WLST_PRF_V, object_name:IGS_PS_USEC_WLST_PRF_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_WLST_PRF_V ,
-
View: IGS_PS_USEC_WLST_PRF_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 ,
-
APPS.IGS_PS_USEC_WLST_PRI_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PS_USEC_WLST_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_WLST_PRI, object_name:IGS_PS_USEC_WLST_PRI, status:VALID,
-
VIEW: APPS.IGSFV_USEC_WLST_PREFERENCES
12.1.1
-
VIEW: APPS.IGSFV_USEC_WAITLIST_PRIORITIES
12.1.1
-
VIEW: APPS.IGSBV_USEC_WLST_PREFERENCES
12.1.1
-
SYNONYM: APPS.IGS_PS_USEC_WLST_PRI
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_USEC_WLST_PRI, status:VALID,
-
VIEW: APPS.IGS_PS_USEC_WLST_PRI_V
12.1.1
-
Table: IGS_PS_USEC_WLST_PRF
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Waitlist Preferences for a Unit Section. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_USEC_WLST_PRI_PKG
12.1.1
-
View: IGSBV_USEC_WLST_PREFERENCES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view which captures the Waitlist Preferences for a Unit Section. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_LIM_WLST
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit Section Limits and Waitlist information , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_WLST_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_WLST_PRF, object_name:IGS_PS_USEC_WLST_PRF, status:VALID, product: IGS - Student System , description: Entity to capture the Waitlist Preferences for a Unit Section. , implementation_dba_data: IGS.IGS_PS_USEC_WLST_PRF ,
-
Table: IGS_PS_USEC_LIM_WLST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_LIM_WLST, object_name:IGS_PS_USEC_LIM_WLST, status:VALID, product: IGS - Student System , description: This entity describes the Unit Section Limits and Waitlist information , implementation_dba_data: IGS.IGS_PS_USEC_LIM_WLST ,
-
View: IGSBV_USEC_WLST_PREFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_WLST_PREFERENCES, object_name:IGSBV_USEC_WLST_PREFERENCES, status:VALID, product: IGS - Student System , description: This is the base view which captures the Waitlist Preferences for a Unit Section. , implementation_dba_data: APPS.IGSBV_USEC_WLST_PREFERENCES ,
-
View: IGSBV_USEC_WAITLIST_PRIORITIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the Waitlist Priorities for a Unit Section. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_USEC_WAITLIST_PRIORITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_WAITLIST_PRIORITIES, object_name:IGSFV_USEC_WAITLIST_PRIORITIES, status:VALID, product: IGS - Student System , description: This is the full view, which describes the Waitlist Priorities for a Unit Section. , implementation_dba_data: APPS.IGSFV_USEC_WAITLIST_PRIORITIES ,
-
View: IGSBV_USEC_WAITLIST_PRIORITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_WAITLIST_PRIORITIES, object_name:IGSBV_USEC_WAITLIST_PRIORITIES, status:VALID, product: IGS - Student System , description: This is the base view, which describes the Waitlist Priorities for a Unit Section. , implementation_dba_data: APPS.IGSBV_USEC_WAITLIST_PRIORITIES ,
-
View: IGSFV_USEC_WAITLIST_PRIORITIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the Waitlist Priorities for a Unit Section. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_USEC_WLST_PREFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_WLST_PREFERENCES, object_name:IGSFV_USEC_WLST_PREFERENCES, status:VALID, product: IGS - Student System , description: This is the full view which captures the Waitlist Preferences for a Unit Section. , implementation_dba_data: APPS.IGSFV_USEC_WLST_PREFERENCES ,
-
View: IGS_PS_USEC_WLST_PRI_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_USEC_WLST_PREFERENCES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view which captures the Waitlist Preferences for a Unit Section. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_WLST_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_WLST_PRI_V, object_name:IGS_PS_USEC_WLST_PRI_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USEC_WLST_PRI_V ,
-
PACKAGE BODY: APPS.IGS_EN_WLST_GEN_PROC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_WLST_GEN_PROC, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_USEC_WLST_PRI_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_USEC_WLST_PRI_PKG, 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: APPS.IGS_PS_GENERIC_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_GENERIC_PUB, status:VALID,
-
VIEW: APPS.IGSFV_USEC_WAITLIST_PRIORITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_WAITLIST_PRIORITIES, object_name:IGSFV_USEC_WAITLIST_PRIORITIES, status:VALID,
-
APPS.IGS_EN_WLST_GEN_PROC SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_USEC_WLST_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_WLST_PRF_V, object_name:IGS_PS_USEC_WLST_PRF_V, status:VALID,
-
VIEW: APPS.IGSBV_USEC_WAITLIST_PRIORITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_WAITLIST_PRIORITIES, object_name:IGSBV_USEC_WAITLIST_PRIORITIES, status:VALID,
-
VIEW: APPS.IGS_PS_USEC_WLST_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_WLST_PRI_V, object_name:IGS_PS_USEC_WLST_PRI_V, status:VALID,
-
VIEW: APPS.IGSBV_USEC_WLST_PREFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_WLST_PREFERENCES, object_name:IGSBV_USEC_WLST_PREFERENCES, status:VALID,
-
VIEW: APPS.IGSFV_USEC_WLST_PREFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_WLST_PREFERENCES, object_name:IGSFV_USEC_WLST_PREFERENCES, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VALIDATE_LGCY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VALIDATE_LGCY_PKG, status:VALID,
-
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 ,
-
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 ,
-
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,
-
PACKAGE BODY: APPS.IGS_PS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_001, status:VALID,
-
APPS.IGS_PS_USEC_WLST_PRI_PKG dependencies on IGS_PS_USEC_WLST_PRI
12.1.1
-
APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_PS_USEC_WLST_PRI
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_USEC_WLST_PRI
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_USEC_WLST_PRI
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_USEC_WLST_PRI
12.1.1