Search Results admission_test_type
Overview
The view IGS_AD_TEST_SEGS_INT is a critical data object within the Oracle E-Business Suite (EBS) Student System (IGS), specifically designed for the Admissions module. It serves as an interface view for standardized test score segment data during the application import process. In releases 12.1.1 and 12.2.2, this view provides a structured representation of data from its underlying base table, IGS_AD_TEST_SEGS_INT_ALL, which temporarily holds incoming test segment details before they are validated and processed into the core transactional tables of the system. Its primary role is to facilitate the batch loading and integration of detailed test performance metrics, such as scores for specific sections (e.g., Math, Verbal) of an admissions exam, which are essential for holistic applicant evaluation.
Key Information Stored
The view consolidates columns essential for tracking, validating, and processing test segment scores. Key data points include the actual TEST_SCORE, which is the numeric result for a specific test segment, and identifiers like ADMISSION_TEST_TYPE and TEST_SEGMENT_ID to classify the exam and its subsection. The view stores various percentile rankings (PERCENTILE, NATIONAL_PERCENTILE, STATE_PERCENTILE) for comparative analysis and score band boundaries (SCORE_BAND_LOWER, SCORE_BAND_UPPER). Crucially, it includes interface processing control columns such as INTERFACE_TESTSEGS_ID (the primary key), INTERFACE_TEST_ID (linking to the parent test interface record), STATUS, and ERROR_CODE to manage the data conversion workflow. Standard EBS audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE) and Multi-Org context (ORG_ID) are also present.
Common Use Cases and Queries
The primary use case involves monitoring and troubleshooting the interface process for incoming applicant test data. Common operational queries include identifying records that failed validation for data cleansing and reviewing scores for a specific test type. For instance, a query to check for pending or error records would filter on the STATUS column. Reporting use cases often involve aggregating imported scores by test segment or percentile band for admissions trend analysis before the data is fully processed into the production tables.
- Identifying interface errors:
SELECT * FROM IGS_AD_TEST_SEGS_INT WHERE STATUS = 'ERROR'; - Reviewing scores for a specific test segment:
SELECT INTERFACE_TEST_ID, TEST_SCORE, PERCENTILE FROM IGS_AD_TEST_SEGS_INT WHERE TEST_SEGMENT_ID = 'MATH' AND ADMISSION_TEST_TYPE = 'SAT' ORDER BY TEST_SCORE DESC;
Related Objects
This interface view is intrinsically linked to its base table, IGS_AD_TEST_SEGS_INT_ALL, from which it selects all columns. It has a direct relationship with the parent test interface table, likely named IGS_AD_TEST_INT_ALL, via the INTERFACE_TEST_ID column. Upon successful validation, data from this interface is processed into the core transactional tables of the Admissions module, such as IGS_AD_TEST_SEGS (the production table for test segments). The view's data flow is typically managed by concurrent programs or APIs within the IGS product family responsible for the "Test Score Import" or "Application Import" processes.
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_TEST_SEGMENTS
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_TEST_INT
12.1.1
-
APPS.IGS_AD_IMP_UH_TST_PKG dependencies on IGS_AD_TEST_SEGMENTS
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AD_UP_HEADER_PKG dependencies on IGS_AD_UP_HEADER
12.1.1
-
View: IGS_AD_TEST_SEGS_INT
12.1.1
product: IGS - Student System , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_SS_TEST_CONF_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_SS_TEST_CONF_OLD, status:VALID,
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on DUAL
12.1.1
-
TABLE: IGS.IGS_AD_SS_TEST_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_TEST_CONF, object_name:IGS_AD_SS_TEST_CONF, status:VALID,
-
APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_AD_TEST_TYPE
12.1.1
-
VIEW: APPS.IGS_AD_SS_TEST_CONF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_TEST_CONF_V, object_name:IGS_AD_SS_TEST_CONF_V, status:VALID,
-
View: IGS_AD_TEST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TEST_TYPES_V, object_name:IGS_AD_TEST_TYPES_V, status:VALID, product: IGS - Student System , description: Holds Test Types Information , implementation_dba_data: APPS.IGS_AD_TEST_TYPES_V ,
-
View: IGS_AD_TEST_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Test Types Information , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_TEST_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_TEST_INT_ALL_OLD, status:VALID,
-
TABLE: IGS.IGR_I_E_TESTTYPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_E_TESTTYPS, object_name:IGR_I_E_TESTTYPS, status:VALID,
-
TABLE: IGS.IGS_AD_ENT_TEST_TYPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ENT_TEST_TYPS, object_name:IGS_AD_ENT_TEST_TYPS, status:VALID,
-
VIEW: APPS.IGS_AD_TEST_TYPES_V
12.1.1
-
View: IGS_AD_TEST_INT
12.1.1
product: IGS - Student System , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.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,
-
APPS.IGR_I_E_TESTTYPS_PKG dependencies on IGR_I_E_TESTTYPS
12.1.1
-
APPS.IGS_AD_IMP_016 dependencies on IGS_AD_TEST_TYPE
12.1.1
-
View: IGS_AD_TEST_SEGMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TEST_SEGMENTS_V, object_name:IGS_AD_TEST_SEGMENTS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TEST_SEGMENTS_V ,
-
View: IGS_AD_TEST_SEGMENTS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TEST_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_UH_TST_PKG SQL Statements
12.1.1
-
View: IGS_AD_TEST_SEGS_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_TEST_SEGMENTS_V
12.1.1
-
TABLE: IGS.IGS_SS_INQ_TEST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_INQ_TEST, object_name:IGS_SS_INQ_TEST, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ACT_ASSESSMENTS_PKG
12.1.1
-
APPS.IGS_AD_IMP_UH_TST_PKG dependencies on IGS_AD_TEST_RESULTS
12.1.1
-
APPS.IGS_AD_TEST_TYPE_PKG dependencies on IGS_AD_TEST_TYPE
12.1.1
-
VIEW: APPS.IGS_AD_UP_TT_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UP_TT_HEADER_V, object_name:IGS_AD_UP_TT_HEADER_V, status:VALID,
-
VIEW: APPS.IGS_AD_ENT_TEST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ENT_TEST_TYPES_V, object_name:IGS_AD_ENT_TEST_TYPES_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.IGS_AD_TEST_SEG_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TEST_SEG_RESULTS_V, object_name:IGS_AD_TEST_SEG_RESULTS_V, status:VALID,
-
APPS.IGS_AD_UP_HEADER_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_UNIT_PLACEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UNIT_PLACEMENTS_V, object_name:IGS_AD_UNIT_PLACEMENTS_V, status:VALID,
-
TABLE: IGS.IGS_AD_TEST_SEGS_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_TEST_SEGS_INT_ALL_OLD, status:VALID,
-
Table: IGS_AD_ENT_TEST_TYPS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores test types corresponding to inquiry entry status - Obsolete , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_AD_TEST_RESULTS_S
12.1.1
-
VIEW: APPS.IGS_AD_UP_TS_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UP_TS_HEADER_V, object_name:IGS_AD_UP_TS_HEADER_V, status:VALID,
-
TABLE: IGS.IGS_AD_UP_HEADER
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_UP_HEADER, object_name:IGS_AD_UP_HEADER, status:VALID,
-
TABLE: IGS.IGS_AD_PS_APL_TST_RS_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_PS_APL_TST_RS_OLD, status:VALID,
-
View: IGR_I_E_TESTTYPS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Entry Status Test Type View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_TEST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TEST_TYPES_V, object_name:IGS_AD_TEST_TYPES_V, status:VALID,
-
VIEW: APPS.IGS_PR_ACAD_EXAM_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_EXAM_CREDIT_V, object_name:IGS_PR_ACAD_EXAM_CREDIT_V, status:VALID,
-
VIEW: APPS.IGR_I_E_TESTTYPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_E_TESTTYPS_V, object_name:IGR_I_E_TESTTYPS_V, status:VALID,
-
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,
-
TABLE: IGS.IGR_IS_TEST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_TEST, object_name:IGR_IS_TEST, status:VALID,
-
TABLE: IGS.IGS_SS_INQ_TESTSEG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_INQ_TESTSEG, object_name:IGS_SS_INQ_TESTSEG, status:VALID,