Search Results igs_ad_acad_interest
Overview
The IGS_AD_ACAD_INTEREST table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module. It serves as the primary repository for storing and managing an applicant's declared academic interests during the admissions process. This table is fundamental for capturing the specific programs, courses, or study areas a prospective student intends to pursue, enabling institutions to track applicant intent, align applications with academic offerings, and support enrollment planning. Its role is critical in the pre-admission workflow, linking applicant personal data directly to their academic aspirations.
Key Information Stored
The table's primary key is the system-generated ACAD_INTEREST_ID, which uniquely identifies each academic interest record. As indicated by its foreign key relationships, the table is intrinsically linked to the main applicant record via the PERSON_ID and ADMISSION_APPL_NUMBER columns. While the provided metadata does not list all columns, the table's purpose suggests it would typically store fields such as the academic program or course of interest code (e.g., PROGRAM_CD, MAJOR_CODE), the intended start term, a priority ranking if multiple interests are listed, and the status of the interest. It also contains standard Oracle EBS audit columns like CREATION_DATE and LAST_UPDATE_DATE.
Common Use Cases and Queries
This table is central to admissions reporting and applicant communication. Common use cases include generating lists of applicants interested in a specific academic program for targeted outreach, analyzing trends in academic interest over time for strategic planning, and verifying that an applicant's submitted materials align with their declared interests. A typical reporting query would join this table to the applicant master table (IGS_AD_APPL_ALL) and related descriptive flexfield or code tables to produce a readable list.
- Sample Query: SELECT appl.PERSON_ID, appl.ADMISSION_APPL_NUMBER, int.PROGRAM_INTEREST_CODE FROM IGS_AD_ACAD_INTEREST int JOIN IGS_AD_APPL_ALL appl ON int.PERSON_ID = appl.PERSON_ID AND int.ADMISSION_APPL_NUMBER = appl.ADMISSION_APPL_NUMBER WHERE int.PROGRAM_INTEREST_CODE = '&PROG_CODE';
Related Objects
The IGS_AD_ACAD_INTEREST table has a direct and critical dependency on the primary applicant table, IGS_AD_APPL_ALL. The documented foreign key relationship ensures referential integrity, mandating that every academic interest record must be associated with a valid applicant. The join is performed on two columns: IGS_AD_ACAD_INTEREST.PERSON_ID and IGS_AD_ACAD_INTEREST.ADMISSION_APPL_NUMBER, which reference their counterparts in IGS_AD_APPL_ALL. This table is also likely referenced by various Student System forms, reports, and APIs that manage the applicant academic interest lifecycle.
-
Table: IGS_AD_ACAD_INTEREST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACAD_INTEREST, object_name:IGS_AD_ACAD_INTEREST, status:VALID, product: IGS - Student System , description: Holds information about applicant's academic interests , implementation_dba_data: IGS.IGS_AD_ACAD_INTEREST ,
-
Table: IGS_AD_ACAD_INTEREST
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about applicant's academic interests , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_ACAD_INTEREST
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_ACAD_INTEREST
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_ACAD_INTEREST
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_ACAD_INTEREST
12.1.1
-
APPS.IGS_AD_ACAD_INTEREST_PKG dependencies on IGS_AD_ACAD_INTEREST
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_ACAD_INTEREST
12.1.1
-
VIEW: APPS.IGSBV_AD_ACAD_INTEREST
12.1.1
-
APPS.IGS_AD_ACAD_INTEREST_PKG dependencies on IGS_AD_ACAD_INTEREST_S
12.1.1
-
SYNONYM: APPS.IGS_AD_ACAD_INTEREST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ACAD_INTEREST, status:VALID,
-
APPS.IGS_AD_ACAD_INTEREST_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_AD_ACAD_INTEREST
12.1.1
-
APPS.IGS_AD_ACAD_INTEREST_PKG dependencies on IGS_AD_ACAD_INTEREST_PKG
12.1.1
-
TABLE: IGS.IGS_AD_ACAD_INTEREST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACAD_INTEREST, object_name:IGS_AD_ACAD_INTEREST, status:VALID,
-
VIEW: APPS.IGS_AD_ACAD_INTEREST_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_ACAD_INTEREST_PKG
12.1.1
-
View: IGSFV_AD_ACAD_INTEREST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_ACAD_INTEREST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ACAD_INTEREST_PKG, status:VALID,
-
APPS.IGS_AD_ACAD_INTEREST_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGSBV_AD_ACAD_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACAD_INTEREST, object_name:IGSBV_AD_ACAD_INTEREST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_AD_ACAD_INTEREST ,
-
View: IGS_AD_ACAD_INTEREST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACAD_INTEREST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_APPL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission of applicant to institution , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ACAD_INTEREST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACAD_INTEREST_V, object_name:IGS_AD_ACAD_INTEREST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ACAD_INTEREST_V ,
-
View: IGSFV_AD_ACAD_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACAD_INTEREST, object_name:IGSFV_AD_ACAD_INTEREST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_ACAD_INTEREST ,
-
Table: IGS_AD_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_ALL, object_name:IGS_AD_APPL_ALL, status:VALID, product: IGS - Student System , description: Describes admission of applicant to institution , implementation_dba_data: IGS.IGS_AD_APPL_ALL ,
-
PACKAGE BODY: APPS.IGS_AD_IMP_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_003, status:VALID,
-
VIEW: APPS.IGS_AD_ACAD_INTEREST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACAD_INTEREST_V, object_name:IGS_AD_ACAD_INTEREST_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ADM_REQ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ADM_REQ, status:VALID,
-
VIEW: APPS.IGSBV_AD_ACAD_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACAD_INTEREST, object_name:IGSBV_AD_ACAD_INTEREST, status:VALID,
-
VIEW: APPS.IGSFV_AD_ACAD_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACAD_INTEREST, object_name:IGSFV_AD_ACAD_INTEREST, status:VALID,
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_SPL_INTERESTS_V
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_SPL_INTERESTS
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_INT_RECONSIDER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_INT_RECONSIDER, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, status:VALID,
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_ACAD_INTEREST_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI_FTR_OFFER, status:VALID,
-
TABLE: IGS.IGS_AD_ACADINT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACADINT_INT, object_name:IGS_AD_ACADINT_INT, status:VALID,
-
APPS.IGS_AD_ACAD_INTEREST_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_ADM_REQ SQL Statements
12.1.1
-
APPS.IGS_AD_ACAD_INTEREST_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_IMP_003 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER SQL Statements
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER SQL Statements
12.1.1