Search Results igs_pe_person_id_typ
Overview
The IGS_PE_PERSON_ID_TYP table is a core reference table within the Oracle E-Business Suite's Student System (IGS). It functions as a master data repository that defines the various categories of identification numbers or codes that can be assigned to a person record. This table enables institutions to manage multiple identifiers for an individual beyond the primary system key, such as legacy IDs, identifiers from external agencies (e.g., OLAA, VTAC), or government-issued numbers. Its primary role is to provide a validated list of ID types, ensuring data consistency and integrity across all person-related transactions and records in the Student System.
Key Information Stored
The table's central column is PERSON_ID_TYPE, which serves as the primary key. This column stores the unique code representing a specific identification category. While the provided metadata does not list all columns, typical attributes for such a reference table would include a description field (e.g., DESCRIPTION) to provide a meaningful name for the ID type, control flags such as SYSTEM_IND (indicating if the type is system-generated), and columns for tracking data like CREATION_DATE and LAST_UPDATE_DATE. The table's structure is designed to be simple yet foundational, allowing for the flexible association of alternate identifiers to a core person entity.
Common Use Cases and Queries
This table is essential for setup, data validation, and reporting. Administrators use it to configure which ID types are available for assignment during person creation or data import processes. A common operational query involves joining this table to the IGS_PE_ALT_PERS_ID table to retrieve all alternate identifiers for a specific person. For reporting, it is used to translate ID type codes into human-readable descriptions. A typical SQL pattern is:
- SELECT pit.person_id_type, pit.description, api.alternate_id FROM igs_pe_person_id_typ pit, igs_pe_alt_pers_id api WHERE pit.person_id_type = api.person_id_type AND api.person_id = :p_person_id;
It is also critical in setup modules for Admissions, Data Access, and Tax Reporting (1098-T), where a default student ID type must be specified.
Related Objects
The IGS_PE_PERSON_ID_TYP table is referenced by numerous key tables across the Student System, as indicated by its foreign key relationships. The IGS_PE_ALT_PERS_ID table is the primary child table, storing the actual alternate ID values linked to a person. Other important dependencies include setup tables like IGS_DA_SETUP (Data Access), IGS_FI_1098T_SETUP (U.S. Tax Information), IGS_SS_ADMAPPL_SETUP (Admissions Application), and IGS_UC_DEFAULTS (UCAS Integration). The table IGS_AD_IMP_NEAR_MTCH_ALL (Admissions Import Near Match) also references it, highlighting its role in data matching and de-duplication processes during applicant import.
-
Table: IGS_PE_PERSON_ID_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERSON_ID_TYP, object_name:IGS_PE_PERSON_ID_TYP, status:VALID, product: IGS - Student System , description: This entity describes the type of person ids which may be attributed to a person. eg. OLAA id, VTAC id, old id. , implementation_dba_data: IGS.IGS_PE_PERSON_ID_TYP ,
-
Table: IGS_PE_PERSON_ID_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the type of person ids which may be attributed to a person. eg. OLAA id, VTAC id, old id. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_VAL_PIGM dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_PE_PERSON_ID_TYP_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_PE_ALT_PERS_ID_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_ST_GEN_004 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_AD_VAL_AA dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_AP_LI_ISIR_IMP_PROC dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_AD_IMP_007 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_PE_USERID_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_GE_MNT_SDTT dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_PE_PERSON_SS_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_HE_IMPORT_DATA dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_SL_GEN dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_SP_ASSIGN_PUB dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_EN_VAL_API dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_EN_VAL_API dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_EN_GEN_016 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_PS_FAC_CREDT_WRKLOAD dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_AW_LI_IMPORT dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_FI_GEN_006 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_PE_ALT_PERS_ID
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_PE_ALT_PERS_ID
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_EN_VAL_API SQL Statements
12.1.1
-
APPS.IGS_PE_VAL_PIGM dependencies on IGS_PE_ALT_PERS_ID
12.1.1
-
APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_PE_PERSON_ID_TYP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PE_PID_TYPE_V
12.1.1