Search Results igs_en_stdnt_ps_intm_v
Overview
IGS_EN_STDNT_PS_INTM_V is an APPS-owned database view in the Oracle E-Business Suite Student System (IGS) product family. It exposes consolidated information about student intermissions—approved periods during which a student temporarily suspends study—together with the associated intermission type, institution, and approver details. Because the view joins the core intermission table with reference and party data, it presents a reporting-ready result set that avoids repeating common lookups in downstream queries. In Oracle EBS 12.1.1 and 12.2.2 the view retains a VALID status and continues to be used by Student System forms, concurrent programs, and custom reports that need to display or extract intermission records.
The view is particularly relevant to searches involving the identifier "approver_name," because it exposes both APPROVER_ID (the party identifier) and the resolved APPROVER_NAME taken from HZ_PARTIES. This allows report authors to display the human-readable name of the person who approved a student's intermission without writing an additional join.
Underlying Base Objects
The view is defined over four objects, combined with outer joins so that missing reference data does not suppress the intermission row:
- IGS_EN_STDNT_PS_INTM ESPI — the primary intermission entity, supplying person, course, approval, date, and descriptive flexfield attributes.
- IGS_EN_INTM_TYPES EIT — the intermission type reference table, outer-joined on INTERMISSION_TYPE, supplying the code and its DESCRIPTION.
- HZ_PARTIES HP — the Trading Community Architecture party table, outer-joined on APPROVER_ID = PARTY_ID, supplying PARTY_NUMBER (aliased APPROVER_NUMBER) and PARTY_NAME (aliased APPROVER_NAME).
- IGS_OR_INST_EXEMPT_V IOIE — a supporting view used to resolve institution names, outer-joined via EXEMPTION_INSTITUTION_CD to the stored institution code.
The outer-join conditions ensure that an intermission is still returned when no matching intermission type, approver party, or institution record exists, which is important for audit and exception reporting.
Key Columns
The view surfaces a broad set of columns. Notable ones include:
- PERSON_ID — the student (party) identifier for the intermission.
- COURSE_CD — the course of study associated with the intermission.
- INTERMISSION_TYPE / DESCRIPTION — the code and descriptive text of the intermission category.
- APPROVED — indicates whether the intermission has been approved.
- INSTITUTION_CD / INSTITUTION_NAME — the institution code stored on the intermission and the resolved institution name.
- APPROVER_ID, APPROVER_NUMBER, APPROVER_NAME — the approving party's identifier, party number, and display name.
- START_DT / END_DT / LOGICAL_DELETE_DATE — the intermission period and its logical deletion marker.
- MAX_CREDIT_PTS, MAX_TERMS, ANTICIPATED_CREDIT_POINTS — limits and expectations tied to the intermission.
- VOLUNTARY_IND, COMMENTS, COND_RETURN_FLAG — qualitative attributes and the conditional-return flag.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–20 — descriptive flexfield segments.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard WHO audit columns.
Common Use Cases and Queries
Typical scenarios include reporting approved intermissions by institution, auditing who approved each record, and extracting intermission data for integration with external student systems.
Listing intermissions with approver names:
- SELECT person_id, course_cd, intermission_type, approved, approver_name, start_dt, end_dt FROM igs_en_stdnt_ps_intm_v WHERE approved = 'Y';
Filtering by approver:
- SELECT person_id, course_cd, approver_number, approver_name FROM igs_en_stdnt_ps_intm_v WHERE approver_name = :p_name;
Reporting intermissions within a date range for an institution:
- SELECT institution_name, intermission_type, description, person_id, start_dt, end_dt FROM igs_en_stdnt_ps_intm_v WHERE start_dt BETWEEN :from_date AND :to_date;
-
View: IGS_EN_STDNT_PS_INTM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_INTM_V, object_name:IGS_EN_STDNT_PS_INTM_V, status:VALID, product: IGS - Student System , description: This view contains all the information on intermission by a student. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_INTM_V ,
-
View: IGS_EN_STDNT_PS_INTM_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains all the information on intermission by a student. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_EN_INTM_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_INTM_TYPES, status:VALID,
-
SYNONYM: APPS.IGS_EN_STDNT_PS_INTM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_STDNT_PS_INTM, status:VALID,
-
VIEW: APPS.IGS_OR_INST_EXEMPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_EXEMPT_V, object_name:IGS_OR_INST_EXEMPT_V, status:VALID,
-
VIEW: APPS.IGS_EN_STDNT_PS_INTM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_INTM_V, object_name:IGS_EN_STDNT_PS_INTM_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
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'. ,