Search Results program_type_attempted
Overview
IGSBV_PERSON_EDUCATION_EXTS is a read-only Oracle EBS view belonging to the IGS (Student System) product family. The ETRM documentation classifies the object as Obsolete and records that it is not implemented in the reference database. It therefore carries no supported functionality in Oracle E-Business Suite 12.1.1 or 12.2.2 and is retained only as historical metadata.
Functionally, the view exposes external education and academic history data associated with a person record. Its column set combines two parallel categories of academic measures: values recalculated by the institution (RECALC_*) and values self-reported by the person (SELFREP_*). This dual structure supports the reporting of prior educational achievement captured during admissions or prospect processing, where external data is recorded alongside internally derived equivalents. The view was intended for reporting and integration consumption rather than for transactional maintenance, as confirmed by the WITH READ ONLY clause in its defining text.
Underlying Base Objects
The documented definition is a single-table projection:
IGS_AD_HZ_ACAD_HIST— the sole source object, identified by theFROMclause and constrained withWITH READ ONLY.- ETRM records no other referenced base objects. No joins, aggregations, or unions are present in the documented view text.
The view is a straight column rename and subselect over the academic history table. The HZ_ACAD_HIST_ID and EDUCATION_ID columns are carried through unchanged and serve as the identifying keys linking each row to its underlying academic history and education records. Because the definition is unobscured by joins, performance characteristics mirror those of the base table, subject to the absence of any predicate pushdown restrictions beyond the inherent read-only status.
Key Columns
The view exposes twenty-six columns. The most significant, particularly in relation to the search term SELFREP_TOTAL_CP_ATTEMPTED, are:
SELFREP_TOTAL_CP_ATTEMPTED— self-reported total credit points attempted at the external institution.SELFREP_TOTAL_CP_EARNED— self-reported credit points earned.RECALC_TOTAL_CP_ATTEMPTEDandRECALC_TOTAL_CP_EARNED— the institution-recalculated equivalents of the above.SELFREP_TOTAL_UNIT_GRADE_POINTandRECALC_TOTAL_UNIT_GRADE_POINT— unit grade point totals.SELFREP_TOT_GPA_UTS_ATTEMPTEDandRECALC_TOT_GPA_UTS_ATTEMPTED— attempted-unit GPA values.SELFREP_INSTITUTION_GPAandRECALC_INSTITUTION_GPA— institutional GPA values.SELFREP_WEIGHTED_GPA_INDICATOR,SELFREP_RANK_IN_CLASS,SELFREP_WEIGHED_RANK_INDICATOR,SELFREP_CLASS_SIZE— contextual self-reported academic standing attributes.CURRENT_INSTITUTION,PROGRAM_TYPE_ATTEMPTED,NOTES,PLANNED_COMPLETION_DATE,TRANSCRIPT_REQUIRED_INDICATOR— descriptive attributes.- Audit columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE. - Grading scale foreign keys:
RECALC_GRADING_SCALE_ID,SELFREP_GRADING_SCALE_ID.
Common Use Cases and Queries
Because the object is documented as obsolete and unimplemented, production queries against it are not supported. Historical or migration-oriented usage would target the academic history data directly. A representative query, had the view been available, would resemble:
SELECT hz_acad_hist_id, education_id, selfrep_total_cp_attempted, selfrep_total_cp_earned, selfrep_institution_gpa FROM igsbv_person_education_exts WHERE selfrep_total_cp_attempted > 0;- Comparison reporting: selecting both
RECALC_*andSELFREP_*columns to identify discrepancies between applicant-reported and institution-calculated academic measures. - Admissions review: filtering on
transcript_required_indicatororplanned_completion_dateto flag incomplete external education records.
For current releases, equivalent data should be sourced from the supported academic history objects in the Student System, or from Oracle Student Cloud where applicable.
-
View: IGSBV_PERSON_EDUCATION_EXTS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_PERSON_EDUCATION_EXTS
12.1.1
-
View: IGSBV_PERSON_EDUCATION_EXTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_EDUCATION_EXTS, object_name:IGSBV_PERSON_EDUCATION_EXTS, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSBV_PERSON_EDUCATION_EXTS ,
-
VIEW: APPS.IGS_AD_RELACAD_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RELACAD_INT, object_name:IGS_AD_RELACAD_INT, status:VALID,
-
VIEW: APPS.IGS_PR_ACAD_TRANS_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_TRANS_CREDIT_V, object_name:IGS_PR_ACAD_TRANS_CREDIT_V, status:VALID,
-
TABLE: IGS.IGS_SS_ACAD_HISTORY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ACAD_HISTORY, object_name:IGS_SS_ACAD_HISTORY, status:VALID,
-
TABLE: IGS.IGS_AD_ACADHIS_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_ACADHIS_INT_ALL_OLD, status:VALID,
-
View: IGSBV_ACADEMIC_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ACADEMIC_HISTORIES, object_name:IGSBV_ACADEMIC_HISTORIES, status:VALID, product: IGS - Student System , description: This entity contains information about the person's academic history. , implementation_dba_data: APPS.IGSBV_ACADEMIC_HISTORIES ,
-
View: IGS_AD_RELACAD_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RELACAD_INT, object_name:IGS_AD_RELACAD_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_RELACAD_INT ,
-
View: IGSFV_PERSON_EDUCATION_EXTS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_ACADEMIC_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ACADEMIC_HISTORIES, object_name:IGSBV_ACADEMIC_HISTORIES, status:VALID,
-
VIEW: APPS.IGSBV_PERSON_EDUCATION_EXTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_EDUCATION_EXTS, object_name:IGSBV_PERSON_EDUCATION_EXTS, status:VALID,
-
VIEW: APPS.IGSFV_ACADEMIC_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ACADEMIC_HISTORIES, object_name:IGSFV_ACADEMIC_HISTORIES, status:VALID,
-
View: IGSFV_ACADEMIC_HISTORIES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the person's academic history. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_RELACAD_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PERSON_EDUCATION_EXTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_EDUCATION_EXTS, object_name:IGSFV_PERSON_EDUCATION_EXTS, status:VALID,
-
View: IGSBV_ACADEMIC_HISTORIES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the person's academic history. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_ACADHIS_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACADHIS_INT, object_name:IGS_AD_ACADHIS_INT, status:VALID,
-
View: IGSFV_ACADEMIC_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ACADEMIC_HISTORIES, object_name:IGSFV_ACADEMIC_HISTORIES, status:VALID, product: IGS - Student System , description: This entity contains information about the person's academic history. , implementation_dba_data: APPS.IGSFV_ACADEMIC_HISTORIES ,
-
TABLE: IGS.IGS_AD_RELACAD_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RELACAD_INT_ALL, object_name:IGS_AD_RELACAD_INT_ALL, status:VALID,
-
View: IGSFV_PERSON_EDUCATION_EXTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_EDUCATION_EXTS, object_name:IGSFV_PERSON_EDUCATION_EXTS, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSFV_PERSON_EDUCATION_EXTS ,
-
VIEW: APPS.IGS_AD_ACAD_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACAD_HISTORY_V, object_name:IGS_AD_ACAD_HISTORY_V, status:VALID,
-
View: IGS_PR_ACAD_TRANS_CREDIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of credit granted through advanced standing based on the Person Transcript Units structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ACADHIS_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ACADHIS_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACADHIS_INT, object_name:IGS_AD_ACADHIS_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ACADHIS_INT ,
-
View: IGS_PR_ACAD_TRANS_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_TRANS_CREDIT_V, object_name:IGS_PR_ACAD_TRANS_CREDIT_V, status:VALID, product: IGS - Student System , description: This view contains the details of credit granted through advanced standing based on the Person Transcript Units structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: APPS.IGS_PR_ACAD_TRANS_CREDIT_V ,
-
TABLE: IGS.IGS_AD_HZ_ACAD_HIST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_HZ_ACAD_HIST, object_name:IGS_AD_HZ_ACAD_HIST, status:VALID,
-
View: IGS_AD_ACAD_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACAD_HISTORY_V, object_name:IGS_AD_ACAD_HISTORY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ACAD_HISTORY_V ,
-
TABLE: IGS.IGS_AD_ACADHIS_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACADHIS_INT_ALL, object_name:IGS_AD_ACADHIS_INT_ALL, status:VALID,
-
View: IGS_AD_ACAD_HISTORY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: CAT_ATTR_NAME
12.1.1
product: IGS - Student System , meaning: Category Attribute Name , description: Category Attribute Name ,
-
Lookup Type: CAT_ATTR_NAME
12.2.2
product: IGS - Student System (Obsolete) , meaning: Category Attribute Name , description: Category Attribute Name ,
-
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'. ,