Search Results igs_pe_acad_intents
Overview
The IGS_PE_ACAD_INTENTS table is a core data object within the Oracle E-Business Suite Student System (IGS). It serves as the primary repository for storing a student's declared academic intent. This concept is fundamental to student lifecycle management, capturing a learner's planned educational trajectory at a specific point in time. The table's role is to formally record these intentions, which are critical for academic advising, program planning, enrollment forecasting, and compliance reporting. By linking a student (PERSON_ID) to an academic calendar instance (CAL_TYPE and SEQUENCE_NUMBER), it anchors the intent within a specific term or period, providing essential context for the student's planned academic activities.
Key Information Stored
The table's structure is designed to uniquely identify and describe a student's academic plan. The primary key, ACAD_INTENT_ID, ensures each record is distinct. The two most critical foreign key relationships define the table's core purpose: the PERSON_ID column links to the IGS_PE_HZ_PARTIES table to identify the specific student, while the CAL_TYPE and SEQUENCE_NUMBER columns together link to the IGS_CA_INST_ALL table to identify the academic calendar period (e.g., Fall Semester 2024) for which the intent is declared. While the provided metadata does not list all columns, typical data stored in such a table would include fields for the intended program of study, load type (full-time/part-time), attendance type, status of the intent, and creation/modification timestamps.
Common Use Cases and Queries
This table is central to numerous operational and reporting functions. Common use cases include generating lists of students intending to enroll in a forthcoming term for resource planning, verifying a student's declared program for advising sessions, and tracking changes in academic intent over time for retention analysis. A typical reporting query would join this table to person and calendar tables to produce a clean list. For example:
- Identifying all students with an active academic intent for a specific term:
SELECT person_id FROM igs_pe_acad_intents WHERE cal_type = 'SEM' AND sequence_number = 202401; - Joining to person details to create a roster:
SELECT p.party_number, p.person_first_name, p.person_last_name, ai.cal_type, ai.sequence_number FROM igs_pe_acad_intents ai, igs_pe_hz_parties p WHERE ai.person_id = p.party_id;
Data is typically created and maintained through dedicated Student System application flows, not via direct SQL manipulation.
Related Objects
As indicated by the foreign key constraints, IGS_PE_ACAD_INTENTS has direct and essential relationships with other foundational tables in the EBS Student System.
- IGS_PE_HZ_PARTIES: This table stores the person or student entity. The PERSON_ID foreign key ensures every academic intent is associated with a valid person record.
- IGS_CA_INST_ALL: This table defines calendar instances (specific terms or periods). The composite foreign key on CAL_TYPE and SEQUENCE_NUMBER ties each academic intent to a specific academic period, providing crucial temporal context.
Furthermore, this table is likely referenced by other transactional and reporting objects within the IGS module, such as enrollment-related tables, academic history records, and various student information views, forming a key node in the student data model.
-
Table: IGS_PE_ACAD_INTENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ACAD_INTENTS, object_name:IGS_PE_ACAD_INTENTS, status:VALID, product: IGS - Student System , description: Student Academic Intent , implementation_dba_data: IGS.IGS_PE_ACAD_INTENTS ,
-
Table: IGS_PE_ACAD_INTENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Student Academic Intent , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_ACAD_INTENTS_PKG dependencies on IGS_PE_ACAD_INTENTS
12.1.1
-
SYNONYM: APPS.IGS_PE_ACAD_INTENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_ACAD_INTENTS, status:VALID,
-
APPS.IGS_PE_ACAD_INTENTS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PE_ACAD_INTENTS_V
12.1.1
-
TABLE: IGS.IGS_PE_ACAD_INTENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ACAD_INTENTS, object_name:IGS_PE_ACAD_INTENTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_ACAD_INTENTS_PKG
12.1.1
-
APPS.IGS_PE_ACAD_INTENTS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
Table: IGS_PE_HZ_PARTIES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_HZ_PARTIES, object_name:IGS_PE_HZ_PARTIES, status:VALID, product: IGS - Student System , description: This entity describes the attributes of a person. , implementation_dba_data: IGS.IGS_PE_HZ_PARTIES ,
-
Table: IGS_PE_HZ_PARTIES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the attributes of a person. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_ACAD_INTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ACAD_INTENTS_V, object_name:IGS_PE_ACAD_INTENTS_V, status:VALID, product: IGS - Student System , description: Academic Intent View , implementation_dba_data: APPS.IGS_PE_ACAD_INTENTS_V ,
-
APPS.IGS_PE_ACAD_INTENTS_PKG dependencies on IGS_PE_ACAD_INTENTS_S
12.1.1
-
View: IGS_PE_ACAD_INTENTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Academic Intent View , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PE_ACAD_INTENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_ACAD_INTENTS_PKG, status:VALID,
-
APPS.IGS_PE_ACAD_INTENTS_PKG dependencies on IGS_PE_ACAD_INTENTS_PKG
12.1.1
-
VIEW: APPS.IGS_PE_ACAD_INTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ACAD_INTENTS_V, object_name:IGS_PE_ACAD_INTENTS_V, status:VALID,
-
APPS.IGS_PE_ACAD_INTENTS_PKG dependencies on FND_MESSAGE
12.1.1
-
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 ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,