Search Results dup_status
Overview
APPS.IGS_PE_PAIR_DUP_PERSON_V is a supplementary Oracle E-Business Suite view owned by the APPS schema and registered in FND Design Data as IGS.IGS_PE_PAIR_DUP_PERSON_V. Within the Oracle Student System / People Enterprise (IGS) product family, it is classified as a "supplementary view used to simplify forms coding." Oracle explicitly warns that this view should not be queried or altered directly, because its definition may change dramatically in subsequent minor or major releases. It is intended primarily to support Oracle Forms-based duplicate person review and resolution screens, not as a stable public interface for reporting or integration.
The view joins duplicate-person pair data with person demographic information, exposing fields that let a form display side-by-side demographic attributes for the actual person and the suspected duplicate, along with match metadata. Because the object is documented as a Forms-support view rather than a certified reporting interface, custom integrations should treat it as volatile.
Underlying Base Objects
ETRM documents the view as referencing the following objects:
- IGS_PE_DUP_PAIRS — the base duplicate-person pair table, supplying pair, batch, match-set and status identifiers.
- IGS_PE_PERSON_V — the person demographic view, supplying surname, given names, sex, birth date and alternate identifier data.
- IGS_PE_STAT_V — a status view contributing status-related attributes.
- IGS_EN_GEN_003 and IGS_EN_GEN_007 — generic code/validation objects referenced for descriptive or lookup purposes.
The view is not documented as being referenced by any other object, confirming its role as a terminal presentation layer for Forms rather than a shared dependency.
Key Columns
- ROW_ID — ROWID pseudo-column, used by Oracle Forms for row identification and locking.
- PERSON_ID / ACTUAL_PERSON_ID / DUPLICATE_PERSON_ID / DUPLICATE_PERSON_NUMBER — identifiers for the primary person and the suspected duplicate.
- SURNAME, GIVEN_NAMES, SEX, BIRTH_DT, ETHNIC_ORIGIN, PREF_ALTERNATE_ID — demographic attributes displayed for comparison in the duplicate-review form.
- DUPLICATE_PAIR_ID, BATCH_ID, MATCH_SET_ID, MATCH_CATEGORY — match-processing context identifying the pair, the batch run and the matching rule set.
- DUP_STATUS — status of the duplicate pair within the review workflow.
- ADDR_TYPE, LOCATION_ID, PERSON_ID_TYPE — address and identifier classification for the person record.
- OBSOLETE_ID, OBSOLETE — the column the user searched for; OBSOLETE_ID is a NUMBER(15) field and OBSOLETE a VARCHAR2 flag. These reflect the IGS convention of retaining legacy/obsoleted identifiers and flags on person-related views for backward compatibility; they generally carry no current business meaning and should not be used for new logic.
- SURNAME_5_CHAR, GIVEN_NAME_1_CHAR — documented as obsolete; abbreviated match keys for phonetic or partial-name matching.
- Standard WHO audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN).
Common Use Cases and Queries
The principal use case is diagnosing why a person appears as a duplicate and inspecting the demographic pair data. Because direct querying is not recommended by Oracle, production use should normally be limited to support and troubleshooting.
- Confirming which duplicate pairs reference a given person:
SELECT DUPLICATE_PAIR_ID, ACTUAL_PERSON_ID, DUPLICATE_PERSON_ID, DUP_STATUS, MATCH_CATEGORY FROM APPS.IGS_PE_PAIR_DUP_PERSON_V WHERE ACTUAL_PERSON_ID = :p_person_id OR DUPLICATE_PERSON_ID = :p_person_id;
- Reviewing a match batch:
SELECT BATCH_ID, MATCH_SET_ID, COUNT(*) FROM APPS.IGS_PE_PAIR_DUP_PERSON_V GROUP BY BATCH_ID, MATCH_SET_ID;
Given the volatility warning and the presence of clearly obsolete columns, any requirement for persistent duplicate-person reporting should be redirected to the underlying tables IGS_PE_DUP_PAIRS and the person tables, or to an Oracle-certified reporting interface, rather than this Forms-only supplementary view.
-
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: IGS_PE_DUP_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_PAIRS, object_name:IGS_PE_DUP_PAIRS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_DUP_PAIRS ,
-
View: IGS_PE_DUP_PAIRS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_DUP_PAIRS
12.1.1
-
VIEW: APPS.IGS_PE_DUP_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_PAIRS, object_name:IGS_PE_DUP_PAIRS, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.IGS_PE_PAIR_ACT_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PAIR_ACT_PERSON_V, object_name:IGS_PE_PAIR_ACT_PERSON_V, status:VALID,
-
TABLE: IGS.IGS_PE_DUP_PAIRS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_DUP_PAIRS_ALL, object_name:IGS_PE_DUP_PAIRS_ALL, status:VALID,
-
View: IGS_PE_PAIR_ACT_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.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_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, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PAIR_DUP_PERSON_V ,
-
View: IGS_PE_PAIR_ACT_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PAIR_ACT_PERSON_V, object_name:IGS_PE_PAIR_ACT_PERSON_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PAIR_ACT_PERSON_V ,
-
View: IGS_PE_DUP_PAIRS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PAIR_DUP_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_DUP_PAIRS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_DUP_PAIRS_PKG
12.1.1
-
APPS.IGS_PE_DUP_PAIRS_PKG dependencies on IGS_PE_DUP_PAIRS_ALL
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'. ,