Search Results dsp_priority_meaning
Overview
The view IGS_PS_USEC_WLST_PRI_V belongs to the IGS – Student System product family within Oracle E-Business Suite. In the ETRM metadata for release 12.2.2 the object is flagged as Obsolete, and the implementation note explicitly records that it is not implemented in this database. The view was designed to present waitlist priority information for unit (class) sections in the Student System, joining the priority definition table to the seeded lookup values that translate a stored priority code into a user-facing meaning.
Its reporting role is to denormalise the waitlist priority setup so that downstream queries, concurrent programs, or integration extracts can retrieve a priority record together with its descriptive lookup meaning in a single row, rather than requiring a separate join to IGS_LOOKUP_VALUES at the call site. Because waitlist priority determines the order in which students are promoted from a waitlist into an available section slot, this view historically served enrolment, scheduling, and student-records reporting.
Underlying Base Objects
The ETRM metadata documents no referenced base objects, but the view text itself identifies the two sources:
- IGS_PS_USEC_WLST_PRI (aliased
USWP) — the primary base table holding waitlist priority rows for unit sections. - IGS_LOOKUP_VALUES (aliased
LV) — the Oracle EBS lookup table, restricted by the join predicateLV.LOOKUP_TYPE = 'UNIT_WAITLIST'andLV.LOOKUP_CODE = USWP.PRIORITY_VALUE.
The relationship is a lookup resolution join: each waitlist priority row carries a PRIORITY_VALUE code that is matched against the UNIT_WAITLIST lookup type to obtain the descriptive MEANING, exposed in the view as DSP_PRIORITY_MEANING. ROW_ID is projected from the base table ROWID, preserving row-level addressing for the underlying priority record.
Key Columns
- ROW_ID — the
ROWIDof the underlyingIGS_PS_USEC_WLST_PRIrow. - UNIT_SEC_WAITLIST_PRIORITY_ID — primary identifier of the waitlist priority definition.
- UNIT_SECTION_LIMIT_WAITLIST_ID — foreign reference to the unit section limit/waitlist configuration the priority belongs to.
- PRIORITY_NUMBER — numeric ordering of the priority within its waitlist set.
- PRIORITY_VALUE — the lookup code stored against
LOOKUP_TYPE = 'UNIT_WAITLIST'. This is the column most relevant to a search for priority_value, as it is both the join key and the raw coded value. - DSP_PRIORITY_MEANING — the lookup
MEANING, providing the displayable description of the priority. - CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
- UOO_ID — the organisational unit / operating unit identifier associated with the priority record.
Common Use Cases and Queries
Typical usage involves listing or validating the waitlist priorities configured for section limits, translating PRIORITY_VALUE codes into readable meanings, and feeding enrolment extracts. A representative query is:
SELECT unit_sec_waitlist_priority_id, unit_section_limit_waitlist_id, priority_number, priority_value, dsp_priority_meaning FROM igs_ps_usec_wlst_pri_v ORDER BY unit_section_limit_waitlist_id, priority_number;SELECT priority_number, priority_value, dsp_priority_meaning FROM igs_ps_usec_wlst_pri_v WHERE priority_value = :p_priority_value;— resolves a supplied code to its meaning.SELECT uswp.* FROM igs_ps_usec_wlst_pri_v uswp WHERE uswp.uoo_id = :p_uooid;— restricts priorities to a given organisational unit.
Because the object is marked obsolete and not implemented in the documented 12.2.2 database, these patterns should be treated as historical reference; in supported environments the equivalent data is sourced from the base table with an explicit join to IGS_LOOKUP_VALUES.
-
View: IGS_PS_USEC_WLST_PRI_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_OR_UNIT_WLST_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_OR_UNIT_WLST_PRI_V, object_name:IGS_EN_OR_UNIT_WLST_PRI_V, status:VALID, product: IGS - Student System , description: View incorporating wait list priorities that have to be considered in allotting a unit to waitlisted students. , implementation_dba_data: APPS.IGS_EN_OR_UNIT_WLST_PRI_V ,
-
VIEW: APPS.IGS_EN_TIMESLOT_PRTY_V
12.1.1
-
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 ,
-
View: IGS_EN_TIMESLOT_PRTY_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to capture all the Priorities and related information of a Timeslot , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UOFR_WLST_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UOFR_WLST_PRI_V, object_name:IGS_PS_UOFR_WLST_PRI_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UOFR_WLST_PRI_V ,
-
View: IGS_EN_OR_UNIT_WLST_PRI_V
12.2.2
product: IGS - Student System (Obsolete) , description: View incorporating wait list priorities that have to be considered in allotting a unit to waitlisted students. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_USEC_WLST_PRI_V
12.1.1
-
View: IGS_PS_UOFR_WLST_PRI_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_TIMESLOT_PRTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_PRTY_V, object_name:IGS_EN_TIMESLOT_PRTY_V, status:VALID, product: IGS - Student System , description: This view is used to capture all the Priorities and related information of a Timeslot , implementation_dba_data: APPS.IGS_EN_TIMESLOT_PRTY_V ,
-
VIEW: APPS.IGS_EN_OR_UNIT_WLST_PRI_V
12.1.1
-
VIEW: APPS.IGS_PS_UOFR_WLST_PRI_V
12.1.1
-
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,
-
VIEW: APPS.IGS_PS_UOFR_WLST_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UOFR_WLST_PRI_V, object_name:IGS_PS_UOFR_WLST_PRI_V, 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,
-
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.IGS_PS_RSV_OGPRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_OGPRI_V, object_name:IGS_PS_RSV_OGPRI_V, status:VALID,
-
VIEW: APPS.IGS_EN_TIMESLOT_PRTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_PRTY_V, object_name:IGS_EN_TIMESLOT_PRTY_V, status:VALID,
-
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 ,
-
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 ,
-
VIEW: APPS.IGS_EN_OR_UNIT_WLST_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_OR_UNIT_WLST_PRI_V, object_name:IGS_EN_OR_UNIT_WLST_PRI_V, status:VALID,
-
View: IGS_PS_RSV_OGPRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_OGPRI_V, object_name:IGS_PS_RSV_OGPRI_V, status:VALID, product: IGS - Student System , description: This view displays the priorities for the reserved seating at Organizational Unit Level. , implementation_dba_data: APPS.IGS_PS_RSV_OGPRI_V ,
-
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 ,
-
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 ,
-
View: IGS_PS_RSV_OGPRI_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the priorities for the reserved seating at Organizational Unit Level. , implementation_dba_data: Not implemented in this database ,
-
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'. ,