Search Results predicted_gpa
Overview
IGS_AD_KEY_ACAD_IND_V is a supplementary view owned by the APPS schema within the Oracle E-Business Suite Recruiting (IGS) product family. Its FND Design Data identifier is IGS.IGS_AD_KEY_ACAD_IND_V, and its documented status is VALID. The view presents admissions-related academic indicators, consolidating applicant identification, admission application context, admitted program information, and academic performance metrics into a single row per person and admission application combination.
The Oracle ETRM documentation explicitly labels this object as a "supplementary view used to simplify forms coding" and includes the vendor warning that Oracle does not recommend querying or altering data through this view, because its definition may change dramatically in subsequent minor or major releases. Consequently, it should be treated as a forms-support construct rather than a stable integration contract. It is nonetheless valid and queryable in both 12.1.1 and 12.2.2. The object is especially relevant to users searching for predicted_gpa, since PREDICTED_GPA is exposed as one of the view's primary academic indicator columns.
Underlying Base Objects
The documented ETRM metadata for this view does not enumerate referenced base objects; the dependency list is empty in the supplied excerpt. In practice, the view is defined over IGS admissions application structures, principally the admission application and applicant records (such as IGS_AD_APPLICATIONS and its associated person and academic indicator entities) that carry the predicted grade point average, academic index, and prior institution attainment data. Because the documented dependency information is absent, implementers should confirm the current definition at their patch level by inspecting DBA_VIEWS or ALL_DEPENDENCIES before relying on any column lineage. The warning to avoid direct queries reinforces treating the view as a presentation layer over forms base entities rather than as a dependable reporting interface.
Key Columns
- PREDICTED_GPA — Numeric indicator of the applicant's predicted grade point average at admission review time; the column most directly tied to the user's search term.
- PERSON_ID — Identifier linking the row to the person record for the applicant.
- ADMISSION_APPL_NUMBER and SEQUENCE_NUMBER — Admission application number and sequence, forming the application context for the row.
- PROGRAM_ADMITTED, PROGRAM_TITLE, and UNIT_SET_ADMITTED — The program and unit set into which the applicant was admitted.
- NOMINATED_COURSE_CD and FIRST_CHOICE_UNIT_SET — Nominated course and first-choice unit set on the application.
- ACADEMIC_INDEX — Institution-defined academic index value.
- ADM_OUTCOME_STATUS and ADM_APPL_STATUS — Admission outcome and application status codes.
- INSTITUTION_CODE, INSTITUTION_NAME, and INST_GRADE_POINT_AVERAGE — Prior institution details and the grade point average recorded from that institution.
- RANK_IN_CLASS and GRADE_POINT_AVERAGE — Class rank and overall grade point average.
- CORE_CURRICULUM_VALUE — Indicates the level a student has attained in high school toward the core curriculum.
- Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) plus REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE support audit and concurrent program traceability.
Common Use Cases and Queries
Typical scenarios include admissions review of predicted versus recorded academic performance, institutional grade point average comparisons, and ranking analysis for a nominated program. Because the view is forms-oriented, the most defensible use is ad hoc, read-only inquiry.
- Retrieve predicted and institutional GPAs for an applicant pool.
- Compare first-choice unit set against the admitted unit set and program.
- Report application and outcome status by institution.
SELECT PERSON_ID
, ADMISSION_APPL_NUMBER
, PROGRAM_ADMITTED
, PREDICTED_GPA
, INST_GRADE_POINT_AVERAGE
, GRADE_POINT_AVERAGE
, CORE_CURRICULUM_VALUE
FROM APPS.IGS_AD_KEY_ACAD_IND_V
WHERE ADM_APPL_STATUS = :p_status;
Given the documented instability warning, production integrations should replicate this logic against the underlying IGS admissions tables rather than depending on the view definition.
-
VIEW: APPS.IGS_AD_KEY_ACAD_IND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_KEY_ACAD_IND_V, object_name:IGS_AD_KEY_ACAD_IND_V, status:VALID,
-
View: IGS_AD_APPL_INST_MKDES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_INST_MKDES_V, object_name:IGS_AD_APPL_INST_MKDES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_INST_MKDES_V ,
-
View: IGS_AD_APPL_INST_MKDES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_INST_MKDES_V, object_name:IGS_AD_APPL_INST_MKDES_V, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
-
View: IGS_AD_PS_APPL_INST_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_SV, object_name:IGS_AD_PS_APPL_INST_SV, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST_ALL to secure the select operation on this table , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_SV ,
-
View: IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST ,
-
View: IGS_AD_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_KEY_ACAD_IND_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_KEY_ACAD_IND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_KEY_ACAD_IND_V, object_name:IGS_AD_KEY_ACAD_IND_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_KEY_ACAD_IND_V ,
-
View: IGS_AD_PS_APPL_INST_SV
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST_ALL to secure the select operation on this table , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ADM_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Information about Admission Application Program Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_SV
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
-
VIEW: APPS.IGSBV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_PS_APPL_INST, object_name:IGSBV_AD_ADM_PS_APPL_INST, status:VALID,
-
View: IGSBV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_PS_APPL_INST, object_name:IGSBV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Holds Information about Admission Application Program Details , implementation_dba_data: APPS.IGSBV_AD_ADM_PS_APPL_INST ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_SV, object_name:IGS_AD_PS_APPL_INST_SV, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Describes the request for program Entry for an Admission period , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL_INST ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the request for program Entry for an Admission period , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID,
-
TABLE: IGS.IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLINST_V ,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID,
-
APPS.IGS_AD_PS_APPL_INST_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_CANCEL_RECONSIDER
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PS_APPL_INST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_ADMAPPLICATION_PUB
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_PS_APPL
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'. ,