Search Results igs_en_spaa_hist
Overview
The IGS_EN_SPAA_HIST table is a core data repository within the Oracle E-Business Suite's now-obsolete Student System (IGS). Its primary function is to maintain a historical audit trail of awards associated with a student's specific program attempt. In the context of academic administration, a program attempt refers to a student's enrollment in a particular course of study, and an award is the formal credential (e.g., degree, diploma, certificate) conferred upon successful completion. This table serves as a critical system of record, ensuring that changes to a student's awarded credentials are permanently logged, supporting audit requirements, historical reporting, and data integrity for related academic processes.
Key Information Stored
The table's structure is designed to uniquely identify a historical award record and capture its essential attributes. The primary key is a composite of four columns: PERSON_ID (identifying the student), COURSE_CD (identifying the program), AWARD_CD (identifying the specific award type), and CREATION_DATE (timestamping the historical entry). This composite key ensures a unique record for each award history event per student program. Based on the foreign key relationships, other significant columns include GRADING_SCHEMA_CD, GS_VERSION_NUMBER, and AWARD_GRADE. These fields link the award history to the specific grading schema and the final grade awarded, providing a complete academic snapshot of the credential conferred at that point in time.
Common Use Cases and Queries
The primary use case for IGS_EN_SPAA_HIST is auditing and generating historical transcripts or award verification reports. It allows administrators to query the complete lineage of award changes for a student in a given program. A typical analytical query would join this table with student personal information (IGS_PE_PERSON) and program details (IGS_EN_STDNT_PS_ATT) to produce a timeline of awards. For example, a report to show all award modifications for a student would use a SQL pattern such as: SELECT hist.* FROM igs_en_spaa_hist hist WHERE hist.person_id = :student_id AND hist.course_cd = :program_code ORDER BY hist.creation_date DESC;. This supports scenarios like correcting erroneously posted awards, where the system must preserve the original record while storing the corrected one.
Related Objects
The IGS_EN_SPAA_HIST table has defined relationships with other key entities in the Student System schema, as indicated by its foreign keys. Its primary relationship is with the IGS_EN_SPA_AWD_AIM table, which likely stores the current or active award aim for a student program attempt. The foreign key on PERSON_ID, COURSE_CD, and AWARD_CD enforces referential integrity between the historical record and the award aim. A second relationship exists with the IGS_AS_GRD_SCH_GRADE table via the grading schema code, version, and grade columns, ensuring the historical award grade is valid within the institution's grading framework. These relationships are crucial for maintaining consistent data across the student's academic lifecycle.
-
Table: IGS_EN_SPAA_HIST
12.2.2
product: IGS - Student System (Obsolete) , description: Stores student program attempt award history , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SPAA_HIST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPAA_HIST, object_name:IGS_EN_SPAA_HIST, status:VALID, product: IGS - Student System , description: Stores student program attempt award history , implementation_dba_data: IGS.IGS_EN_SPAA_HIST ,
-
APPS.IGS_EN_SPAA_HIST_PKG dependencies on IGS_EN_SPAA_HIST
12.1.1
-
APPS.IGS_EN_SPA_AWD_AIM_PKG dependencies on IGS_EN_SPAA_HIST
12.1.1
-
SYNONYM: APPS.IGS_EN_SPAA_HIST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_SPAA_HIST, status:VALID,
-
VIEW: APPS.IGS_EN_SPAA_HIST_V
12.1.1
-
APPS.IGS_EN_SPAA_HIST_PKG SQL Statements
12.1.1
-
Table: IGS_EN_SPA_AWD_AIM
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the information about maintenance of a student's targeted awards for each student program attempt, including start/end dates and completion flag. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_EN_SPAA_HIST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPAA_HIST, object_name:IGS_EN_SPAA_HIST, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_SPAA_HIST_PKG
12.1.1
-
APPS.IGS_EN_SPAA_HIST_PKG dependencies on IGS_EN_SPAA_HIST_PKG
12.1.1
-
View: IGS_EN_SPAA_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPAA_HIST_V, object_name:IGS_EN_SPAA_HIST_V, status:VALID, product: IGS - Student System , description: View to display the student program attempt award history. , implementation_dba_data: APPS.IGS_EN_SPAA_HIST_V ,
-
Table: IGS_EN_SPA_AWD_AIM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPA_AWD_AIM, object_name:IGS_EN_SPA_AWD_AIM, status:VALID, product: IGS - Student System , description: This table stores the information about maintenance of a student's targeted awards for each student program attempt, including start/end dates and completion flag. , implementation_dba_data: IGS.IGS_EN_SPA_AWD_AIM ,
-
PACKAGE BODY: APPS.IGS_EN_SPAA_HIST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SPAA_HIST_PKG, status:VALID,
-
View: IGS_EN_SPAA_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to display the student program attempt award history. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_SPA_AWD_AIM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SPA_AWD_AIM_PKG, status:VALID,
-
Table: IGS_AS_GRD_SCH_GRADE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GRD_SCH_GRADE, object_name:IGS_AS_GRD_SCH_GRADE, status:VALID, product: IGS - Student System , description: Describes characteristics of grade within grading schema , implementation_dba_data: IGS.IGS_AS_GRD_SCH_GRADE ,
-
Table: IGS_AS_GRD_SCH_GRADE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes characteristics of grade within grading schema , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_SPAA_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPAA_HIST_V, object_name:IGS_EN_SPAA_HIST_V, status:VALID,
-
APPS.IGS_EN_SPA_AWD_AIM_PKG dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_EN_SPA_AWD_AIM_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SPA_AWD_AIM_PKG
12.1.1
-
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'. ,
-
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'. ,