Search Results igs_en_spa_terms
Overview
The IGS_EN_SPA_TERMS table is a core data object within the Oracle E-Business Suite Student System (IGS) module. It functions as a term-level detail table for a student's program attempt, storing attributes that are specific to a particular academic term calendar. This table enables the system to manage and track student progression, enrollment status, and associated administrative data on a per-term basis, which is fundamental for academic planning, billing, and reporting. Its existence is critical for linking the high-level program enrollment (student program attempt) with the cyclical nature of term-based academic calendars.
Key Information Stored
The table's primary key is TERM_RECORD_ID, which uniquely identifies each term-specific record for a student's program. Key columns include identifiers for the student and program (PERSON_ID, PROGRAM_CD), the specific academic term (TERM_CAL_TYPE, TERM_SEQUENCE_NUMBER), and the corresponding course offering option (COO_ID). It also holds fields for financial and academic categorization, such as FEE_CAT for fee category and CLASS_STANDING_ID for academic class standing. These columns collectively create a granular record of a student's engagement with their program during each defined term period.
Common Use Cases and Queries
A primary use case is generating term-specific enrollment reports for academic departments or financial aid offices. For instance, an administrator may need to list all students actively enrolled in a specific program for a given term to manage class resources. A common reporting query would join this table to student and program master tables. Another critical use is in the fee assessment process, where the FEE_CAT value helps determine applicable tuition and fees for the term. Developers often query this table to validate a student's enrollment status in a term before allowing actions like grade submission or dropping courses.
- Sample SQL to find term records for a student:
SELECT * FROM igs.igs_en_spa_terms WHERE person_id = <student_id> ORDER BY term_cal_type, term_sequence_number; - Use case: Auditing a student's progression through their program by reviewing the sequence of term records.
Related Objects
The IGS_EN_SPA_TERMS table maintains integral relationships with several master and transactional tables via foreign key constraints, as documented in the ETRM metadata.
- IGS_EN_STDNT_PS_ATT_ALL: The parent student program attempt table. Joined via PERSON_ID and PROGRAM_CD.
- IGS_CA_INST_ALL: The calendar instance table. Joined via TERM_CAL_TYPE and TERM_SEQUENCE_NUMBER to define the academic term.
- IGS_PS_OFR_OPT_ALL: The course offering options table. Joined via COO_ID.
- IGS_FI_FEE_CAT_ALL: The fee category table. Joined via FEE_CAT.
- IGS_PR_CLASS_STD: The class standing table. Joined via CLASS_STANDING_ID.
These relationships ensure data integrity and are essential for any joins performed in custom reports or interfaces that require comprehensive term enrollment data.
-
Table: IGS_EN_SPA_TERMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPA_TERMS, object_name:IGS_EN_SPA_TERMS, status:VALID, product: IGS - Student System , description: Program attempt attributes based on Term Calendar. , implementation_dba_data: IGS.IGS_EN_SPA_TERMS ,
-
Table: IGS_FI_FEE_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_CAT_ALL, object_name:IGS_FI_FEE_CAT_ALL, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_CAT_ALL ,
-
Table: IGS_EN_LGY_SPAT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_LGY_SPAT_INT, object_name:IGS_EN_LGY_SPAT_INT, status:VALID, product: IGS - Student System , description: Contains the Student Program Attempt Term records to be imported into the IGS_EN_SPA_TERMS 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_SPAT_INT ,
-
Table: IGS_PR_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CLASS_STD, object_name:IGS_PR_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: IGS.IGS_PR_CLASS_STD ,
-
View: IGSBV_STUDENT_PROGRAM_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PROGRAM_TERMS, object_name:IGSBV_STUDENT_PROGRAM_TERMS, status:VALID, product: IGS - Student System , description: This view lists program attempt attributes based on Term Calendar. , implementation_dba_data: APPS.IGSBV_STUDENT_PROGRAM_TERMS ,
-
View: IGS_EN_SPA_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPA_TERMS_V, object_name:IGS_EN_SPA_TERMS_V, status:VALID, product: IGS - Student System , description: Student Program Attempts Term View , implementation_dba_data: APPS.IGS_EN_SPA_TERMS_V ,
-
Table: IGS_PS_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_OPT_ALL, object_name:IGS_PS_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each program offering. , implementation_dba_data: IGS.IGS_PS_OFR_OPT_ALL ,
-
View: IGSFV_STUDENT_PROGRAM_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_TERMS, object_name:IGSFV_STUDENT_PROGRAM_TERMS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_STUDENT_PROGRAM_TERMS ,
-
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 ,
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,