Search Results igs_ad_test_results
Overview
The IGS_AD_TEST_RESULTS table is a core data structure within the Oracle E-Business Suite Student System (IGS) module. It serves as the primary repository for storing admission test results associated with prospective students or applicants. This table is integral to the admissions process, enabling institutions to record, track, and evaluate standardized test scores and other assessment outcomes that form a critical component of application reviews. Its role is to maintain a master record of all test submissions linked to individuals within the system.
Key Information Stored
While the full column list is not provided in the metadata, the documented foreign key relationships indicate the table's essential data components. The primary key is the TEST_RESULTS_ID column, which uniquely identifies each test result record. Crucially, the table stores a link to the individual via the PERSON_ID column, which references HZ_PARTIES. It categorizes the type of test taken through the ADMISSION_TEST_TYPE column, linked to IGS_AD_TEST_TYPE. Furthermore, it holds references to classified codes for important attributes: EDU_LEVEL_ID for the educational level, GRADE_ID for the result grade, and SCORE_SOURCE_ID for the origin of the score, all referencing the IGS_AD_CODE_CLASSES table.
Common Use Cases and Queries
A primary use case is generating applicant evaluation reports by joining test results with person and application data. Admissions officers may query this table to list all test scores for a specific applicant or to find applicants who have achieved scores above a certain threshold for a particular test type. Common SQL patterns include selecting results for a specific person or for a cohort based on application term. For example, a query might join IGS_AD_TEST_RESULTS with HZ_PARTIES on PERSON_ID and with IGS_AD_TEST_TYPE on ADMISSION_TEST_TYPE to produce a readable list of applicant names, test names, and scores. The table is also a key source for data loads from external testing agencies and for integration with student portals where applicants can view their submitted credentials.
Related Objects
The table maintains defined relationships with several other EBS objects, primarily through foreign key constraints:
- Primary Key: IGS_AD_TEST_RESULTS_PK on TEST_RESULTS_ID.
- Foreign Key References (Parent Tables):
- IGS_AD_CODE_CLASSES (linked via EDU_LEVEL_ID, GRADE_ID, and SCORE_SOURCE_ID)
- IGS_AD_TEST_TYPE (linked via ADMISSION_TEST_TYPE)
- HZ_PARTIES (linked via PERSON_ID)
- Child Table (Referenced by):
- IGS_AD_TST_RSLT_DTLS (linked via TEST_RESULTS_ID). This suggests the existence of a detail table holding supplementary information for each main test result record.
-
Table: IGS_AD_TEST_RESULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TEST_RESULTS, object_name:IGS_AD_TEST_RESULTS, status:VALID, product: IGS - Student System , description: Holds admission test results , implementation_dba_data: IGS.IGS_AD_TEST_RESULTS ,
-
Table: IGS_AD_TEST_RESULTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds admission test results , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGF_AP_RULE_CALL_PKG dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AD_TI_COMP dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_PE_PERSON_SS_PKG dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AD_IMP_016 dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AD_IMP_UH_TST_PKG dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AD_TST_RSLT_DTLS_PKG dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_AD_UP_HEADER
12.1.1
-
VIEW: APPS.IGS_AD_TEST_RESULTS_DFV
12.1.1
-
VIEW: APPS.IGS_DA_XML_TESTSEGMENTS_V
12.1.1
-
APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_AD_TEST_RESULTS_S
12.1.1
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AD_TEST_SEGMENTS
12.1.1
-
APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_AD_TEST_RESULTS_PKG
12.1.1
-
VIEW: APPS.IGS_AD_TEST_TYPE_RESULTS_V
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AD_TEST_SEGMENTS
12.1.1
-
VIEW: APPS.IGSBV_AD_PER_TST_RSLT
12.1.1
-
VIEW: APPS.IGSBV_AD_PER_TST_RSLT_DTLS
12.1.1
-
SYNONYM: APPS.IGS_AD_TEST_RESULTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_TEST_RESULTS, status:VALID,
-
VIEW: APPS.IGS_AD_TEST_SEG_RESULTS_V
12.1.1
-
VIEW: APPS.IGSFV_AD_PER_TST_RSLT_DTLS
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 ,
-
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_TEST_RESULTS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_TEST_SCORES_V
12.1.1
-
VIEW: APPS.IGSFV_AD_PER_TST_RSLT
12.1.1
-
APPS.IGF_AP_RULE_CALL_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_UH_TST_PKG dependencies on IGS_AD_TEST_SEGMENTS
12.1.1
-
View: IGS_DA_XML_TESTSEGMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_XML_TESTSEGMENTS_V, object_name:IGS_DA_XML_TESTSEGMENTS_V, status:VALID, product: IGS - Student System , description: XML element TestSegments (child of Examination). , implementation_dba_data: APPS.IGS_DA_XML_TESTSEGMENTS_V ,
-
APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
Table: IGS_AD_TST_RSLT_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds test result details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_016 SQL Statements
12.1.1
-
Table: IGS_AD_TST_RSLT_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TST_RSLT_DTLS, object_name:IGS_AD_TST_RSLT_DTLS, status:VALID, product: IGS - Student System , description: Holds test result details , implementation_dba_data: IGS.IGS_AD_TST_RSLT_DTLS ,
-
APPS.IGS_AD_TI_COMP dependencies on IGS_AD_TEST_TYPE
12.1.1
-
TABLE: IGS.IGS_AD_TEST_RESULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TEST_RESULTS, object_name:IGS_AD_TEST_RESULTS, status:VALID,
-
APPS.IGS_RU_GEN_001 dependencies on IGS_AD_TST_RSLT_DTLS
12.1.1
-
View: IGS_AD_TEST_TYPE_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TEST_TYPE_RESULTS_V, object_name:IGS_AD_TEST_TYPE_RESULTS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TEST_TYPE_RESULTS_V ,
-
View: IGS_DA_XML_TESTSEGMENTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: XML element TestSegments (child of Examination). , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_RULE_CALL_PKG dependencies on IGS_PE_PRSID_GRP_MEM_ALL
12.1.1
-
Table: IGS_AD_TEST_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes valid admission test types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_TEST_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TEST_TYPE, object_name:IGS_AD_TEST_TYPE, status:VALID, product: IGS - Student System , description: Describes valid admission test types , implementation_dba_data: IGS.IGS_AD_TEST_TYPE ,
-
View: IGS_AD_TEST_TYPE_RESULTS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_GEN_001 dependencies on IGS_AD_CODE_CLASSES
12.1.1