Search Results grade_point_average
Overview
IGSBV_ACAD_TRANSCRIPT_TERMS is a read-only view within the Oracle E-Business Suite Student System (IGS) module, which is documented as obsolete in Release 12.1.1 and 12.2.2. The view presents term-level transcript details for academic records, consolidating term identifiers, effective date ranges, credit point totals, and grade point average (GPA) figures into a single queryable object. Its primary role is to support reporting and integration scenarios that require a per-term summary of a student's academic performance, particularly the grade_point_average value that was the subject of the user's search.
The object is defined with a WITH READ ONLY clause over IGS_AD_TERM_DETAILS, meaning it exposes no DML capability and serves purely as a query surface. Notably, the ETRM documentation records that the view is "Not implemented in this database" in the reviewed environment, so availability depends on the specific instance and patch level.
Underlying Base Objects
The view text is documented as a straightforward projection over a single base table:
- IGS_AD_TERM_DETAILS — the sole referenced base object, providing all columns exposed by the view. The ETRM metadata lists no other referenced base objects.
- The view applies only column aliasing and the
WITH READ ONLYconstraint; no joins, unions, or aggregations are documented, so cardinality matches the underlying term-detail rows one-to-one.
Because the definition is a direct select, the view inherits the base table's row-level content and any security or filtering applied at the table level. Reports built on the view depend on data maintained in IGS_AD_TERM_DETAILS by Student System transcript and enrollment processing.
Key Columns
The view exposes the following columns, several of which carry renamed aliases:
- TERM — the academic term identifier for the transcript detail row.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — aliased from START_DATE and END_DATE, giving the validity range of the term record.
- TOTAL_CREDIT_POINT_ATTEMPTED — aliased from TOTAL_CP_ATTEMPTED; cumulative attempted credit points for the term.
- TOTAL_CREDIT_POINT_EARNED — aliased from TOTAL_CP_EARNED; credit points successfully earned.
- TOTAL_UNIT_GRADE_POINT — aliased from TOTAL_UNIT_GP; sum of unit grade points used in GPA computation.
- TOTAL_GPA_UNITS — total units counted toward the grade point average.
- GRADE_POINT_AVERAGE — aliased from GPA; the term grade point average, the value most relevant to the user's search.
- TERM_DETAILS_ID — primary key reference to the underlying term detail record.
- TRANSCRIPT_ID — foreign reference linking the term detail to its parent transcript.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard Oracle EBS audit columns.
Common Use Cases and Queries
Typical usage centers on producing term-by-term GPA reporting for a transcript, verifying earned versus attempted credit points, and feeding external systems with academic standing data. A representative query retrieving GPA values for a transcript is:
SELECT TERM, GRADE_POINT_AVERAGE, TOTAL_GPA_UNITS FROM IGSBV_ACAD_TRANSCRIPT_TERMS WHERE TRANSCRIPT_ID = :p_transcript_id ORDER BY EFFECTIVE_START_DATE;SELECT TERM, TOTAL_CREDIT_POINT_ATTEMPTED, TOTAL_CREDIT_POINT_EARNED, GRADE_POINT_AVERAGE FROM IGSBV_ACAD_TRANSCRIPT_TERMS WHERE GRADE_POINT_AVERAGE IS NOT NULL;
Because the view is read-only and not implemented in every database, developers should confirm its presence in the target instance and, where absent, query IGS_AD_TERM_DETAILS directly, applying the same aliases for consistency. Given the module's obsolete designation, new development should treat this view as a legacy reporting artifact.
-
View: IGSBV_ACAD_TRANSCRIPT_TERMS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains transcript term details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ACAD_TRANSCRIPT_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ACAD_TRANSCRIPT_TERMS, object_name:IGSFV_ACAD_TRANSCRIPT_TERMS, status:VALID, product: IGS - Student System , description: Contains transcript term details , implementation_dba_data: APPS.IGSFV_ACAD_TRANSCRIPT_TERMS ,
-
VIEW: APPS.IGSFV_ACAD_TRANSCRIPT_TERMS
12.1.1
-
View: IGSBV_ACAD_TRANSCRIPT_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ACAD_TRANSCRIPT_TERMS, object_name:IGSBV_ACAD_TRANSCRIPT_TERMS, status:VALID, product: IGS - Student System , description: Contains transcript term details , implementation_dba_data: APPS.IGSBV_ACAD_TRANSCRIPT_TERMS ,
-
View: IGSFV_AD_ACT_STATS_PREDIC
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as predicted , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ACAD_TRANSCRIPT_TERMS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains transcript term details , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_STATS_PREDIC
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as predicted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_ACAD_TRANSCRIPT_TERMS
12.1.1
-
VIEW: APPS.IGSFV_AD_ACT_STATS_PREDIC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_PREDIC, object_name:IGSFV_AD_ACT_STATS_PREDIC, status:VALID,
-
VIEW: APPS.IGSFV_AD_ACT_STATS_PREDIC
12.1.1
-
VIEW: APPS.IGSBV_AD_ACT_STATS_PREDIC
12.1.1
-
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: IGSBV_AD_ACT_STATS_PREDIC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_STATS_PREDIC, object_name:IGSBV_AD_ACT_STATS_PREDIC, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as predicted , implementation_dba_data: APPS.IGSBV_AD_ACT_STATS_PREDIC ,
-
View: IGSFV_AD_ACT_STATS_PREDIC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_PREDIC, object_name:IGSFV_AD_ACT_STATS_PREDIC, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as predicted , implementation_dba_data: APPS.IGSFV_AD_ACT_STATS_PREDIC ,
-
VIEW: APPS.IGSFV_ACAD_TRANSCRIPT_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ACAD_TRANSCRIPT_TERMS, object_name:IGSFV_ACAD_TRANSCRIPT_TERMS, status:VALID,
-
VIEW: APPS.IGSBV_AD_ACT_STATS_PREDIC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_STATS_PREDIC, object_name:IGSBV_AD_ACT_STATS_PREDIC, status:VALID,
-
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_KEY_ACAD_IND_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_ACT_STATISTICS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACT_STATISTICS, object_name:IGS_AD_ACT_STATISTICS, status:VALID,
-
VIEW: APPS.PER_QUALIFICATIONS1_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PER_QUALIFICATIONS1_DFV, status:VALID,
-
VIEW: APPS.IGSBV_ACAD_TRANSCRIPT_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ACAD_TRANSCRIPT_TERMS, object_name:IGSBV_ACAD_TRANSCRIPT_TERMS, status:VALID,
-
VIEW: APPS.PER_QUALIFICATIONS1_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PER_QUALIFICATIONS1_DFV, status:VALID,
-
VIEW: APPS.IGS_AD_KEY_ACAD_IND_V
12.1.1
-
TABLE: IGS.IGS_AD_TER_EDU
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TER_EDU, object_name:IGS_AD_TER_EDU, status:VALID,
-
APPS.IGS_AD_TER_EDU_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_TER_EDU_PKG
12.1.1
-
APPS.IGS_AD_TER_EDU_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_AD_TER_EDU_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_TER_EDU_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_AD_TER_EDU_PKG dependencies on FND_MESSAGE
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'. ,