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.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_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 ,
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_EN_SPAA_LGCY_PUB dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_RE_VAL_TEX dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_RE_VAL_CA dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_RE_VAL_CAH dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_GR_GEN_002 dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_EN_SPA_AWD_AIM_PKG dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_EN_SPA_AWD_AIM
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_GR_GRADUAND_ALL
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_GR_STAT
12.1.1
-
VIEW: APPS.IGS_EN_SPA_AWD_AIM_V
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_EN_UNIT_SET
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on IGS_EN_UNIT_SET
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_EN_UNIT_SET
12.1.1
-
SYNONYM: APPS.IGS_EN_SPA_AWD_AIM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_SPA_AWD_AIM, status:VALID,
-
VIEW: APPS.IGSBV_STUDENT_PRG_AWARD_AIMS
12.1.1
-
APPS.IGS_EN_SPA_AWD_AIM_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_STUDENT_PRG_AWARD_AIMS
12.1.1
-
VIEW: APPS.IGS_GR_GRADUAND_DTL_V
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_HE_ST_SPA_ALL
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on IGS_EN_STDNT_PS_ATT_ALL
12.1.1
-
APPS.IGS_GR_GEN_002 dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_EN_UNIT_SET_CAT
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_EN_SPA_AWD_AIM_PKG
12.1.1
-
APPS.IGS_AS_TRNCMT_LGCY_PUB dependencies on IGS_EN_SPA_AWD_AIM_PKG
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_HE_ST_PROG_ALL
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_EN_SPA_AWD_AIM_PKG
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on IGS_EN_UNIT_SET_CAT
12.1.1
-
APPS.IGS_EN_SPA_AWD_AIM_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_GR_GEN_002 dependencies on IGS_GR_CRM_ROUND_PRD
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_EN_STDNT_PS_ATT_ALL
12.1.1
-
APPS.IGS_EN_SPA_AWD_AIM_PKG dependencies on IGS_EN_SPA_AWD_AIM_PKG
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_PS_AWARD
12.1.1
-
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.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_HE_EXTRACT_PKG dependencies on IGS_EN_UNIT_SET_CAT
12.1.1
-
Table: IGS_EN_LGY_SPAA_INT
12.2.2
product: IGS - Student System (Obsolete) , 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: Not implemented in this database ,