Search Results igs_en_usec_stat_dsp_v
Overview
The IGS_EN_USEC_STAT_DSP_V view is a student system (IGS) reporting object owned by the APPS schema in Oracle E-Business Suite. It exposes the set of unit section statuses that are eligible for display to self-service users during the enrollment process. The controlling attribute is the DISPLAYED flag on the underlying configuration table, which determines whether a given unit section status is surfaced to the student-facing enrollment flow.
In the context of a search for unit_section_status, this view is the canonical exposed surface for the UNIT_SECTION_STATUS lookup values that carry a display preference. Because the view joins the configuration table to the standard lookup view, it returns every defined UNIT_SECTION_STATUS lookup code with its associated meaning, along with the display flag (defaulting to N when no explicit display record exists). This enables reporting and integration consumers to distinguish statuses that the institution intends to show to self-service enrollment users from those reserved for administrative or back-office processing.
Underlying Base Objects
The view is defined over a single base table joined to a lookup view:
- IGS_EN_USEC_STAT_DSP — the configuration table holding the institution-specific display settings for unit section statuses. The view aliases this table as
USTAT. It supplies theUNIT_SECTION_STATUScode, theDISPLAYEDflag, and the standard WHO audit columns. - IGS_LOOKUPS_VIEW — the standard IGS lookup view, aliased
LKUP, filtered toLOOKUP_TYPE = 'UNIT_SECTION_STATUS'. This provides theLOOKUP_CODEand human-readableMEANINGfor each status.
The join is performed as an outer join on the configuration table (USTAT.UNIT_SECTION_STATUS(+)), which means the view returns the full lookup list of unit section statuses regardless of whether a display configuration row exists. Where no configuration row is present, the display column resolves to N via the NVL expression. No base objects beyond these two are documented for the view.
Key Columns
- ROW_ID — the ROWID of the underlying
IGS_EN_USEC_STAT_DSPrecord, used for row identification in EBS forms and DML operations. - LOOKUP_CODE — the code value of the unit section status from
IGS_LOOKUPS_VIEW. - UNIT_SECTION_STATUS — the unit section status code sourced from the configuration table.
- MEANING — the descriptive, user-facing meaning of the lookup code.
- DISPLAYED — the display indicator. Values are typically
Y(shown to self-service users) orN(hidden). ReturnsNby default when no configuration row exists. - CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — the standard WHO audit columns tracking record creation and modification.
Common Use Cases and Queries
Typical uses include validating which unit section statuses drive self-service enrollment display, configuring institution-specific behavior, and building reports that separate visible from hidden statuses.
Retrieve all statuses that are displayed to self-service users:
SELECT LOOKUP_CODE, MEANING, DISPLAYED
FROM APPS.IGS_EN_USEC_STAT_DSP_V
WHERE DISPLAYED = 'Y';
List the full lookup set with effective display state, including statuses with no configuration row:
SELECT UNIT_SECTION_STATUS, MEANING, DISPLAYED
FROM APPS.IGS_EN_USEC_STAT_DSP_V
ORDER BY MEANING;
Identify statuses hidden from self-service enrollment for audit purposes:
SELECT LOOKUP_CODE, MEANING
FROM APPS.IGS_EN_USEC_STAT_DSP_V
WHERE DISPLAYED = 'N';
Because the view defaults undiscovered statuses to N, it is a reliable single source for determining exactly which unit_section_status codes are visible, without needing a separate lookup query.
-
View: IGS_EN_USEC_STAT_DSP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_USEC_STAT_DSP_V, object_name:IGS_EN_USEC_STAT_DSP_V, status:VALID, product: IGS - Student System , description: Contains the Unit section statuses what are to be displayed to the self service user for enrollment based on whether displayed is set to yes/no. , implementation_dba_data: APPS.IGS_EN_USEC_STAT_DSP_V ,
-
View: IGS_EN_USEC_STAT_DSP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Unit section statuses what are to be displayed to the self service user for enrollment based on whether displayed is set to yes/no. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_EN_USEC_STAT_DSP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_USEC_STAT_DSP, status:VALID,
-
VIEW: APPS.IGS_EN_USEC_STAT_DSP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_USEC_STAT_DSP_V, object_name:IGS_EN_USEC_STAT_DSP_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_SS_EN_WRAPPERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_EN_WRAPPERS, status:VALID,
-
VIEW: APPS.IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID,
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_USEC_STAT_DSP_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_SS_EN_WRAPPERS SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_PS_USEC_CPS
12.1.1
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
PACKAGE BODY: APPS.IGS_SS_EN_WRAPPERS
12.1.1
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_SU_ATTEMPT
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'. ,