Search Results dsp_version_number
Overview
IGS_AS_SU_STMPTOUT_MID is a reporting-oriented database view in the Oracle EBS Student System (IGS) product family. The name and adjacent objects associate it with the Student Transfer/Outcome extract or "stamp out" process, which surfaces student grade, outcome, and enrollment context for downstream reporting and integration. The "MID" suffix indicates it is an intermediate staging view, typically populated during a multi-step program that transforms raw academic outcome records into a flattened, presentation-ready result set.
The view is documented as not implemented in the reference database, and it belongs to the IGS - Student System (Obsolete) module. This designation reflects that the Student System was superseded by Oracle Student Cloud and the older IGS schema is no longer actively supported in current releases. Consequently, the view exists primarily as a legacy artifact and appears in EBS 12.1.1 and 12.2.2 installations that still carry the historical IGS schema. When a user searches for the column name dsp_context_block_name, the result points directly to this view, where that column is an aliased attribute rather than an underlying base column.
Underlying Base Objects
The view text joins a primary outcome table to several supporting person, enrollment, course, unit, and lookup objects:
- IGS_AS_SU_STMPTOUT SS — the driving table supplying student unit attempt outcomes, grades, marks, and audit columns.
- IGS_PE_PERSON_V PDV — supplies person number, full name (aliased as DSP_CONTEXT_BLOCK_NAME), birth date, sex, and API person id.
- IGS_EN_STDNT_PS_ATT SCA — the student program attempt, providing version context.
- IGS_PS_VER CRV — course version, supplying the course title.
- FND_LOOKUP_VALUES ILV — converts the sex code to its meaning.
- IGS_CA_INST CI — calendar instance, providing the alternate code.
- IGS_EN_SU_ATTEMPT SUA and IGS_PS_UNIT_VER UV — unit attempt and unit version, supplying unit title and version.
The documentation lists no referenced base objects, so the join integrity and cardinality must be inferred from the SELECT statement itself. Note the person join uses an OR condition with a null-safe fallback, and the lookup join on sex is present.
Key Columns
- ROW_ID — the physical ROWID of the driving outcome row, useful for deduplication and direct row access.
- PERSON_NUMBER, PERSON_ID — the student's identifier and internal key.
- COURSE_CD, UNIT_CD, CAL_TYPE, CI_SEQUENCE_NUMBER — academic context identifying what was attempted and when.
- GRADE, MARK, VERSION_NUMBER, GRADING_SCHEMA_CD — the recorded outcome and its grading basis.
- FINALISED_OUTCOME_IND, MANUAL_OVERRIDE_FLAG, MARK_CAPPED_FLAG — status flags controlling whether a result is final or adjusted.
- DSP_CONTEXT_BLOCK_NAME — an alias of PDV.FULL_NAME, exposing the person's full name for report display; this is the column the user searched for.
- DSP_SEX, DSP_BIRTH_DT — presentation-ready demographics.
- DSP_TITLE, DSP_TITLE2, DSP_VERSION_NUMBER, DSP_VERSION_NUMBER2 — display labels and version numbers sourced from course and unit versions.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, REQUEST_ID, PROGRAM_ID — standard EBS audit and concurrent program columns.
Common Use Cases and Queries
The view is typically queried in academic reporting extracts, grade validation reports, and reconciliation between outcome records and person demographics. A basic query retrieving finalized outcomes for a student:
SELECT person_number, dsp_context_block_name, course_cd, unit_cd, grade, outcome_dt FROM igs_as_su_stmptout_mid WHERE finalised_outcome_ind = 'Y';- Filtering by calendar instance and course to support a cohort extract:
WHERE cal_type = :cal AND ci_sequence_number = :seq. - Joining back to IGS_AS_SU_STMPTOUT on ROW_ID to reconcile staged values against the source table.
Because the object is obsolete and not implemented in current databases, these queries should be treated as migration or historical-audit aids rather than targets for new development.
-
View: IGS_AS_SU_STMPTOUT_MID
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_MID, object_name:IGS_AS_SU_STMPTOUT_MID, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SU_STMPTOUT_MID ,
-
View: IGS_AS_SU_STMPTOUT_MID
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SU_STMPTOUT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SU_STMPTOUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_V, object_name:IGS_AS_SU_STMPTOUT_V, status:VALID, product: IGS - Student System , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: APPS.IGS_AS_SU_STMPTOUT_V ,
-
VIEW: APPS.IGS_AS_SU_STMPTOUT_MID
12.1.1
-
VIEW: APPS.IGS_AS_SU_STMPTOUT_V
12.1.1
-
VIEW: APPS.IGS_AS_SU_STMPTOUT_MID
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_MID, object_name:IGS_AS_SU_STMPTOUT_MID, status:VALID,
-
View: IGS_FI_ELM_RNG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ELM_RNG_V, object_name:IGS_FI_ELM_RNG_V, status:VALID, product: IGS - Student System , description: This view determines the elements range rate specific to a given fee category fee liability. , implementation_dba_data: APPS.IGS_FI_ELM_RNG_V ,
-
VIEW: APPS.IGS_AS_SU_STMPTOUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_V, object_name:IGS_AS_SU_STMPTOUT_V, status:VALID,
-
View: IGS_FI_ELM_RNG_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view determines the elements range rate specific to a given fee category fee liability. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_ELM_RNG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ELM_RNG_V, object_name:IGS_FI_ELM_RNG_V, status:VALID,
-
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'. ,