Search Results igs_ad_test_scores_v
Overview
The view IGS_AD_TEST_SCORES_V belongs to the IGS — Student System product family within Oracle E-Business Suite, a module that is now flagged as obsolete in Oracle's ETRM documentation. It is a reporting and integration construct designed to expose detailed admissions test score information for students and applicants held in the Student System. The view consolidates identity, test-scheduling, scoring, and lookup-derived descriptive attributes into a single denormalized result set that is convenient for downstream reporting, interfaces, and inquiry screens.
The view's purpose is to present, for each test result and each associated test segment, the score achieved together with the descriptive meaning of the various coded values. Rather than requiring the consumer to join fact tables against code classes, test segments, and lookup values manually, the view performs those resolutions internally through scalar subqueries and outer joins. This makes the object well suited to ad hoc queries, concurrent-program extracts, and integration feeds that need readable test score data rather than raw identifiers.
The user's search term "score_source" directly maps to the SCORE_SOURCE column exposed by this view, one of its most semantically important attributes.
Underlying Base Objects
The view is defined over four base objects: IGS_AD_TEST_RESULTS (aliased ATT), IGS_AD_TST_RSLT_DTLS (aliased ATR), IGS_AD_TEST_SEGMENTS (aliased ATS), and IGS_LOOKUP_VALUES (aliased L1). The primary driving table is IGS_AD_TEST_RESULTS, which supplies the applicant header-level test information, including the person, test type, test date, combined score, active indicator, and standard WHO columns.
IGS_AD_TST_RSLT_DTLSis joined with an outer join ((+)) onTEST_RESULTS_ID, supplying segment-level scores byTEST_SEGMENT_ID.IGS_AD_TEST_SEGMENTSis outer-joined onTEST_SEGMENT_ID, providingSEGMENT_TYPEandSEGMENT_GROUP.IGS_LOOKUP_VALUESis outer-joined onSCORE_TYPEagainstLOOKUP_CODEwhereLOOKUP_TYPE = 'TEST_SCORE_TYPE', yieldingSCORE_TYPE_MEANING.SCORE_SOURCEis resolved via an inline scalar subquery againstIGS_AD_CODE_CLASSESforCLASS = 'SYS_SCORE_SOURCE', andTEST_SEGMENTvia a subquery onIGS_AD_TEST_SEGMENTS.
ETRM records no documented base objects and notes the view as "Not implemented in this database," consistent with the obsolescence of the IGS module.
Key Columns
ROW_ID— row identifier from the test results table.TEST_RESULTS_ID— primary identifier of the test result record.PERSON_ID— the student or applicant to whom the score belongs.TEST_TYPE— the admission test type.TEST_DATE— date the test was taken.SCORE_SOURCE— descriptive name of the score source, decoded fromSCORE_SOURCE_ID.SCORE_TYPE/SCORE_TYPE_MEANING— coded score type and its lookup meaning.TEST_SEGMENT,SEGMENT_TYPE,SEGMENT_GROUP— test segment description and classification.SEGMENT_SCORE— segment-level test score.COMBINED_SCORE— composite score at the test result level.ACTIVE_INDand the WHO audit columns (CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN).
Common Use Cases and Queries
Typical uses include applicant scoring reports, admissions dashboards, and extracts filtered by score source or score type.
SELECT person_id, test_type, test_date,
score_source, score_type_meaning,
test_segment, segment_score, combined_score
FROM igs_ad_test_scores_v
WHERE score_source = '&score_source'
AND active_ind = 'Y';
Segment-level analysis can aggregate scores per segment group, while combined scores support ranking and cut-off evaluation.
SELECT person_id, test_type, MAX(combined_score) combined_score FROM igs_ad_test_scores_v GROUP BY person_id, test_type;
Because the object is obsolete and not implemented in current databases, these queries are primarily relevant for legacy 12.1.1 / 12.2.2 environments retaining historical IGS data.
-
View: IGS_AD_TEST_SCORES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TEST_SCORES_V, object_name:IGS_AD_TEST_SCORES_V, status:VALID, product: IGS - Student System , description: This view gives the detailed description for the test scores for the Students. , implementation_dba_data: APPS.IGS_AD_TEST_SCORES_V ,
-
View: IGS_AD_TEST_SCORES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view gives the detailed description for the test scores for the Students. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGR_PER_INFO_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_PER_INFO_001, status:VALID,
-
APPS.IGR_PER_INFO_001 SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_AD_TEST_SEGMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_TEST_SEGMENTS, status:VALID,
-
SYNONYM: APPS.IGS_AD_TST_RSLT_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_TST_RSLT_DTLS, status:VALID,
-
SYNONYM: APPS.IGS_AD_TEST_RESULTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_TEST_RESULTS, status:VALID,
-
SYNONYM: APPS.IGS_AD_CODE_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_CODE_CLASSES, status:VALID,
-
VIEW: APPS.IGS_AD_TEST_SCORES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TEST_SCORES_V, object_name:IGS_AD_TEST_SCORES_V, status:VALID,
-
PACKAGE BODY: APPS.IGR_PER_INFO_001
12.1.1
-
VIEW: APPS.IGS_LOOKUP_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUP_VALUES, object_name:IGS_LOOKUP_VALUES, status:VALID,
-
APPS.IGR_PER_INFO_001 dependencies on IGS_AD_TEST_SCORES_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,