Search Results igs_ad_spl_talents
Overview
The IGS_AD_SPL_TALENTS table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module. It functions as the primary repository for storing information related to the special talents, skills, or attributes declared by applicants during the admissions process. Its role is to support the holistic review of applicants by capturing supplementary qualitative data beyond standard academic metrics. The table is integral to the admissions workflow, enabling institutions to categorize, track, and report on applicant talents for selection, scholarship consideration, and program placement purposes.
Key Information Stored
The table's structure is designed to link applicant data with a codified list of talent types. While the full column list is not detailed in the provided metadata, the documented foreign keys and primary key reveal its critical components. The primary key, SPL_TALENT_ID, uniquely identifies each talent record. The table stores the PERSON_ID and ADMISSION_APPL_NUMBER for each applicant, creating a direct link to the main application header in IGS_AD_APPL_ALL. The SPECIAL_TALENT_TYPE_ID column references a valid code from the IGS_AD_CODE_CLASSES table, which classifies the nature of the talent (e.g., athletic, artistic, musical, leadership). Additional columns likely exist to store descriptive details, proficiency levels, years of experience, or supporting evidence for each recorded talent.
Common Use Cases and Queries
This table is central to admissions reporting and applicant profiling. Common operational and analytical use cases include generating lists of applicants with specific talents for review by department heads or coaches, assessing the distribution of talents across an applicant pool, and verifying declared talents for scholarship eligibility. A typical query would join this table to the application and code tables to produce a meaningful report.
Sample Query Pattern:
SELECT appl.PERSON_ID,
appl.ADMISSION_APPL_NUMBER,
code.MEANING as TALENT_TYPE,
talent.DESCRIPTION
FROM IGS_AD_SPL_TALENTS talent,
IGS_AD_APPL_ALL appl,
IGS_AD_CODE_CLASSES code
WHERE talent.PERSON_ID = appl.PERSON_ID
AND talent.ADMISSION_APPL_NUMBER = appl.ADMISSION_APPL_NUMBER
AND talent.SPECIAL_TALENT_TYPE_ID = code.CODE_ID
AND code.CLASS_CODE = 'SPECIAL_TALENT_TYPE';
Related Objects
The IGS_AD_SPL_TALENTS table maintains defined relationships with other key tables in the IGS schema, as per the provided metadata:
- IGS_AD_APPL_ALL (Application Header): This is the primary parent table. The relationship is enforced through a composite foreign key on the columns PERSON_ID and ADMISSION_APPL_NUMBER. Every talent record must be associated with a valid application.
- IGS_AD_CODE_CLASSES (Code Definitions): This table provides the valid list of special talent types. The SPECIAL_TALENT_TYPE_ID column in IGS_AD_SPL_TALENTS references a CODE_ID in this table, ensuring data integrity and standardization of talent categories.
- Primary Key Constraint (IGS_AD_SPL_TALENTS_PK): The unique identifier SPL_TALENT_ID ensures each record in this child table can be independently managed.
-
Table: IGS_AD_SPL_TALENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPL_TALENTS, object_name:IGS_AD_SPL_TALENTS, status:VALID, product: IGS - Student System , description: Holds special talents details , implementation_dba_data: IGS.IGS_AD_SPL_TALENTS ,
-
Table: IGS_AD_SPL_TALENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds special talents details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_SPL_TALENTS
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_SPL_TALENTS
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_SPL_TALENTS
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_SPL_TALENTS
12.1.1
-
APPS.IGS_AD_SPL_TALENTS_PKG dependencies on IGS_AD_SPL_TALENTS
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_SPL_TALENTS
12.1.1
-
APPS.IGS_AD_SPL_TALENTS_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_SPL_TALENTS_PKG dependencies on IGS_AD_SPL_TALENTS_PKG
12.1.1
-
APPS.IGS_AD_SPL_TALENTS_PKG dependencies on IGS_AD_SPL_TALENTS_S
12.1.1
-
VIEW: APPS.IGSFV_AD_APPL_TALENTS
12.1.1
-
VIEW: APPS.IGS_AD_SPL_TALENTS_V
12.1.1
-
TABLE: IGS.IGS_AD_SPL_TALENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPL_TALENTS, object_name:IGS_AD_SPL_TALENTS, status:VALID,
-
VIEW: APPS.IGSBV_AD_APPL_TALENTS
12.1.1
-
SYNONYM: APPS.IGS_AD_SPL_TALENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_SPL_TALENTS, status:VALID,
-
APPS.IGS_AD_SPL_TALENTS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGSBV_AD_APPL_TALENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_APPL_TALENTS, object_name:IGSBV_AD_APPL_TALENTS, status:VALID, product: IGS - Student System , description: Holds information about Applicant's Talent , implementation_dba_data: APPS.IGSBV_AD_APPL_TALENTS ,
-
PACKAGE BODY: APPS.IGS_AD_SPL_TALENTS_PKG
12.1.1
-
View: IGSFV_AD_APPL_TALENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_TALENTS, object_name:IGSFV_AD_APPL_TALENTS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_APPL_TALENTS ,
-
View: IGSBV_AD_APPL_TALENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about Applicant's Talent , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_SPL_TALENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SPL_TALENTS_PKG, status:VALID,
-
View: IGS_AD_SPL_TALENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SPL_TALENTS_V, object_name:IGS_AD_SPL_TALENTS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SPL_TALENTS_V ,
-
View: IGSFV_AD_APPL_TALENTS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SPL_TALENTS_V
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 ,
-
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,
-
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_APPL_TALENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_APPL_TALENTS, object_name:IGSBV_AD_APPL_TALENTS, status:VALID,
-
VIEW: APPS.IGS_AD_SPL_TALENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SPL_TALENTS_V, object_name:IGS_AD_SPL_TALENTS_V, status:VALID,
-
VIEW: APPS.IGSFV_AD_APPL_TALENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_TALENTS, object_name:IGSFV_AD_APPL_TALENTS, status:VALID,
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_SPL_TALENTS_V
12.1.1
-
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 ,
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_UNIT_SETS_V
12.1.1
-
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 ,
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_UNIT_SETS
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_VAL_ACAI_FTR_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI_FTR_OFFER, 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,
-
TABLE: IGS.IGS_AD_SPLTAL_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPLTAL_INT, object_name:IGS_AD_SPLTAL_INT, status:VALID,
-
APPS.IGS_AD_SPL_TALENTS_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_ADM_REQ SQL Statements
12.1.1
-
APPS.IGS_AD_SPL_TALENTS_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_IMP_003 SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1