Search Results igs_pe_match_sets_all
Overview
The IGS_PE_MATCH_SETS_ALL table is a core data structure within the Oracle E-Business Suite (EBS) Student System (IGS), specifically in versions 12.1.1 and 12.2.2. As indicated by its description, this table stores the definition of match set criteria configured by users. A match set is a collection of rules used to identify potential duplicate records, most commonly applied during data import or validation processes to prevent the creation of redundant person or student entities. Its role is to centralize the configuration of matching logic, such as comparing names, dates of birth, or addresses, which can then be referenced by various system interfaces and batch processes. It is important to note that the IGS module is marked as obsolete in the provided documentation, indicating this table is part of a legacy code path.
Key Information Stored
The table's primary purpose is to define and identify unique match sets. The key columns, as defined by its primary and unique keys, are MATCH_SET_ID and MATCH_SET_NAME. The MATCH_SET_ID serves as the system-generated, numeric primary identifier for the match set configuration. The MATCH_SET_NAME is a user-defined, unique textual identifier for the match set, allowing for easy reference in setup screens and process parameters. While the provided metadata does not detail all columns, a table of this nature would typically include descriptive columns, an active indicator, creation and last update dates, and potentially columns controlling the match algorithm's sensitivity or the weighting of different criteria.
Common Use Cases and Queries
The primary use case for this table is managing the configuration of duplicate checking rules within the Student System. Administrators would query this table to review or audit existing match sets. Common operational queries include listing all active match sets or finding the identifier for a specific set by name. For example, a support query to identify all configured match sets would use: SELECT match_set_id, match_set_name FROM igs_pe_match_sets_all WHERE NVL(end_date, SYSDATE) >= SYSDATE ORDER BY match_set_name;. During troubleshooting of data import errors related to duplicate checking, a developer might join this table to the interface control tables to verify which match set criteria were applied to a specific batch process.
Related Objects
Based on the documented foreign key relationships, the IGS_PE_MATCH_SETS_ALL table is referenced by at least two other tables in the Student System interface architecture. These relationships demonstrate how a defined match set is applied operationally:
- IGS_AD_INTERFACE_CTL: This interface control table references IGS_PE_MATCH_SETS_ALL via the MATCH_SET_ID column. This links a specific data import batch or interface process to the duplicate checking rules it should employ.
- IGS_AD_IMP_NEAR_MTCH_ALL: This table, likely storing records of near matches found during import, also references IGS_PE_MATCH_SETS_ALL via MATCH_SET_ID. This links individual potential duplicate records back to the specific set of criteria that identified them.
-
Table: IGS_PE_MATCH_SETS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the match set criteria configured by the user , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_MATCH_SETS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_MATCH_SETS_ALL, object_name:IGS_PE_MATCH_SETS_ALL, status:VALID, product: IGS - Student System , description: Describes the match set criteria configured by the user , implementation_dba_data: IGS.IGS_PE_MATCH_SETS_ALL ,
-
APPS.IGS_PE_DUP_PERSON dependencies on IGS_PE_MATCH_SETS_ALL
12.1.1
-
APPS.IGS_PE_MATCH_SETS_PKG dependencies on IGS_PE_MATCH_SETS_ALL
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_PE_MATCH_SETS_ALL
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_PE_MATCH_SETS_ALL
12.1.1
-
APPS.IGS_PE_DUP_PERSON dependencies on IGS_PE_SRC_TYPES
12.1.1
-
SYNONYM: APPS.IGS_PE_MATCH_SETS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_MATCH_SETS_ALL, status:VALID,
-
APPS.IGS_PE_DUP_PERSON dependencies on IGS_PE_MATCH_SETS
12.1.1
-
APPS.IGS_PE_MATCH_SETS_PKG dependencies on IGS_PE_MATCH_SETS_PKG
12.1.1
-
VIEW: APPS.IGS_PE_MATCH_SETS
12.1.1
-
APPS.IGS_PE_MATCH_SETS_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PE_MATCH_SETS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_MATCH_SETS_ALL, object_name:IGS_PE_MATCH_SETS_ALL, status:VALID,
-
APPS.IGS_PE_MATCH_SETS_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
Table: IGS_AD_IMP_NEAR_MTCH_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_IMP_NEAR_MTCH_ALL, object_name:IGS_AD_IMP_NEAR_MTCH_ALL, status:VALID, product: IGS - Student System , description: Holds details about the near match between the imported data and existing data , implementation_dba_data: IGS.IGS_AD_IMP_NEAR_MTCH_ALL ,
-
Table: IGS_AD_INTERFACE_CTL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds import interface run details when admissions data is imported into system , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_INTERFACE_CTL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_INTERFACE_CTL, object_name:IGS_AD_INTERFACE_CTL, status:VALID, product: IGS - Student System , description: Holds import interface run details when admissions data is imported into system , implementation_dba_data: IGS.IGS_AD_INTERFACE_CTL ,
-
PACKAGE BODY: APPS.IGS_PE_DUP_PERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_DUP_PERSON, status:VALID,
-
Table: IGS_AD_IMP_NEAR_MTCH_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details about the near match between the imported data and existing data , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PE_MATCH_SETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_MATCH_SETS_PKG, status:VALID,
-
View: IGS_PE_MATCH_SETS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_MATCH_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_MATCH_SETS, object_name:IGS_PE_MATCH_SETS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_MATCH_SETS ,
-
APPS.IGS_AD_IMP_002 dependencies on IGS_PE_MTCH_SET_DATA_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_MATCH_SETS_PKG
12.1.1
-
APPS.IGS_PE_DUP_PERSON SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_001, status:VALID,
-
VIEW: APPS.IGS_PE_MATCH_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_MATCH_SETS, object_name:IGS_PE_MATCH_SETS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_002, status:VALID,
-
APPS.IGS_AD_IMP_002 dependencies on IGS_PE_MTCH_SET_DATA
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_DUP_PERSON
12.1.1
-
APPS.IGS_AD_IMP_001 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_001
12.1.1
-
APPS.IGS_AD_IMP_002 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_002
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'. ,
-
12.1.1 DBA Data
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'. ,