Search Results igsfv_ad_act_stats_test
Overview
IGSFV_AD_ACT_STATS_TEST is a read-only Oracle EBS view belonging to the IGS (Student System) product family, which is documented as obsolete in ETRM for releases 12.1.1 and 12.2.2. The view exposes ACT (American College Testing) statistical test components together with their associated statistical category details, restricted to records whose statistic type is "Test". It is intended for institutional reporting and downstream integration where a flattened, display-ready representation of ACT test scores, norms, and category descriptions is required without directly joining the numerous base tables.
The view is explicitly declared WITH READ ONLY, so consumers must treat it purely as a query surface. The ETRM documentation further notes that the object is "Not implemented in this database," meaning its presence depends on whether the IGS Student System module has been installed and configured for ACT statistical processing. In practice it surfaces as part of legacy student-records reporting rather than as a supported integration interface.
Underlying Base Objects
The view text references the following base objects:
- IGS_AD_ACT_STATISTICS (ACTST) — the primary driver table, filtered on
STATISTIC_TYPE = 'TEST'. It supplies ACT identifiers, test type codes, reporting year, category, score, national norm, description, and audit columns. - IGS_PE_ALT_PERS_ID (PEA) — joined via an outer join (
API_PERSON_ID (+)) withPERSON_ID_TYPE = 'ACTID'to resolve the person identifier. - IGS_LOOKUP_VALUES (LKP) and IGS_AD_TEST_SEGMENTS (TSG) — used within a correlated scalar subquery to derive the SEGMENT_GROUP value by matching lookup type
ACT_STATISTIC_CATEGORYagainst the segment table by test segment name and decoded admission test type.
The IGS_AD_TEST_SEGMENTS object is the direct source of the SEGMENT_GROUP attribute that the user query targeted, linking each statistic category to a test segment based on the decoded ACT test type (DANTES, INTERNATIONAL, INSTITUTION, RESIDUAL, STATE, ARRANGED, or NATIONAL).
Key Columns
- PERSON_IDENTIFIER — person ID resolved from the alternate ACT identifier.
- SEGMENT_GROUP — derived from IGS_AD_TEST_SEGMENTS via the lookup and test-type decode; the focal column for "segment_group" searches.
- REPORTING_YEAR, ACT_IDENTIFIER, TEST_TYPE, TEST_DATE_TXT — identify the ACT record and its administration details.
- STATISTIC_CATEGORY_CODE, _LA:STATISTIC_CATEGORY, _LA:STATISTIC_CATEGORY_DESC — category code plus language-attribute (translated) meaning and description.
- SCORE, NATIONAL_NORM, DESCRIPTION — the statistical test results and descriptive text.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
Typical usage includes extracting ACT test statistics for a reporting year, verifying segment group assignment against admission test types, and feeding data extracts for institutional research. A representative query isolating the segment group is:
SELECT person_identifier, segment_group, reporting_year, test_type, score FROM igsfv_ad_act_stats_test WHERE reporting_year = :year;SELECT segment_group, COUNT(*) FROM igsfv_ad_act_stats_test GROUP BY segment_group;SELECT act_identifier, statistic_category_code, _LA:STATISTIC_CATEGORY_DESC, national_norm FROM igsfv_ad_act_stats_test WHERE test_type = 'N';
Because the view is read-only and legacy, queries should be restricted to installations where the IGS Student System is present; otherwise the object will not resolve.
-
View: IGSFV_AD_ACT_STATS_TEST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_TEST, object_name:IGSFV_AD_ACT_STATS_TEST, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as Test , implementation_dba_data: APPS.IGSFV_AD_ACT_STATS_TEST ,
-
View: IGSFV_AD_ACT_STATS_TEST
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as Test , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AD_ACT_STATISTICS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ACT_STATISTICS, status:VALID,
-
SYNONYM: APPS.IGS_AD_TEST_SEGMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_TEST_SEGMENTS, status:VALID,
-
VIEW: APPS.IGSFV_AD_ACT_STATS_TEST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_TEST, object_name:IGSFV_AD_ACT_STATS_TEST, status:VALID,
-
SYNONYM: APPS.IGS_PE_ALT_PERS_ID
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_ALT_PERS_ID, status:VALID,
-
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,
-
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'. ,