Search Results statistic_type
Overview
IGSFV_AD_ACT_STATS_ACCOMP is a read-only Oracle EBS view owned by the APPS schema and defined in the Oracle Student System (IGS) product family, part of the Student Information / Academic Records module set. It presents achievement-type admission test statistics ("accomplishment" records) associated with a person, and is the primary reporting and integration access point for this subset of statistics data. Because the view is created WITH READ ONLY, it is intended strictly for query, extraction, and concurrent-program reporting; it cannot be used for DML, and any data maintenance must be performed against the underlying base tables. Typical consumers are Discoverer/OBIEE reports, XML Publisher layouts, inbound/outbound interfaces, and custom APIs that need a stable name for what would otherwise be a multi-table join.
Underlying Base Objects
The view is a two-table join, filtered on STATISTIC_TYPE = 'ACCOMPLISHMENT':
- IGS_AD_ACT_STATISTICS (aliased
ACTST): the driving table, holding admission test statistics — reporting year, ACT identifier, test type, test date text, statistic category, and score. The STATISTIC_TYPE column on this table is the discriminator that limits the view to accomplishment records. - IGS_PE_ALT_PERS_ID (aliased
PEA): the alternate person identifier table, providing the internal PERSON_ID. It is joined with an outer-join (+) on API_PERSON_ID, and further restricted to PERSON_ID_TYPE = 'ACTID'.
The join key is derived: DECODE(SUBSTR(ACTST.ACT_IDENTIFIER,1,1),'-',SUBSTR(ACTST.ACT_IDENTIFIER,2),ACTST.ACT_IDENTIFIER) = PEA.API_PERSON_ID (+). A leading hyphen on the ACT identifier is stripped before matching, so records are matched with or without that prefix. Because the person table is outer-joined, an accomplishment statistic is still returned even when no matching ACTID person record exists. Note that no base objects are enumerated in the ETRM metadata excerpt for this view, so the two tables above are identified from the view text itself.
Key Columns
- PERSON_IDENTIFIER — sourced from PEA.PE_PERSON_ID; the internal person ID resolved through the alternate identifier join, null when no ACTID match exists.
- REPORTING_YEAR — the admission/reporting cycle for the statistic.
- ACT_IDENTIFIER — the external ACT identification string stored on the statistic record.
- TEST_TYPE and TEST_DATE_TXT — the test classification and the date as free text.
- STATISTIC_CATEGORY_CODE — the raw category code from ACTST.STATISTIC_CATEGORY.
- _LA:STATISTIC_CATEGORY / _LA:STATISTIC_CATEGORY_DESC — pseudo-columns carrying the lookup metadata path to IGS_LOOKUP_VALUES for lookup type ACT_STATISTIC_CATEGORY, enabling the reporting tool to resolve the category meaning and description at runtime.
- SCORE — the achievement score.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
A key reason users search for "statistic_type" against this view is that the literal value is hard-coded rather than exposed as a column: the filter STATISTIC_TYPE = 'ACCOMPLISHMENT' is baked into the view definition, so the view returns only accomplishment statistics. Other statistic types are retrieved from the base table IGS_AD_ACT_STATISTICS directly. Typical queries include:
- Reporting a person's accomplishment scores for a reporting year:
SELECT act_identifier, test_type, statistic_category_code, score FROM igsfv_ad_act_stats_accomp WHERE reporting_year = :year; - Resolving category meaning via the lookup table IGS_LOOKUP_VALUES on lookup type ACT_STATISTIC_CATEGORY.
- Detecting unmatched identifiers (PERSON_IDENTIFIER IS NULL) caused by the outer join and the ACTID type restriction.
Because the view is read-only and driven by a single hard-coded statistic type, it should be treated as a stable reporting interface; any requirement to see other statistic types, or to write data, must be addressed against the underlying IGS_AD_ACT_STATISTICS and IGS_PE_ALT_PERS_ID tables.
-
VIEW: APPS.IGSFV_AD_ACT_STATS_ACCOMP
12.1.1
-
TABLE: IGS.IGS_AD_ACT_STATISTICS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACT_STATISTICS, object_name:IGS_AD_ACT_STATISTICS, status:VALID,
-
VIEW: APPS.IGSBV_AD_ACT_STATS_ACCOMP
12.1.1
-
VIEW: APPS.IGSFV_AD_ACT_STATS_INTEREST
12.1.1
-
VIEW: APPS.IGSBV_AD_ACT_STATS_INTEREST
12.1.1
-
VIEW: APPS.IGSBV_AD_ACT_STATS_PREDIC
12.1.1
-
VIEW: APPS.IGSFV_AD_ACT_STATS_HIGHSCH
12.1.1
-
VIEW: APPS.IGSFV_AD_ACT_STATS_PREDIC
12.1.1
-
VIEW: APPS.IGSBV_AD_ACT_STATS_HIGHSCH
12.1.1
-
Table: IGS_AD_ACT_STATISTICS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACT_STATISTICS, object_name:IGS_AD_ACT_STATISTICS, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components with statistic type and category details , implementation_dba_data: IGS.IGS_AD_ACT_STATISTICS ,
-
Table: IGS_AD_ACT_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components with statistic type and category details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ACT_STATS_ACCOMP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_ACCOMP, object_name:IGSFV_AD_ACT_STATS_ACCOMP, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type Accomplishments , implementation_dba_data: APPS.IGSFV_AD_ACT_STATS_ACCOMP ,
-
View: IGSBV_AD_ACT_STATS_INTEREST
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as Interest , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_STATS_ACCOMP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_STATS_ACCOMP, object_name:IGSBV_AD_ACT_STATS_ACCOMP, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type Accomplishments , implementation_dba_data: APPS.IGSBV_AD_ACT_STATS_ACCOMP ,
-
View: IGSFV_AD_ACT_STATS_INTEREST
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as Interest , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_STATS_PREDIC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_STATS_PREDIC, object_name:IGSBV_AD_ACT_STATS_PREDIC, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as predicted , implementation_dba_data: APPS.IGSBV_AD_ACT_STATS_PREDIC ,
-
View: IGSFV_AD_ACT_STATS_PREDIC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_PREDIC, object_name:IGSFV_AD_ACT_STATS_PREDIC, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as predicted , implementation_dba_data: APPS.IGSFV_AD_ACT_STATS_PREDIC ,
-
View: IGSFV_AD_ACT_STATS_ACCOMP
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type Accomplishments , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_STATS_ACCOMP
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type Accomplishments , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_STATS_PREDIC
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as predicted , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_STATS_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_STATS_INTEREST, object_name:IGSBV_AD_ACT_STATS_INTEREST, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as Interest , implementation_dba_data: APPS.IGSBV_AD_ACT_STATS_INTEREST ,
-
View: IGSFV_AD_ACT_STATS_HIGHSCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_HIGHSCH, object_name:IGSFV_AD_ACT_STATS_HIGHSCH, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as High School , implementation_dba_data: APPS.IGSFV_AD_ACT_STATS_HIGHSCH ,
-
View: IGSFV_AD_ACT_STATS_INTEREST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_INTEREST, object_name:IGSFV_AD_ACT_STATS_INTEREST, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as Interest , implementation_dba_data: APPS.IGSFV_AD_ACT_STATS_INTEREST ,
-
View: IGSFV_AD_ACT_STATS_PREDIC
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as predicted , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_STATS_HIGHSCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_STATS_HIGHSCH, object_name:IGSBV_AD_ACT_STATS_HIGHSCH, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as High School , implementation_dba_data: APPS.IGSBV_AD_ACT_STATS_HIGHSCH ,
-
View: IGSFV_AD_ACT_STATS_HIGHSCH
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as High School , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ACT_STATS_HIGHSCH
12.2.2
product: IGS - Student System (Obsolete) , description: ACT Statistical Test Components and category details for type as High School , implementation_dba_data: Not implemented in this database ,
-
APPS.OKS_IMPORT_REPORT SQL Statements
12.1.1
-
APPS.OKS_IMPORT_REPORT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IGS_AD_ACT_ASSESSMENTS_PKG
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKS_IMPORT_REPORT
12.1.1
-
PACKAGE BODY: APPS.OKS_IMPORT_REPORT
12.2.2
-
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.OKS_IMPORT_REPORT dependencies on FND_LOOKUPS
12.1.1
-
APPS.OKS_IMPORT_REPORT dependencies on FND_LOOKUPS
12.2.2
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_IMP_BATCH_DET
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'. ,