Search Results igs_en_spa_awd_aim
Overview
The table IGS_EN_SPA_AWD_AIM is a core data object within the Oracle E-Business Suite Student System (IGS), now marked as obsolete. It serves as a transactional repository for managing a student's targeted academic awards within a specific program attempt. Its primary role is to track the lifecycle of an intended award—such as a degree or certificate—for a student enrolled in a course, recording its planned progression from initiation to completion. The table establishes critical relationships between a student's program enrollment, the defined award structures, and associated grading data, forming a central link in the academic records model.
Key Information Stored
The table's structure is defined by its composite primary key and supporting attributes. The primary key uniquely identifies a record through the combination of AWARD_CD, COURSE_CD, and PERSON_ID, directly linking a specific award to a specific student in a specific program. Essential data points stored include start and end dates for the targeted award, which define its active period, and a completion flag indicating whether the award objective has been met. The table also holds references to grading information via the GRADING_SCHEMA_CD, GS_VERSION_NUMBER, and AWARD_GRADE columns, which link to the institutional grading schema to define the grade associated with the award.
Common Use Cases and Queries
This table supports operational and reporting functions related to student academic planning and progression analysis. A common use case is generating a list of all active, targeted awards for students in a given program to monitor progress toward completion. Administrators might query this table to identify students whose award target end dates are approaching for proactive advising. A typical reporting query would join this table with student personal and program attempt details.
Sample Query Pattern:
SELECT spa.person_id, spa.course_cd, aim.award_cd, aim.start_dt, aim.completion_dt
FROM igs_en_spa_awd_aim aim,
igs_en_stdnt_ps_att_all spa
WHERE aim.person_id = spa.person_id
AND aim.course_cd = spa.course_cd
AND aim.completion_ind = 'N'
AND aim.end_dt > SYSDATE;
Related Objects
The table IGS_EN_SPA_AWD_AIM is integral to the Student System's data model, with defined foreign key relationships to and from other core tables.
- Referenced Tables (Foreign Keys):
- IGS_PS_AWD: Via AWARD_CD. Validates the award code against the institution's defined awards.
- IGS_EN_STDNT_PS_ATT_ALL: Via PERSON_ID and COURSE_CD. Links the award target to the specific student program attempt record.
- IGS_AS_GRD_SCH_GRADE: Via GRADING_SCHEMA_CD and GS_VERSION_NUMBER. References the grading schema to validate the AWARD_GRADE.
- Referencing Table (Primary Key):
- IGS_EN_SPAA_HIST: Via AWARD_CD, COURSE_CD, and PERSON_ID. This table likely stores historical changes or audit trails for records in IGS_EN_SPA_AWD_AIM.
-
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 ,
-
Table: IGS_EN_LGY_SPAA_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_LGY_SPAA_INT, object_name:IGS_EN_LGY_SPAA_INT, status:VALID, product: IGS - Student System , description: Contains the Student Award Aim information to be imported into the IGS_EN_SPA_AWD_AIM table by the legacy data import process. Rows in this table must correspond to a batch in the IGS_EN_LGCY_BAT_INT table. , implementation_dba_data: IGS.IGS_EN_LGY_SPAA_INT ,
-
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 ,
-
Table: IGS_PS_AWD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_AWD, object_name:IGS_PS_AWD, status:VALID, product: IGS - Student System , description: This entity describes an award offered by the university. , implementation_dba_data: IGS.IGS_PS_AWD ,
-
View: IGSBV_STUDENT_PRG_AWARD_AIMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PRG_AWARD_AIMS, object_name:IGSBV_STUDENT_PRG_AWARD_AIMS, status:VALID, product: IGS - Student System , description: This view provides the information about the targeted awards for each student program attempt. , implementation_dba_data: APPS.IGSBV_STUDENT_PRG_AWARD_AIMS ,
-
View: IGS_EN_SPA_AWD_AIM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPA_AWD_AIM_V, object_name:IGS_EN_SPA_AWD_AIM_V, status:VALID, product: IGS - Student System , description: This view 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: APPS.IGS_EN_SPA_AWD_AIM_V ,
-
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 ,
-
View: IGSFV_STUDENT_PRG_AWARD_AIMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PRG_AWARD_AIMS, object_name:IGSFV_STUDENT_PRG_AWARD_AIMS, status:VALID, product: IGS - Student System , description: This view provides the information about the targeted awards for each student program attempt. , implementation_dba_data: APPS.IGSFV_STUDENT_PRG_AWARD_AIMS ,
-
View: IGS_GR_GRADUAND_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRADUAND_DTL_V, object_name:IGS_GR_GRADUAND_DTL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_GRADUAND_DTL_V ,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_ALL, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: IGS.IGS_EN_STDNT_PS_ATT_ALL ,
-
View: IGS_GR_GRADUAND
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRADUAND, object_name:IGS_GR_GRADUAND, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_GRADUAND ,