Search Results igs_ad_act_assessments
Overview
IGS.IGS_AD_ACT_ASSESSMENTS is a Student System (IGS) staging and reference table within Oracle E-Business Suite 12.1.1 and 12.2.2 that stores ACT assessment records for persons associated with student recruiting and admissions processing. Its documented description is "ACT assessment details of persons with Reporting Year, Test Date and Test Type." The object resides in the IGS schema and holds 33 documented columns in the ETRM 12.1.1 physical schema. It typically captures data imported from external ACT test score files via batch interfaces, providing the admissions office with standardized test results used in prospect and applicant evaluation.
From a heuristic Data Vault modeling perspective, IGS_AD_ACT_ASSESSMENTS is classified as hub-leaning. Its four-part primary key (REPORTING_YEAR, ACT_IDENTIFIER, TEST_TYPE, TEST_DATE_TXT) behaves as a composite business key that uniquely identifies each assessment event, making the table a natural candidate for a hub entity with the descriptive ACT attributes modeled as satellites.
Key Information Stored
- REPORTING_YEAR — the cycle year in which the assessment was reported; part of the primary key.
- ACT_IDENTIFIER — the unique identifier assigned to the ACT record or person; part of the primary key.
- TEST_TYPE — classification of the ACT test administered; part of the primary key.
- TEST_DATE_TXT — the test administration date stored in text form; part of the primary key.
- ACT_BATCH_ID — identifies the inbound interface batch that loaded the record.
- INTERFACE_TRANSFER_DATE — timestamp of transfer into the EBS interface layer.
- LAST_NAME, FIRST_NAME, MIDDLE_INITIAL — person name components from the source file.
- DATE_OF_BIRTH_TXT, GENDER — demographic attributes of the assessed person.
- HIGH_SCHOOL_CODE, HIGH_SCHOOL_GRADUATION — school identification and graduation year.
- SUM_OF_SCALE_SCORES — composite ACT score, a principal reporting metric.
- COLLEGE_CHOICE, COLLEGE_CODE — institutions the student designated for score reporting.
- LOCAL_IDENTIFIER — institution-assigned cross-reference to the local person record.
- CORRECTED_REPORT_IND, RELEASE, NORMS_TYPE — flags and codes indicating record revision and norming context.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
The unique index IGS_AD_ACT_ASSESSMENTS_PK on the four columns listed above serves as the business-key candidate; the table itself does not expose a single-column surrogate key in the documented metadata.
Common Use Cases and Queries
Admissions and institutional research teams query this table to load and validate ACT score data, reconcile inbound batches, and feed downstream applicant evaluation. A representative query joins the assessments to profile data by the shared key columns:
SELECT a.REPORTING_YEAR, a.ACT_IDENTIFIER, a.TEST_TYPE,
a.TEST_DATE_TXT, a.SUM_OF_SCALE_SCORES, a.LOCAL_IDENTIFIER
FROM IGS.IGS_AD_ACT_ASSESSMENTS a
WHERE a.REPORTING_YEAR = :p_year
AND a.TEST_TYPE = :p_test_type;
Common scenarios include:
- Batch monitoring: grouping records by
ACT_BATCH_IDto confirm successful interface transfer. - Score distribution reporting: aggregating
SUM_OF_SCALE_SCORESbyREPORTING_YEARorHIGH_SCHOOL_CODE. - Duplicate detection: identifying multiple rows per
LOCAL_IDENTIFIERacross test types. - Correction handling: filtering on
CORRECTED_REPORT_INDto apply revised scores.
Related Objects
- IGS_AD_ACT_PROFILES — the primary child table, joined on
REPORTING_YEAR,ACT_IDENTIFIER,TEST_TYPE, andTEST_DATE_TXT; profile rows reference the composite key of this table. - IGS_AD_INTERFACES / ACT batch staging tables — feed rows into this table via the
ACT_BATCH_IDand interface transfer process. - IGS_AD_PROSPECTS and the HZ person model — linked indirectly through
LOCAL_IDENTIFIERfor person resolution. - IGS_AD_APPLICATIONS — consumes ACT scores during applicant evaluation and admissions decisions.
- FND audit and concurrent manager objects — invoked through the standard EBS who-columns and the interface transfer date.
-
Table: IGS_AD_ACT_ASSESSMENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACT_ASSESSMENTS, object_name:IGS_AD_ACT_ASSESSMENTS, status:VALID, product: IGS - Student System , description: ACT assessment details of persons with Reporting Year, Test Date and Test Type , implementation_dba_data: IGS.IGS_AD_ACT_ASSESSMENTS ,
-
Table: IGS_AD_ACT_ASSESSMENTS
12.2.2
product: IGS - Student System (Obsolete) , description: ACT assessment details of persons with Reporting Year, Test Date and Test Type , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AD_ACT_ASSESSMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ACT_ASSESSMENTS, status:VALID,
-
VIEW: APPS.IGSFV_AD_ACT_ASSESSMENTS
12.1.1
-
VIEW: APPS.IGSBV_AD_ACT_ASSESSMENTS
12.1.1
-
Table: IGS_AD_ACT_PROFILES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACT_PROFILES, object_name:IGS_AD_ACT_PROFILES, status:VALID, product: IGS - Student System , description: ACT profile components with profile type and corresponding category details , implementation_dba_data: IGS.IGS_AD_ACT_PROFILES ,
-
Table: IGS_AD_ACT_PROFILES
12.2.2
product: IGS - Student System (Obsolete) , description: ACT profile components with profile type and corresponding category details , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_AD_ACT_ASSESSMENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_ACT_ASSESSMENTS_PKG, status:VALID,
-
TABLE: IGS.IGS_AD_ACT_ASSESSMENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACT_ASSESSMENTS, object_name:IGS_AD_ACT_ASSESSMENTS, status:VALID,
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_ACT_ASSESSMENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ACT_ASSESSMENTS_PKG, status:VALID,
-
View: IGSBV_AD_ACT_ASSESSMENTS
12.2.2
product: IGS - Student System (Obsolete) , description: ACT assessment details of persons with Reporting Year, Test Date and Test Type , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ACT_ASSESSMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_ASSESSMENTS, object_name:IGSFV_AD_ACT_ASSESSMENTS, status:VALID, product: IGS - Student System , description: ACT assessment details of persons with Reporting Year, Test Date and Test Type , implementation_dba_data: APPS.IGSFV_AD_ACT_ASSESSMENTS ,
-
View: IGSFV_AD_ACT_ASSESSMENTS
12.2.2
product: IGS - Student System (Obsolete) , description: ACT assessment details of persons with Reporting Year, Test Date and Test Type , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_ASSESSMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_ASSESSMENTS, object_name:IGSBV_AD_ACT_ASSESSMENTS, status:VALID, product: IGS - Student System , description: ACT assessment details of persons with Reporting Year, Test Date and Test Type , implementation_dba_data: APPS.IGSBV_AD_ACT_ASSESSMENTS ,
-
VIEW: APPS.IGSBV_AD_ACT_ASSESSMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_ASSESSMENTS, object_name:IGSBV_AD_ACT_ASSESSMENTS, status:VALID,
-
VIEW: APPS.IGSFV_AD_ACT_ASSESSMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_ASSESSMENTS, object_name:IGSFV_AD_ACT_ASSESSMENTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ACT_ASSESSMENTS_PKG
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_ACT_ASSESSMENTS
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_ACT_ASSESSMENTS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_ACT_ASSESSMENTS_S
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on DUAL
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_CODE_CLASSES
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'. ,
-
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'. ,