Search Results admn_term
Overview
APPS.IGF_AP_RECORD_MATCH_V is a reporting and integration view in Oracle E-Business Suite that exposes the full column set of the IGF_AP_RECORD_MATCH base table. Within the Oracle Financial Aid (IGF) product family, "AP" denotes the Applicant/Applicant Processing context, and the underlying table stores record-matching configuration and result data used by the financial aid matching engine to identify duplicate or related applicant records. The view is defined as a straightforward SELECT projection over the single base table, exposing all twenty-nine columns without filtering, joining, or transformation.
In EBS 12.1.1 and 12.2.2, such views exist primarily to provide a stable, read-only interface for concurrent programs, self-service pages, and external integrations that must query match data without depending directly on base-table DDL. Because the view presents the base table's complete column list, it also serves as a convenient inspection point for developers validating match configuration.
Underlying Base Objects
The view is defined over exactly one object, documented as IGF_AP_RECORD_MATCH. No joins, unions, or referenced secondary objects appear in the ETRM view text. The complete definition is:
SELECT row_id, arm_id, ssn, given_name, surname, birth_dt, address, city, zip, min_score_auto_fa, min_score_rvw_fa, admn_term, created_by, creation_date, last_updated_by, last_update_date, last_update_login, match_code, match_desc, gender_num, email_num, enabled_flag, given_name_mt_txt, surname_mt_txt, birth_dt_mt_txt, address_mt_txt, city_mt_txt, zip_mt_txt, GENDER_MT_TXT, EMAIL_MT_TXT FROM igf_ap_record_match
Because the view is a one-to-one projection, its row count, cardinality, and predicates are identical to those of IGF_AP_RECORD_MATCH. Users of the view inherit the base table's WHO audit columns (created_by, creation_date, last_updated_by, last_update_date, last_update_login) and its ROW_ID pseudo-key.
Key Columns
The view exposes identity, matching-configuration, and match-key attributes. Notable columns include:
ROW_ID— unique row identifier for the match record.ARM_ID— identifier linking the record to the applicant record-match master setup.SSN,GIVEN_NAME,SURNAME,BIRTH_DT,ADDRESS,CITY,ZIP— the demographic matching attributes.MIN_SCORE_AUTO_FA,MIN_SCORE_RVW_FA— thresholds controlling automatic match versus manual review flagging.MATCH_CODE,MATCH_DESC— the match classification and its description.GENDER_NUM,EMAIL_NUM,ENABLED_FLAG— supporting attributes and activation status.GIVEN_NAME_MT_TXT,SURNAME_MT_TXT,BIRTH_DT_MT_TXT,ADDRESS_MT_TXT,CITY_MT_TXT,ZIP_MT_TXT,GENDER_MT_TXT,EMAIL_MT_TXT— these "_MT_TXT" columns hold the match-transformation text, i.e. the normalized or phonetic representation of each attribute used by the matching algorithm. This is directly relevant to the search termgiven_name_mt_txt.
Common Use Cases and Queries
Typical usage includes diagnosing why a given applicant pair did or did not match, auditing configured score thresholds, and extracting match results for reporting. A representative query locating a specific match transformation follows:
SELECT arm_id, given_name, given_name_mt_txt, surname, surname_mt_txt, match_code FROM apps.igf_ap_record_match_v WHERE given_name_mt_txt IS NOT NULL;
Because the view performs no filtering, callers must supply their own predicates on ARM_ID, MATCH_CODE, or ENABLED_FLAG to restrict results. Integration code should treat the view as read-only, as it carries no INSTEAD OF trigger.
-
VIEW: APPS.IGF_AP_RECORD_MATCH_V
12.1.1
-
View: IGF_AP_RECORD_MATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_RECORD_MATCH_V, object_name:IGF_AP_RECORD_MATCH_V, status:VALID, product: IGF - Financial Aid , description: Retrieves the person attributes which are to be used for matching new ISIR or Profile record with existing person , implementation_dba_data: APPS.IGF_AP_RECORD_MATCH_V ,
-
View: IGF_AP_RECORD_MATCH_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the person attributes which are to be used for matching new ISIR or Profile record with existing person , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_RECORD_MATCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_RECORD_MATCH, object_name:IGF_AP_RECORD_MATCH, status:VALID, product: IGF - Financial Aid , description: Retrieves the person attributes which are to be used for matching new ISIR or Profile record with existing person , implementation_dba_data: APPS.IGF_AP_RECORD_MATCH ,
-
View: IGF_AP_RECORD_MATCH
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the person attributes which are to be used for matching new ISIR or Profile record with existing person , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_RECORD_MATCH
12.1.1
-
VIEW: APPS.IGF_AP_RECORD_MATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_RECORD_MATCH_V, object_name:IGF_AP_RECORD_MATCH_V, status:VALID,
-
VIEW: APPS.IGF_AP_RECORD_MATCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_RECORD_MATCH, object_name:IGF_AP_RECORD_MATCH, status:VALID,
-
TABLE: IGF.IGF_AP_RECORD_MATCH_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_RECORD_MATCH_ALL, object_name:IGF_AP_RECORD_MATCH_ALL, status:VALID,
-
APPS.IGF_AP_RECORD_MATCH_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_RECORD_MATCH_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,