Search Results test_score
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.
-
View: IGS_AD_TEST_SEGS_INT
12.1.1
product: IGS - Student System , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_IMP_001 dependencies on IGR_IS_TESTSEG
12.1.1
-
View: IGS_AD_TST_RSLT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TST_RSLT_DTLS_V, object_name:IGS_AD_TST_RSLT_DTLS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TST_RSLT_DTLS_V ,
-
View: IGS_AD_TEST_SEGS_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OTFV_COMBINED_TRAINING_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_COMBINED_TRAINING_HISTORY, object_name:OTFV_COMBINED_TRAINING_HISTORY, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_COMBINED_TRAINING_HISTORY ,
-
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,
-
TABLE: IGS.IGS_SS_TST_RSLT_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_TST_RSLT_DTLS, object_name:IGS_SS_TST_RSLT_DTLS, 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,
-
APPS.IGS_AD_TST_RSLT_DTLS_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
View: OTFV_ENROLLMENT_STATUS_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLMENT_STATUS_HISTORY, object_name:OTFV_ENROLLMENT_STATUS_HISTORY, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLMENT_STATUS_HISTORY ,
-
View: OTFV_COMBINED_TRAINING_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_COMBINED_TRAINING_HISTORY, object_name:OTFV_COMBINED_TRAINING_HISTORY, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_COMBINED_TRAINING_HISTORY ,
-
TABLE: IGS.IGR_IS_TESTSEG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_TESTSEG, object_name:IGR_IS_TESTSEG, status:VALID,
-
View: IGS_AD_TST_RSLT_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SS_TST_RSLT_DTLS_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
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.IGR_IMP_001 dependencies on IGR_IS_TEST
12.1.1
-
APPS.IGS_SS_TST_RSLT_DTLS_PKG dependencies on IGS_SS_TST_RSLT_DTLS
12.1.1
-
VIEW: APPS.IGSBV_AD_PER_TST_RSLT_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_PER_TST_RSLT_DTLS, object_name:IGSBV_AD_PER_TST_RSLT_DTLS, status:VALID,
-
VIEW: APPS.OTFV_COMBINED_TRAINING_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_COMBINED_TRAINING_HISTORY, object_name:OTFV_COMBINED_TRAINING_HISTORY, status:VALID,
-
View: OTFV_ENROLLMENT_STATUS_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLMENT_STATUS_HISTORY, object_name:OTFV_ENROLLMENT_STATUS_HISTORY, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLMENT_STATUS_HISTORY ,
-
VIEW: APPS.OTFV_ENROLLMENT_STATUS_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLMENT_STATUS_HISTORY, object_name:OTFV_ENROLLMENT_STATUS_HISTORY, status:VALID,
-
APPS.IGS_AD_TST_RSLT_DTLS_PKG dependencies on IGS_AD_TST_RSLT_DTLS_S
12.1.1
-
VIEW: APPS.IGS_AD_TST_RSLT_DTLS_V
12.1.1
-
VIEW: APPS.OTFV_ENROLLMENT_STATUS_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLMENT_STATUS_HISTORY, object_name:OTFV_ENROLLMENT_STATUS_HISTORY, 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,
-
VIEW: APPS.OTFV_EXT_TRAINING_EVENT_ENROLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EXT_TRAINING_EVENT_ENROLS, object_name:OTFV_EXT_TRAINING_EVENT_ENROLS, status:VALID,
-
VIEW: APPS.OTFV_EXT_TRAINING_EVENT_ENROLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EXT_TRAINING_EVENT_ENROLS, object_name:OTFV_EXT_TRAINING_EVENT_ENROLS, status:VALID,
-
Lookup Type: PERSON_TEST_SEGMENTS
12.1.1
product: IGS - Student System , meaning: Test Segments , description: Test Segments ,
-
APPS.IGS_SS_TST_RSLT_DTLS_PKG dependencies on IGS_SS_TST_RSLT_DTLS_S
12.1.1
-
Lookup Type: PERSON_TEST_SEGMENTS
12.2.2
product: IGS - Student System (Obsolete) , meaning: Test Segments , description: Test Segments ,
-
TABLE: IGS.IGS_AD_TSTDTL_UH_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TSTDTL_UH_INT, object_name:IGS_AD_TSTDTL_UH_INT, status:VALID,
-
Lookup Type: IGF_AP_OSS_INTR_TRIG
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Data Attribute columns - Obsolete , description: Obsolete ,
-
View: IGS_AD_TEST_SEG_RESULTS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: IGF_AP_OSS_INTR_TRIG
12.1.1
product: IGF - Financial Aid , meaning: Data Attribute columns - Obsolete , description: Obsolete ,
-
VIEW: APPS.OTFV_COMBINED_TRAINING_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_COMBINED_TRAINING_HISTORY, object_name:OTFV_COMBINED_TRAINING_HISTORY, status:VALID,
-
View: OTFV_EXT_TRAINING_EVENT_ENROLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EXT_TRAINING_EVENT_ENROLS, object_name:OTFV_EXT_TRAINING_EVENT_ENROLS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EXT_TRAINING_EVENT_ENROLS ,
-
View: OTFV_EXT_TRAINING_EVENT_ENROLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EXT_TRAINING_EVENT_ENROLS, object_name:OTFV_EXT_TRAINING_EVENT_ENROLS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EXT_TRAINING_EVENT_ENROLS ,
-
VIEW: APPS.IGS_AD_TST_RSLT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TST_RSLT_DTLS_V, object_name:IGS_AD_TST_RSLT_DTLS_V, status:VALID,
-
View: IGSBV_AD_PER_TST_RSLT_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_PER_TST_RSLT_DTLS, object_name:IGSBV_AD_PER_TST_RSLT_DTLS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_AD_PER_TST_RSLT_DTLS ,
-
VIEW: APPS.IGSFV_AD_PER_TST_RSLT_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_PER_TST_RSLT_DTLS, object_name:IGSFV_AD_PER_TST_RSLT_DTLS, status:VALID,
-
View: IGSBV_AD_PER_TST_RSLT_DTLS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: 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, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TEST_SEG_RESULTS_V ,
-
VIEW: APPS.OTFV_INT_TRAINING_EVENT_ENROLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_INT_TRAINING_EVENT_ENROLS, object_name:OTFV_INT_TRAINING_EVENT_ENROLS, status:VALID,
-
APPS.IGS_AD_TST_RSLT_DTLS_PKG dependencies on IGS_AD_TST_RSLT_DTLS
12.1.1
-
VIEW: APPS.OTFV_COMBINED_TRAINING_HISTORY
12.1.1
-
View: 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, product: IGS - Student System , description: This view contains the details of credit granted through advanced standing based on the Admissions Exam structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: APPS.IGS_PR_ACAD_EXAM_CREDIT_V ,
-
VIEW: APPS.OTFV_INT_TRAINING_EVENT_ENROLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_INT_TRAINING_EVENT_ENROLS, object_name:OTFV_INT_TRAINING_EVENT_ENROLS, status:VALID,
-
View: IGSFV_AD_PER_TST_RSLT_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_PER_TST_RSLT_DTLS, object_name:IGSFV_AD_PER_TST_RSLT_DTLS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_PER_TST_RSLT_DTLS ,
-
View: IGS_PR_ACAD_EXAM_CREDIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of credit granted through advanced standing based on the Admissions Exam structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SS_TST_RSLT_DTLS_PKG SQL Statements
12.1.1