Search Results given_names
Overview
IGS_PE_DUP_PAIRS_V is a database view owned by the APPS schema in Oracle E-Business Suite, delivering a denormalized, human-readable projection of duplicate person pairs identified by the Person/Entity matching process within the Oracle Student System (formerly Student Systems / OSS, now part of the Higher Education data model). It is defined over the intersection of the duplicate-pair staging table and three reference tables, exposing surrogate identifiers alongside concatenated person names that are generated on the fly via string concatenation of surname, title, and given names. Because it joins the base tables internally, the view spares developers and report authors from repeatedly coding the multi-table join between IGS_PE_DUP_PAIRS, IGS_PE_PERSON (twice, aliased as P1 and P2), and IGS_PE_MATCH_SETS.
The view supports duplicate-management reporting and integration: it surfaces both the "actual" person (the surviving record) and the "duplicate" person (the record flagged for merge or review), along with the matching category and status. It is therefore useful in person data quality dashboards, duplicate review worklists, and data-cleansing extracts.
Underlying Base Objects
The ETRM metadata for this view documents no referenced base objects, but the supplied view text establishes the following physical base tables explicitly:
- IGS_PE_DUP_PAIRS (alias DP) — the driving table holding one row per detected duplicate pair.
- IGS_PE_PERSON (alias P1) — the person record referenced by DP.ACTUAL_PERSON_ID.
- IGS_PE_PERSON (alias P2) — a second, self-join instance referenced by DP.DUPLICATE_PERSON_ID.
- IGS_PE_MATCH_SETS (alias MS) — provides the descriptive match-set name.
The join predicates are DP.ACTUAL_PERSON_ID = P1.PERSON_ID, DP.DUPLICATE_PERSON_ID = P2.PERSON_ID, and DP.MATCH_SET_ID = MS.MATCH_SET_ID. The view is read-only in effect and exposes DP.ROWID as ROW_ID.
Key Columns
- ROW_ID — the ROWID of the underlying IGS_PE_DUP_PAIRS row.
- DUPLICATE_PAIR_ID — primary key of the duplicate pair.
- BATCH_ID, MATCH_SET_ID, MATCH_SET_NAME — identify the matching run and the configured match set that produced the pair.
- ACTUAL_PERSON_ID / ACTUAL_PERSON_NUMBER — the retained person and their person number.
- DUPLICATE_PERSON_ID / DUPLICATE_PERSON_NUMBER — the suspected duplicate and their person number.
- ACT_PERSON_NAME / DUP_PERSON_NAME — concatenated "SURNAME, Title Given_Names" strings built from IGS_PE_PERSON. The
GIVEN_NAMEScolumn of IGS_PE_PERSON feeds directly into both name expressions, which is the relevant field for the user's "given_names" search. - MATCH_CATEGORY, DUP_STATUS — classification and workflow status of the duplicate.
- ADDR_TYPE, LOCATION_ID, PERSON_ID_TYPE, OBSOLETE_ID — address/location and identifier context for the pair.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
A typical use is listing open duplicate pairs with both names rendered, filtered by match set or status:
SELECT duplicate_pair_id, act_person_name, dup_person_name, match_category, dup_status FROM apps.igs_pe_dup_pairs_v WHERE dup_status = 'OPEN';SELECT batch_id, COUNT(*) FROM apps.igs_pe_dup_pairs_v GROUP BY batch_id;- Searching by a person's given name (as implied by the "given_names" query):
SELECT duplicate_pair_id, act_person_name, dup_person_name FROM apps.igs_pe_dup_pairs_v WHERE UPPER(act_person_name) LIKE '%' || UPPER(:given_names) || '%' OR UPPER(dup_person_name) LIKE '%' || UPPER(:given_names) || '%';
Because ACT_PERSON_NAME and DUP_PERSON_NAME are computed expressions, filtering on them prevents index use on GIVEN_NAMES; for performance, join IGS_PE_PERSON directly when searching large volumes.
-
VIEW: APPS.IGS_PE_DUP_PAIRS_V
12.1.1
-
View: IGS_PE_DUP_MATCHES_P_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_DUP_MATCHES_P_V is used for the duplicate information about persons. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_VAL_PAL
12.1.1
-
TABLE: IGS.IGS_PE_PERSON_ALIAS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERSON_ALIAS, object_name:IGS_PE_PERSON_ALIAS, status:VALID,
-
View: IGS_PE_DUP_MATCHES_PP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_MATCHES_PP_V, object_name:IGS_PE_DUP_MATCHES_PP_V, status:VALID, product: IGS - Student System , description: IGS_PE_DUP_MATCHES_PP_V is used for the duplicate information about persons. , implementation_dba_data: APPS.IGS_PE_DUP_MATCHES_PP_V ,
-
View: IGS_PE_DUP_MATCHES_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_MATCHES_P_V, object_name:IGS_PE_DUP_MATCHES_P_V, status:VALID, product: IGS - Student System , description: IGS_PE_DUP_MATCHES_P_V is used for the duplicate information about persons. , implementation_dba_data: APPS.IGS_PE_DUP_MATCHES_P_V ,
-
VIEW: APPS.IGS_PE_DUP_MATCHES_P_V
12.1.1
-
View: IGS_PE_DUP_PAIRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_PAIRS_V, object_name:IGS_PE_DUP_PAIRS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_DUP_PAIRS_V ,
-
View: IGS_AD_ALIAS_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_DUP_PERSON_V
12.1.1
-
VIEW: APPS.IGS_PE_DUP_MATCHES_PRIM_PA_V
12.1.1
-
View: IGS_PE_DUP_MATCHES_PRIM_PPA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains data of a person and his primary address.This view is used in duplicate matching of person. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_DUP_MATCHES_PP_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_DUP_MATCHES_PP_V is used for the duplicate information about persons. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ALIAS_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ALIAS_INT, object_name:IGS_AD_ALIAS_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ALIAS_INT ,
-
VIEW: APPS.IGS_AD_ALIAS_INT
12.1.1
-
View: IGS_PE_DUP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_PERSON_V, object_name:IGS_PE_DUP_PERSON_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_DUP_PERSON_V ,
-
View: IGS_AD_RELATIONS_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_DUP_MATCHES_PRIM_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_MATCHES_PRIM_PA_V, object_name:IGS_PE_DUP_MATCHES_PRIM_PA_V, status:VALID, product: IGS - Student System , description: Contains data of a person and his primary address.This view is used in duplicate matching of person. , implementation_dba_data: APPS.IGS_PE_DUP_MATCHES_PRIM_PA_V ,
-
View: IGSBV_UC_ENQUIRY_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_ENQUIRY_DETAILS, object_name:IGSBV_UC_ENQUIRY_DETAILS, status:VALID, product: IGS - Student System , description: Base View for basic person details of a UCAS applicant making an Extra or Clearing application. , implementation_dba_data: APPS.IGSBV_UC_ENQUIRY_DETAILS ,
-
View: IGS_PE_DUP_MATCHES_PPA_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_MATCHES_PPA_V is used for the duplicate information about persons. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_RELATIONS_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RELATIONS_INT, object_name:IGS_AD_RELATIONS_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_RELATIONS_INT ,
-
View: IGS_PE_DUP_MATCHES_PRIM_PA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains data of a person and his primary address.This view is used in duplicate matching of person. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_DUP_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_DUP_PAIRS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UC_ENQUIRY_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for basic person details of a UCAS applicant making an Extra or Clearing application. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_DUP_MATCHES_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_MATCHES_PA_V, object_name:IGS_PE_DUP_MATCHES_PA_V, status:VALID, product: IGS - Student System , description: IGS_PE_DUP_MATCHES_PA_V is used for the duplicate information about persons. , implementation_dba_data: APPS.IGS_PE_DUP_MATCHES_PA_V ,
-
VIEW: APPS.IGS_AD_ALIAS_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ALIAS_INT, object_name:IGS_AD_ALIAS_INT, status:VALID,
-
VIEW: APPS.IGS_PE_DUP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_PERSON_V, object_name:IGS_PE_DUP_PERSON_V, status:VALID,
-
VIEW: APPS.IGS_PE_DUP_MATCHES_PP_V
12.1.1
-
VIEW: APPS.IGS_PS_SCH_INSTR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_INSTR, object_name:IGS_PS_SCH_INSTR, status:VALID,
-
View: IGS_PE_DUP_MATCHES_PPA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_MATCHES_PPA_V, object_name:IGS_PE_DUP_MATCHES_PPA_V, status:VALID, product: IGS - Student System , description: IGS_PE_MATCHES_PPA_V is used for the duplicate information about persons. , implementation_dba_data: APPS.IGS_PE_DUP_MATCHES_PPA_V ,
-
VIEW: APPS.IGF_GR_PERSON_V
12.1.1
-
VIEW: APPS.IGSBV_UC_ENQUIRY_DETAILS
12.1.1
-
View: IGS_PE_DUP_MATCHES_PRIM_PPA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_MATCHES_PRIM_PPA_V, object_name:IGS_PE_DUP_MATCHES_PRIM_PPA_V, status:VALID, product: IGS - Student System , description: Contains data of a person and his primary address.This view is used in duplicate matching of person. , implementation_dba_data: APPS.IGS_PE_DUP_MATCHES_PRIM_PPA_V ,
-
VIEW: APPS.IGS_AD_RELATIONS_INT
12.1.1
-
View: IGS_PE_PERSON_LKUPV_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UC_ENQUIRY_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for basic person details of a UCAS applicant making an Extra or Clearing application. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_DUP_MATCHES_PA_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_DUP_MATCHES_PA_V is used for the duplicate information about persons. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_DUP_MATCHES_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_MATCHES_P_V, object_name:IGS_PE_DUP_MATCHES_P_V, status:VALID,
-
View: IGSFV_UC_ENQUIRY_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_ENQUIRY_DETAILS, object_name:IGSFV_UC_ENQUIRY_DETAILS, status:VALID, product: IGS - Student System , description: Full View for basic person details of a UCAS applicant making an Extra or Clearing application. , implementation_dba_data: APPS.IGSFV_UC_ENQUIRY_DETAILS ,
-
View: IGS_PE_PERSON_LKUPV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_LKUPV_V, object_name:IGS_PE_PERSON_LKUPV_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_LKUPV_V ,
-
TABLE: IGF.IGF_AP_OUTCORR_WF
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_OUTCORR_WF, object_name:IGF_AP_OUTCORR_WF, status:VALID,
-
VIEW: APPS.IGS_PE_DUP_MATCHES_PRIM_PPA_V
12.1.1
-
VIEW: APPS.IGS_PE_PAIR_DUP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PAIR_DUP_PERSON_V, object_name:IGS_PE_PAIR_DUP_PERSON_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_ALIAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ALIAS_V, object_name:IGS_PE_PERSON_ALIAS_V, status:VALID,
-
VIEW: APPS.IGS_PE_DUP_MATCHES_PA_V
12.1.1
-
VIEW: APPS.IGS_PR_DISPLAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_DISPLAY_V, object_name:IGS_PR_DISPLAY_V, status:VALID,
-
VIEW: APPS.IGS_SS_USEC_OCCURENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_USEC_OCCURENCES_V, object_name:IGS_SS_USEC_OCCURENCES_V, status:VALID,
-
VIEW: APPS.IGS_AD_IMP_PAR_MATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_PAR_MATCHES_V, object_name:IGS_AD_IMP_PAR_MATCHES_V, status:VALID,
-
View: IGS_AD_INTERFACE_DTL_DSCP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created for implementing Detail Discrepancy Rule, basing on IGS_AD_INTERFACE_ALL table , implementation_dba_data: Not implemented in this database ,