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.2.2
product: IGS - Student System (Obsolete) , description: Program attempt attributes based on Term Calendar. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGS_FI_VAL_CFAR dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGF_AP_GEN_001 dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_DASHBOARD dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGF_AW_FISAP_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGF_AP_GEN_001 dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_PLAN_UNITS_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_HE_IDENTIFY_TARGET_POP dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_PLAN_UTILS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_SESSION_VALIDITY dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_SPA_TERMS_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_PR_GET_CLASS_STD dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_SPAT_LGCY_PUB dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_TRANSFER_APIS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_GEN_011 dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_FI_VAL_FAS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API SQL Statements
12.1.1
-
APPS.IGS_HE_IDENTIFY_TARGET_POP dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGS_EN_SPAT_LGCY_PUB SQL Statements
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_PS_VER
12.1.1
-
VIEW: APPS.IGSBV_STUDENT_PROGRAM_TERMS
12.1.1
-
APPS.IGS_EN_SPA_TERMS_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_CA_TEACH_TO_LOAD_V
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_HE_SUBMSN_HEADER
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
SYNONYM: APPS.IGS_EN_SPA_TERMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_SPA_TERMS, status:VALID,