Search Results term_cal_type
Overview
The IGS_EN_SPA_TERMS table is a core data object within the Oracle E-Business Suite Student Administration module, specifically in the context of Oracle EBS 12.1.1 and 12.2.2. It functions as a detailed term-level transactional table that stores enrollment and program attempt attributes for a student, organized by academic term. The table's design is intrinsically linked to the institutional calendar structure, as indicated by the presence of the TERM_CAL_TYPE and TERM_SEQUENCE_NUMBER columns. It serves as a child table to the primary student program attempt record (IGS_EN_STDNT_PS_ATT_ALL), providing a granular breakdown of a student's academic progression, fee categorization, attendance mode, and other critical attributes for each specific term within their program of study.
Key Information Stored
The table stores a comprehensive set of attributes for each student-term record. The primary identifier is the TERM_RECORD_ID. Key columns defining the academic context include PERSON_ID, PROGRAM_CD, PROGRAM_VERSION, ACAD_CAL_TYPE, TERM_CAL_TYPE, and TERM_SEQUENCE_NUMBER, which together uniquely identify a specific term for a student's program attempt (as enforced by the IGS_EN_SPA_TERMS_U1 unique index). Operational data includes the KEY_PROGRAM_FLAG, LOCATION_CD, ATTENDANCE_MODE, and ATTENDANCE_TYPE. The table also holds important foreign keys for integration: FEE_CAT links to the fee category, COO_ID to the course offering option, and CLASS_STANDING_ID to a student's academic standing. Standard Oracle EBS columns for auditing (CREATED_BY, LAST_UPDATE_DATE), concurrent program tracking (REQUEST_ID, PROGRAM_ID), and Descriptive Flexfields (ATTRIBUTE_CATEGORY, ATTRIBUTE1-8) are also present.
Common Use Cases and Queries
A primary use case is generating term-specific enrollment reports or validating a student's status for a given academic period. The table is central to processes involving term-based fee assessment, attendance tracking, and academic standing updates. A common query pattern involves joining to the student program attempt and calendar tables to retrieve a student's complete term history. For example, to find all term records for a specific student and term calendar type (as indicated by the user's search for "term_cal_type"):
- SELECT * FROM igs.igs_en_spa_terms WHERE person_id = :stu_id AND term_cal_type = :cal_type ORDER BY term_sequence_number;
Another critical use case is data validation, ensuring term records align with the parent program attempt. Reporting often leverages joins to related tables to include descriptive values for codes like FEE_CAT or LOCATION_CD.
Related Objects
IGS_EN_SPA_TERMS has defined foreign key relationships with several fundamental tables in the Student Administration and other modules, as documented in the provided metadata:
- IGS_EN_STDNT_PS_ATT_ALL: The primary parent table. The PERSON_ID column in IGS_EN_SPA_TERMS references this table to link term details to the overarching student program attempt.
- IGS_CA_INST_ALL: The TERM_CAL_TYPE column references this calendar instance table, enforcing referential integrity for the term calendar type.
- IGS_PS_OFR_OPT_ALL: The COO_ID (Course Offering Option ID) column references this table, linking the term to specific program offering options.
- IGS_FI_FEE_CAT_ALL: The FEE_CAT column references this table, associating the term record with a valid fee category for financial processing.
- IGS_PR_CLASS_STD: The CLASS_STANDING_ID column references this table to maintain the student's academic class standing for the term.
These relationships position IGS_EN_SPA_TERMS as a pivotal junction table connecting student program data with calendar, financial, and progression entities.
-
APPS.IGS_SS_EN_WRAPPERS 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_FUTURE_DT_TRANS dependencies on IGS_EN_SPA_TERMS_API
12.1.1
-
APPS.IGS_EN_ADD_UNITS_API dependencies on IGS_EN_STD_WARNINGS
12.1.1
-
APPS.IGS_SESSION_VALIDITY dependencies on IGS_EN_PLAN_UNITS
12.1.1
-
APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_EN_PLAN_UNITS_PKG dependencies on IGS_EN_PLAN_UNITS
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_DASHBOARD dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_EN_SPA_TERMS
12.1.1
-
TABLE: IGS.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,
-
APPS.IGS_EN_PLAN_UNITS_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_EN_STD_WARNINGS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STD_WARNINGS, object_name:IGS_EN_STD_WARNINGS, status:VALID,
-
APPS.IGS_EN_SPAT_LGCY_PUB SQL Statements
12.1.1
-
APPS.IGS_PT_GEN_PKG dependencies on IGS_SS_ENR_DETAILS
12.1.1
-
APPS.IGS_EN_SPAT_LGCY_PUB dependencies on IGS_GE_GEN_003
12.1.1
-
TABLE: IGS.IGS_EN_PLAN_UNITS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_PLAN_UNITS, object_name:IGS_EN_PLAN_UNITS, status:VALID,
-
APPS.IGS_EN_ADD_UNITS_API dependencies on IGS_EN_PLAN_UNITS
12.1.1
-
VIEW: APPS.IGS_EN_SS_SCHEDULE_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SS_SCHEDULE_DISP_V, object_name:IGS_EN_SS_SCHEDULE_DISP_V, status:VALID,
-
APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
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 ,
-
APPS.IGS_EN_DASHBOARD SQL Statements
12.1.1
-
APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_DASHBOARD dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_STD_WARNINGS_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_DASHBOARD dependencies on IGS_EN_SPA_TERMS
12.1.1
-
VIEW: APPS.IGS_EN_SS_STUD_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SS_STUD_CONTEXT_V, object_name:IGS_EN_SS_STUD_CONTEXT_V, status:VALID,
-
APPS.IGS_EN_ADD_UNITS_API SQL Statements
12.1.1
-
VIEW: APPS.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,
-
APPS.IGS_EN_SPA_TERMS_PKG SQL Statements
12.1.1
-
View: IGS_EN_SPA_TERMS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Student Program Attempts Term View , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_010 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_SESSION_VALIDITY SQL Statements
12.1.1
-
View: IGS_EN_SS_STUD_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SS_STUD_CONTEXT_V, object_name:IGS_EN_SS_STUD_CONTEXT_V, status:VALID, product: IGS - Student System , description: Stores the student program attempt context information , implementation_dba_data: APPS.IGS_EN_SS_STUD_CONTEXT_V ,
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_EN_PLAN_UNITS
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_CA_INST_REL
12.1.1
-
APPS.IGS_EN_PLAN_UNITS_PKG 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_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
-
View: IGS_EN_SS_SCHEDULE_DISP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view shows all the program attempts with additional details like applicable min/max cp, year of program unit set etc. used to display in schedule page. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_SPA_TERMS_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
View: IGS_EN_SS_STUD_CONTEXT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the student program attempt context information , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_EN_STD_WARNINGS
12.1.1
-
View: IGS_EN_SS_SCHEDULE_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SS_SCHEDULE_DISP_V, object_name:IGS_EN_SS_SCHEDULE_DISP_V, status:VALID, product: IGS - Student System , description: This view shows all the program attempts with additional details like applicable min/max cp, year of program unit set etc. used to display in schedule page. , implementation_dba_data: APPS.IGS_EN_SS_SCHEDULE_DISP_V ,
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_SPA_TERMS
12.1.1