Search Results igs_pr_stu_acad_v
Overview
The view IGS_PR_STU_ACAD_V belongs to the IGS - Student System product family within Oracle E-Business Suite, a module now classified as obsolete in the ETRM (E-Business Suite Technical Reference Manual) for releases 12.1.1 and 12.2.2. Its documented purpose is to expose the academic information of a student in a denormalized, reporting-friendly form. Rather than requiring report developers or integration components to re-derive a student's academic calendar context, course enrollment, and grade point statistics from the normalized Student System schema, this view aggregates those elements into a single projection keyed principally by PERSON_ID and COURSE_CD.
The object is an application view, meaning it is intended for consumption by Oracle EBS forms, concurrent programs, reports, and external integrations rather than for direct transactional modification. Because the underlying product is obsolete, the view is best regarded as a legacy reporting artifact; in many environments it is not even instantiated, as indicated by the ETRM note "Not implemented in this database."
Underlying Base Objects
The ETRM metadata for this view records no owner and no referenced base objects, so the definitive source of truth for its definition is the view text itself. That text references aliases such as SPA, P, CRV, CI, CI2, and ST, which correspond to Student System base entities: a student program/application record (SPA), the party/identifier record (P), a course version table (CRV), academic calendar instances (CI2 for the academic calendar and CI for the load calendar), and a status type table (ST). The view also calls several packaged functions in IGS_PR_ACAD_DETAILS to derive GPA and credit point metrics.
The ETRM explicitly lists no referenced base objects, which is a documentation gap rather than an indication that the view is standalone. In practice the view is a join-and-compute layer over the Student System academic tables, supplemented by PL/SQL function calls at query time.
Key Columns
PERSON_ID,PERSON_NUMBER— the student's internal identifier and party number.COURSE_CD,COURSE_TYPE— the course and its classification.ACAD_CAL_TYPE,ACAD_SEQUENCE_NUMBER,ACAD_ALTERNATE_CODE,ACAD_DESCRIPTION— the academic calendar context, whereACAD_SEQUENCE_NUMBERis the user's term of interest, identifying the specific academic period instance.LOAD_CAL_TYPE,LOAD_SEQUENCE_NUMBER,LOAD_ALTERNATE_CODE,LOAD_DESCRIPTION,LOAD_START_DT,LOAD_END_DT— the load (teaching) calendar context and its date boundaries.STAT_TYPE,STAT_TYPE_DESC— the student's academic status type and description.TERM_GPA,TERM_GPA_CP,TERM_GPA_QP,TERM_EARNED_CP,TERM_ATTEMPTED_CP— term-level grade point average and credit point measures returned byIGS_PR_ACAD_DETAILSfunctions.CUM_GPA,CUM_GPA_CP,CUM_GPA_QP,CUM_EARNED_CP,CUM_ATTEMPTED_CP— cumulative equivalents computed across the student's academic history.
Common Use Cases and Queries
Typical usage involves retrieving a student's academic standing for a specific calendar sequence, or producing transcript-style extracts. The following query returns term and cumulative GPA for a student and academic sequence:
SELECT person_id, course_cd, acad_cal_type, acad_sequence_number, term_gpa, cum_gpa FROM igs_pr_stu_acad_v WHERE person_id = :p_person_id AND acad_sequence_number = :p_seq;- Reporting earned versus attempted credit points per term for enrollment monitoring.
- Integration extracts feeding external student information systems or data warehouses.
Because the view invokes PL/SQL functions per row, performance tuning should favor filtering on PERSON_ID and the calendar keys. Given the obsolete status of IGS - Student System, deployments should verify object existence before relying on the view in production reporting.
-
View: IGS_PR_STU_ACAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STU_ACAD_V, object_name:IGS_PR_STU_ACAD_V, status:VALID, product: IGS - Student System , description: Application view for academic information of a student , implementation_dba_data: APPS.IGS_PR_STU_ACAD_V ,
-
View: IGS_PR_STU_ACAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Application view for academic information of a student , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_PR_INST_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_INST_STAT, status:VALID,
-
PACKAGE: APPS.IGS_PR_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PR_GEN_006, status:VALID,
-
SYNONYM: APPS.IGS_PR_ORG_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_ORG_STAT, status:VALID,
-
PACKAGE: APPS.IGS_PR_ACAD_DETAILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PR_ACAD_DETAILS, status:VALID,
-
SYNONYM: APPS.IGS_PR_STAT_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_STAT_TYPE, status:VALID,
-
PACKAGE: APPS.IGS_PR_GET_CLASS_STD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PR_GET_CLASS_STD, status:VALID,
-
PACKAGE: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
VIEW: APPS.IGS_PR_STU_ACAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STU_ACAD_V, object_name:IGS_PR_STU_ACAD_V, status:VALID,
-
SYNONYM: APPS.IGS_CA_INST_REL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_REL, status:VALID,
-
SYNONYM: APPS.IGS_CA_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_STAT, status:VALID,
-
VIEW: APPS.IGS_CA_TEACH_TO_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TEACH_TO_LOAD_V, object_name:IGS_CA_TEACH_TO_LOAD_V, status:VALID,
-
SYNONYM: APPS.IGS_CA_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_TYPE, status:VALID,
-
VIEW: APPS.IGS_PS_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER, object_name:IGS_PS_VER, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, status:VALID,
-
VIEW: APPS.IGS_EN_SU_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT, object_name:IGS_EN_SU_ATTEMPT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, 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'. ,
-
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'. ,