Search Results igs_en_or_unit_wlst
Overview
IGS_EN_OR_UNIT_WLST is an APPS-owned, VALID database view within the Oracle E-Business Suite Student System (IGS) product family. It exposes configuration data describing the wait list options that have been established for enrollment organization units. In the ETRM 12.2.2 metadata the view carries the title "View: IGS_EN_OR_UNIT_WLST" and is documented with the description "This view describes the various organization unit wait list options." Its role within the Student System is to present the wait list control attributes — capacity limits, per-student limits, charge assessment and enrollment/assessment treatment of wait-listed students — that govern how an institution manages wait lists at the organization unit level.
The view is a multi-org secured (operating unit filtered) view rather than a plain projection. The definition restricts returned rows against the ORG_ID value carried in the session's CLIENT_INFO, using a NVL/DECODE pattern that compares the logged-in operating unit to the row's ORG_ID, substituting -99 when no operating unit context is present. This makes it suitable for Forms-based inquiry and for operational reporting where the user should see only the wait list setup belonging to their current organization.
Underlying Base Objects
The ETRM metadata lists no separately documented base objects for this view; the view text itself is definitive. IGS_EN_OR_UNIT_WLST is defined as a SELECT over the table IGS_EN_OR_UNIT_WLST_ALL, which is the multi-org ("_ALL") table holding wait list options for every operating unit. The view therefore acts as the organization-secured single-org layer on top of the _ALL table, returning only rows whose ORG_ID matches the session's operating unit (or -99 when none is set). Because the view selects from the _ALL table using a ROWID-derived ROW_ID and the standard WHO columns, DML considerations are typical of _ALL/_V multi-org pairs in EBS; for reporting purposes it is read-only.
Key Columns
- ROW_ID — ROWID of the underlying row in IGS_EN_OR_UNIT_WLST_ALL.
- ORG_ID — Operating unit (organization) identifier that drives multi-org filtering.
- ORG_UNIT_WLST_ID — Primary identifier for the organization unit wait list option record.
- ORG_UNIT_CD — Organization unit code to which the wait list option applies.
- START_DT — Effective start date of the wait list option.
- CAL_TYPE — Calendar type associated with the wait list definition.
- SEQUENCE_NUMBER — Ordering sequence exposed by the view (defined as NULL in the view text).
- WAITLIST_ALWD — Indicator of whether a wait list is allowed (NULL in view text).
- MAX_WLST_PER_STUD — Maximum number of wait lists per student (NULL in view text).
- MAX_STUD_PER_WLST — Maximum number of students permitted on a wait list.
- SMTANUS_WLST_UNIT_ENR_ALWD — Flag controlling whether simultaneous wait-list and unit enrollment is allowed.
- ASSES_CHRG_FOR_WLST_STUD — Flag indicating whether charges are assessed for wait-listed students.
- CLOSED_FLAG — Indicates whether the wait list option has been closed.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard WHO audit columns.
Common Use Cases and Queries
Typical uses include validating wait list setup per organization unit, confirming capacity/limit configuration, and reporting on which units permit wait listing and whether wait-listed students are charged. A representative query is:
SELECT ORG_UNIT_CD, START_DT, CAL_TYPE, MAX_STUD_PER_WLST, SMTANUS_WLST_UNIT_ENR_ALWD, ASSES_CHRG_FOR_WLST_STUD, CLOSED_FLAG FROM APPS.IGS_EN_OR_UNIT_WLST WHERE CLOSED_FLAG = 'N' ORDER BY ORG_UNIT_CD, START_DT;
Users querying from a specific operating unit context see only that organization's wait list options, owing to the CLIENT_INFO-based ORG_ID predicate in the view definition. For cross-organization administration, the underlying IGS_EN_OR_UNIT_WLST_ALL table should be queried directly.
-
View: IGS_EN_OR_UNIT_WLST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_OR_UNIT_WLST, object_name:IGS_EN_OR_UNIT_WLST, status:VALID, product: IGS - Student System , description: This view describes the various organization unit wait list options. , implementation_dba_data: APPS.IGS_EN_OR_UNIT_WLST ,
-
View: IGS_EN_OR_UNIT_WLST
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the various organization unit wait list options. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_OR_UNIT_WLST_V
12.1.1
-
SYNONYM: APPS.IGS_EN_OR_UNIT_WLST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_OR_UNIT_WLST_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
View: IGS_EN_OR_UNIT_WLST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view incorporates the unit wait list priorities and unit wait list preferences. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_SUA_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SUA_API, status:VALID,
-
View: IGS_EN_OR_UNIT_WLST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_OR_UNIT_WLST_V, object_name:IGS_EN_OR_UNIT_WLST_V, status:VALID, product: IGS - Student System , description: This view incorporates the unit wait list priorities and unit wait list preferences. , implementation_dba_data: APPS.IGS_EN_OR_UNIT_WLST_V ,
-
APPS.IGS_EN_WLST_GEN_PROC SQL Statements
12.1.1
-
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_EN_ENROLL_WLST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ENROLL_WLST, status:VALID,
-
PACKAGE BODY: APPS.IGS_SS_ENR_DETAILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_ENR_DETAILS, status:VALID,
-
VIEW: APPS.IGS_EN_OR_UNIT_WLST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_OR_UNIT_WLST_V, object_name:IGS_EN_OR_UNIT_WLST_V, status:VALID,
-
VIEW: APPS.IGS_EN_OR_UNIT_WLST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_OR_UNIT_WLST, object_name:IGS_EN_OR_UNIT_WLST, status:VALID,
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_OR_UNIT_WLST
12.1.1
-
APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_EN_OR_UNIT_WLST
12.1.1
-
APPS.IGS_EN_SUA_API dependencies on IGS_EN_OR_UNIT_WLST
12.1.1
-
APPS.IGS_EN_ENROLL_WLST SQL Statements
12.1.1
-
APPS.IGS_EN_PRC_LOAD SQL Statements
12.1.1
-
APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_OR_UNIT_WLST
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_OR_UNIT_WLST
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_EN_SUA_API SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_WLST_GEN_PROC
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_EN_ORUN_WLST_PRI
12.1.1
-
APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_EN_ORUN_WLST_PRF
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
APPS.IGS_SS_ENR_DETAILS SQL Statements
12.1.1
-
APPS.IGS_EN_SUA_API dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_EN_ENROLL_WLST dependencies on IGS_PE_PERSON
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SUA_API
12.1.1
-
APPS.IGS_EN_SUA_API dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ENROLL_WLST
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
-
APPS.IGS_EN_SUA_API dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
APPS.IGS_EN_ENROLL_WLST dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
PACKAGE BODY: APPS.IGS_SS_ENR_DETAILS
12.1.1
-
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'. ,
-
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'. ,