Search Results igs_ad_spl_interests
Overview
The IGS_AD_SPL_INTERESTS table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module. It serves the critical function of storing detailed information regarding an applicant's declared special interests during the admissions process. This table is integral to managing supplementary applicant data beyond standard academic and demographic information, enabling institutions to capture, track, and report on specific interests, affiliations, or characteristics that may be relevant for recruitment, program placement, or institutional reporting. Its existence within the IGS schema underscores its role in supporting comprehensive admissions lifecycle management.
Key Information Stored
The table's primary purpose is to associate an applicant with a specific, codified interest. The central column is SPL_INTEREST_ID, which serves as the unique primary key for each record. Each record is fundamentally linked to an applicant via the PERSON_ID and ADMISSION_APPL_NUMBER columns, which together form a foreign key relationship to the main application header table. The nature of the interest itself is defined by the SPECIAL_INTEREST_TYPE_ID, which references a code lookup table to ensure data integrity and standardization. This structure allows a single applicant to have multiple special interest records associated with their application.
Common Use Cases and Queries
This table is primarily utilized in scenarios requiring analysis of applicant pools based on specific interest criteria. Common use cases include generating reports for diversity initiatives, identifying applicants interested in specific campus programs (e.g., honors college, athletics, arts), and fulfilling compliance or demographic reporting requirements. A typical query would join IGS_AD_SPL_INTERESTS with the application (IGS_AD_APPL_ALL) and code lookup (IGS_AD_CODE_CLASSES) tables to produce a readable report. For example, to list all applicants who have indicated a particular interest, one might use a SQL pattern such as: SELECT a.PERSON_ID, a.ADMISSION_APPL_NUMBER, c.MEANING FROM IGS_AD_SPL_INTERESTS s, IGS_AD_APPL_ALL a, IGS_AD_CODE_CLASSES c WHERE s.PERSON_ID = a.PERSON_ID AND s.ADMISSION_APPL_NUMBER = a.ADMISSION_APPL_NUMBER AND s.SPECIAL_INTEREST_TYPE_ID = c.CODE_ID AND c.CODE = '[SPECIFIC_INTEREST_CODE]';.
Related Objects
The IGS_AD_SPL_INTERESTS table maintains defined relationships with other key tables in the Student System, primarily through foreign key constraints. The documented relationships are as follows:
- IGS_AD_APPL_ALL: This is the primary application header table. The relationship is established via the columns IGS_AD_SPL_INTERESTS.PERSON_ID and IGS_AD_SPL_INTERESTS.ADMISSION_APPL_NUMBER, which reference their counterparts in IGS_AD_APPL_ALL. This ensures every special interest record is tied to a valid application.
- IGS_AD_CODE_CLASSES: This code lookup table provides the valid values and descriptions for special interest types. The relationship is through the column IGS_AD_SPL_INTERESTS.SPECIAL_INTEREST_TYPE_ID, which references a code in IGS_AD_CODE_CLASSES, enforcing data standardization for interest types.
-
Table: IGS_AD_SPL_INTERESTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPL_INTERESTS, object_name:IGS_AD_SPL_INTERESTS, status:VALID, product: IGS - Student System , description: Holds special interests details , implementation_dba_data: IGS.IGS_AD_SPL_INTERESTS ,
-
Table: IGS_AD_SPL_INTERESTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds special interests details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_SPL_INTERESTS
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_SPL_INTERESTS
12.1.1
-
APPS.IGS_AD_SPL_INTERESTS_PKG dependencies on IGS_AD_SPL_INTERESTS
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_SPL_INTERESTS
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_SPL_INTERESTS
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_SPL_INTERESTS
12.1.1
-
APPS.IGS_AD_SPL_INTERESTS_PKG dependencies on IGS_AD_SPL_INTERESTS_S
12.1.1
-
APPS.IGS_AD_SPL_INTERESTS_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_SPL_INTERESTS_PKG dependencies on IGS_AD_SPL_INTERESTS_PKG
12.1.1
-
SYNONYM: APPS.IGS_AD_SPL_INTERESTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_SPL_INTERESTS, status:VALID,
-
VIEW: APPS.IGSBV_AD_APPL_INTEREST
12.1.1
-
VIEW: APPS.IGSFV_AD_APPL_INTEREST
12.1.1
-
VIEW: APPS.IGS_AD_SPL_INTERESTS_V
12.1.1
-
TABLE: IGS.IGS_AD_SPL_INTERESTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPL_INTERESTS, object_name:IGS_AD_SPL_INTERESTS, status:VALID,
-
View: IGSBV_AD_APPL_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_APPL_INTEREST, object_name:IGSBV_AD_APPL_INTEREST, status:VALID, product: IGS - Student System , description: Holds information about Applicant's Academic Interest , implementation_dba_data: APPS.IGSBV_AD_APPL_INTEREST ,
-
APPS.IGS_AD_SPL_INTERESTS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGSFV_AD_APPL_INTEREST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SPL_INTERESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SPL_INTERESTS_V, object_name:IGS_AD_SPL_INTERESTS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SPL_INTERESTS_V ,
-
View: IGSBV_AD_APPL_INTEREST
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about Applicant's Academic Interest , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SPL_INTERESTS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_SPL_INTERESTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SPL_INTERESTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SPL_INTERESTS_PKG
12.1.1
-
View: IGSFV_AD_APPL_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_INTEREST, object_name:IGSFV_AD_APPL_INTEREST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_APPL_INTEREST ,
-
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 ,
-
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.IGSBV_AD_APPL_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_APPL_INTEREST, object_name:IGSBV_AD_APPL_INTEREST, 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.IGSFV_AD_APPL_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_INTEREST, object_name:IGSFV_AD_APPL_INTEREST, status:VALID,
-
VIEW: APPS.IGS_AD_SPL_INTERESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SPL_INTERESTS_V, object_name:IGS_AD_SPL_INTERESTS_V, status:VALID,
-
Table: IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID, product: IGS - Student System , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: IGS.IGS_AD_CODE_CLASSES ,
-
Table: IGS_AD_CODE_CLASSES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_INT_RECONSIDER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_INT_RECONSIDER, 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_TALENTS_V
12.1.1
-
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_SPL_TALENTS
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_SPLINT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPLINT_INT, object_name:IGS_AD_SPLINT_INT, status:VALID,
-
APPS.IGS_AD_SPL_INTERESTS_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_ADM_REQ SQL Statements
12.1.1
-
APPS.IGS_AD_SPL_INTERESTS_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_IMP_003 SQL Statements
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
-
12.1.1 DBA Data
12.1.1