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 ,
-
View: IGS_PE_PERSON_ID_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ID_TYPE_V, object_name:IGS_PE_PERSON_ID_TYPE_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_ID_TYPE_V ,
-
Table: IGS_FI_1098T_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_SETUP, object_name:IGS_FI_1098T_SETUP, status:VALID, product: IGS - Student System , description: Stores 1098-T reporting requirements setup information , implementation_dba_data: IGS.IGS_FI_1098T_SETUP ,
-
Table: IGS_SS_ADMAPPL_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADMAPPL_SETUP, object_name:IGS_SS_ADMAPPL_SETUP, status:VALID, product: IGS - Student System , description: This table holds the system administration setup details for self service admission application. There will be only one record in this table , implementation_dba_data: IGS.IGS_SS_ADMAPPL_SETUP ,
-
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_DA_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_SETUP, object_name:IGS_DA_SETUP, status:VALID, product: IGS - Student System , description: Single record table to store the configuration information for degree audit , implementation_dba_data: IGS.IGS_DA_SETUP ,
-
Table: IGS_PE_ALT_PERS_ID
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ALT_PERS_ID, object_name:IGS_PE_ALT_PERS_ID, status:VALID, product: IGS - Student System , description: This entity describes the other ids by which a person is known. eg. OLAA id, VTAC id, old id. , implementation_dba_data: IGS.IGS_PE_ALT_PERS_ID ,
-
View: IGS_PE_PID_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PID_TYPE_V, object_name:IGS_PE_PID_TYPE_V, status:VALID, product: IGS - Student System , description: IGS_PE_PID_TYPE_V describes the person identifier types in the system , implementation_dba_data: APPS.IGS_PE_PID_TYPE_V ,
-
View: IGSBV_ALTERNATE_IDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ALTERNATE_IDS, object_name:IGSBV_ALTERNATE_IDS, status:VALID, product: IGS - Student System , description: This entity contains information about the various alternate identifiers for a person. , implementation_dba_data: APPS.IGSBV_ALTERNATE_IDS ,
-
View: IGSFV_ALTERNATE_IDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ALTERNATE_IDS, object_name:IGSFV_ALTERNATE_IDS, status:VALID, product: IGS - Student System , description: This entity contains information about the various alternate identifiers for a person. , implementation_dba_data: APPS.IGSFV_ALTERNATE_IDS ,
-
Table: IGS_UC_DEFAULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_DEFAULTS, object_name:IGS_UC_DEFAULTS, status:VALID, product: IGS - Student System , description: Holds default values that will get applied to UCAS application records being imported into OSS . This table will always hold 1 record at any time , implementation_dba_data: IGS.IGS_UC_DEFAULTS ,
-
View: IGS_PE_PERSON_ID_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ID_TYP_V, object_name:IGS_PE_PERSON_ID_TYP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_ID_TYP_V ,
-
View: IGS_PE_ALT_PERS_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ALT_PERS_ID_V, object_name:IGS_PE_ALT_PERS_ID_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_ALT_PERS_ID_V ,
-
View: IGS_SS_PERSON_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_PERSON_SEARCH_V, object_name:IGS_SS_PERSON_SEARCH_V, status:VALID, product: IGS - Student System , description: The entity is used in Self Service to query for a Person , implementation_dba_data: APPS.IGS_SS_PERSON_SEARCH_V ,
-
View: IGS_SS_ADMAPPL_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_ADMAPPL_SETUP_V, object_name:IGS_SS_ADMAPPL_SETUP_V, status:VALID, product: IGS - Student System , description: This view is for Admission Applications Setup , implementation_dba_data: APPS.IGS_SS_ADMAPPL_SETUP_V ,
-
View: IGS_AS_SUAAI_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_HIST_V, object_name:IGS_AS_SUAAI_HIST_V, status:VALID, product: IGS - Student System , description: This view displays the context information for the student assessment items outcomes history. , implementation_dba_data: APPS.IGS_AS_SUAAI_HIST_V ,
-
View: IGS_PE_API_ALT_PERS_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_API_ALT_PERS_ID_V, object_name:IGS_PE_API_ALT_PERS_ID_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_API_ALT_PERS_ID_V ,
-
View: IGS_AS_SU_STMPTOUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_V, object_name:IGS_AS_SU_STMPTOUT_V, status:VALID, product: IGS - Student System , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: APPS.IGS_AS_SU_STMPTOUT_V ,