Search Results person_identifier
Overview
The view IGSBV_AD_ACT_STATS_PREDIC belongs to the IGS – Student System product family within Oracle E-Business Suite. It is catalogued in the ETRM metadata as an obsolete object, and the documentation explicitly records that it is not implemented in the database against which the reference material was captured. Functionally, the view exposes ACT (American College Testing) statistical test components together with their associated category details, filtered to records whose statistical type is 'PREDICTED'. In other words, it presents predicted ACT statistical outcomes — percentile rank, grade point average, and probability — joined to the person identifier of the student.
Within the Oracle EBS 12.1.1 / 12.2.2 reporting landscape, such a view served as a read-only presentation layer over the Student System tables, intended to support institutional reporting on standardized test prediction data. The WITH READ ONLY clause confirms the object is query-only and cannot be used for DML. Because the view is obsolete, it should be treated as a legacy component that may be absent from a fresh 12.2.2 installation, and any dependent custom report should be validated against the target instance before use.
Underlying Base Objects
The view definition references two base objects. The primary source is IGS_AD_ACT_STATISTICS (aliased ACTST), which stores ACT statistical test component records. The secondary source is IGS_PE_ALT_PERS_ID (aliased PEA), which holds alternate person identifiers — in this case the ACT identifier used to cross-reference the student.
The join is an outer join (PEA.API_PERSON_ID (+)) on a decoded key: the leading hyphen of ACT_IDENTIFIER is stripped before comparison, and the join is further constrained by PEA.PERSON_ID_TYPE(+) = 'ACTID'. The metadata lists no documented referenced base objects, and the owner is not specified, which is consistent with its obsolete status.
Key Columns
- PERSON_IDENTIFIER — the primary person key from
PEA.PE_PERSON_ID; this is the column most directly relevant to the user's search for person_identifier. - REPORTING_YEAR — the reporting year associated with the ACT statistic.
- ACT_IDENTIFIER — the ACT test identifier; leading hyphens are stripped during the join.
- TEST_TYPE and TEST_DATE_TXT — the test type and its textual test date.
- STATISTIC_CATEGORY_CODE — the raw lookup code for the statistic category.
- _LA:STATISTIC_CATEGORY and _LA:STATISTIC_CATEGORY_DESC — translated lookup meanings sourced from
IGS_LOOKUP_VALUESagainst theACT_STATISTIC_CATEGORYlookup type. - PERCENTILE_RANK, GRADE_POINT_AVERAGE, PROBABILITY — the predicted statistical measures.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
Typical use is institutional reporting on predicted ACT statistics keyed by person identifier. A representative query is:
SELECT person_identifier,
reporting_year,
act_identifier,
percentile_rank,
grade_point_average,
probability
FROM igsbv_ad_act_stats_predic
WHERE reporting_year = :year;
Because PERSON_IDENTIFIER derives from an outer join, callers should account for possible null values where no matching ACTID alternate identifier exists. Given the obsolete designation and the "not implemented" note, any query should first verify object existence via ALL_VIEWS before being deployed in a 12.1.1 or 12.2.2 environment.
-
APPS.ENG_PERSON SQL Statements
12.1.1
-
APPS.ENG_PERSON SQL Statements
12.2.2
-
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: OKL.OKL_OPEN_INT_ALL#
12.2.2
-
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: IGSFV_AD_ACT_PROFILES_OOCA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_PROFILES_OOCA, object_name:IGSFV_AD_ACT_PROFILES_OOCA, status:VALID, product: IGS - Student System , description: ACT profile components and category for type as Out of Class Accomplishments , implementation_dba_data: APPS.IGSFV_AD_ACT_PROFILES_OOCA ,
-
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: APPS.IGSFV_AD_ACT_STATS_INTEREST
12.1.1
-
VIEW: APPS.IGSBV_AD_ACT_STATS_INTEREST
12.1.1
-
VIEW: APPS.UMX_PERSON_PVT_V
12.1.1
-
View: IGSBV_AD_ACT_PROFILES_OOCA
12.2.2
product: IGS - Student System (Obsolete) , description: ACT profile components and category for type as Out of Class Accomplishments , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ACT_PROFILES_OOCA
12.2.2
product: IGS - Student System (Obsolete) , description: ACT profile components and category for type as Out of Class Accomplishments , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
PACKAGE BODY: APPS.ENG_PERSON
12.1.1
-
View: JTF_PARTIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_V ,
-
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: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.1.1
-
VIEW: APPS.IGSFV_AD_ACT_STATS_ACCOMP
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.ENG_PERSON
12.2.2
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.1.1
-
View: IGSBV_AD_ACT_PROFILES_OOCA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_PROFILES_OOCA, object_name:IGSBV_AD_ACT_PROFILES_OOCA, status:VALID, product: IGS - Student System , description: ACT profile components and category for type as Out of Class Accomplishments , implementation_dba_data: APPS.IGSBV_AD_ACT_PROFILES_OOCA ,
-
View: AMS_TAR_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_PERSON" List source type. , implementation_dba_data: APPS.AMS_TAR_PERSON_V ,
-
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: IGSBV_AD_ACT_STATS_SUBSCORE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_STATS_SUBSCORE, object_name:IGSBV_AD_ACT_STATS_SUBSCORE, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as Sub Test , implementation_dba_data: APPS.IGSBV_AD_ACT_STATS_SUBSCORE ,
-
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: IGSBV_AD_ACT_STATS_TEST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ACT_STATS_TEST, object_name:IGSBV_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.IGSBV_AD_ACT_STATS_TEST ,
-
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_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: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.2.2
-
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 ,
-
VIEW: APPS.IGSBV_AD_ACT_STATS_ACCOMP
12.1.1
-
View: UMX_PERSON_PVT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_PERSON_PVT_V, object_name:UMX_PERSON_PVT_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX to secure people stored in TCA , implementation_dba_data: APPS.UMX_PERSON_PVT_V ,
-
VIEW: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.1.1
owner:APPS, object_type:VIEW, object_name:XNB_SHIP_TO_CONTACT_NAME_V, status:VALID,
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.2.2
-
VIEW: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
-
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: IGSFV_AD_ACT_STATS_SUBSCORE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_STATS_SUBSCORE, object_name:IGSFV_AD_ACT_STATS_SUBSCORE, status:VALID, product: IGS - Student System , description: ACT Statistical Test Components and category details for type as Sub Test , implementation_dba_data: APPS.IGSFV_AD_ACT_STATS_SUBSCORE ,
-
VIEW: APPS.IGSBV_AD_ACT_PROFILES_OOCA
12.1.1
-
View: IGSFV_AD_ACT_PROFILES_SPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ACT_PROFILES_SPS, object_name:IGSFV_AD_ACT_PROFILES_SPS, status:VALID, product: IGS - Student System , description: ACT profile components and category details for type as SPS Questionnaire , implementation_dba_data: APPS.IGSFV_AD_ACT_PROFILES_SPS ,