Search Results s_person_id_type
Overview
The IGS_PE_PERSON_ID_TYP_V view is a reporting and integration object within the Oracle Student System (IGS) product family of Oracle E-Business Suite. Owned by the APPS schema and validated in ETRM for releases 12.1.1 and 12.2.2, the view consolidates person identification type definitions with associated institution and lookup context. Rather than requiring applications to join the person identification type table to institution organization and lookup tables independently, the view presents a pre-joined result set that is convenient for both concurrent program logic and ad-hoc querying.
The user search term "s_institution_status" corresponds directly to the S_INSTITUTION_STATUS column exposed by this view. That column carries the internal (system-facing) status code for the institution associated with a given person identification type, and it is one of the principal reasons report authors target this view rather than the underlying base table. A companion column, INSTITUTION_STATUS, exposes the descriptive institution status, allowing report developers to work with either the coded or descriptive value.
Underlying Base Objects
The view text shows four referenced sources, joined with an outer-join pattern designed to preserve person identification type rows even where institutional data is absent:
- IGS_PE_PERSON_ID_TYP — the primary source, aliased PIT, holding person identification type definitions such as preferred and unique indicator flags, format mask, region and closed indicators, and audit columns.
- IGS_OR_INST_ORG_BASE_V — aliased OU, supplying the party name and institution status; joined to the primary table on
INSTITUTION_CD = PARTY_NUMBER(+ ). - IGS_OR_INST_STAT — aliased INS_STS, providing the internal status code; outer-joined on institution status with a filter restricting the internal status to 'ACTIVE'.
- IGS_LOOKUP_VALUES — aliased LKUPS, resolving the internal person identification type code to its lookup meaning, constrained by
LOOKUP_TYPE = 'PERSON_ID_TYPE'.
Key Columns
ROW_ID— the ROWID of the underlying person identification type row, enabling direct updates or row-level identification.PERSON_ID_TYPEandS_PERSON_ID_TYPE— the descriptive and internal identifier for the person identification type.INSTITUTION_CDandNAME— the institution code and the associated party name.INSTITUTION_STATUSandS_INSTITUTION_STATUS— the descriptive and coded institution status values central to the user's search.PREFERRED_IND,UNIQUE_IND,REGION_IND,CLOSED_IND— indicator flags governing identification type behavior.MEANINGandLOOKUP_TYPE— resolved lookup text for the person identification type.FORMAT_MASK— the display/edit mask applied to the identifier value.- Audit columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical scenarios include validating configured identification types by institution, driving student admission or registration reports, and extracting lookup-resolved identification type metadata for integration. A representative query filtering on institution status is:
SELECT person_id_type, meaning, institution_cd, name, s_institution_status FROM igs_pe_person_id_typ_v WHERE s_institution_status = 'ACTIVE';SELECT institution_cd, institution_status, person_id_type, preferred_ind FROM igs_pe_person_id_typ_v ORDER BY institution_cd, person_id_type;
Because the joins to OU and INS_STS are outer joins, rows without matching institution data are still returned, with null institution columns. Report developers should therefore account for nulls in S_INSTITUTION_STATUS when filtering. The view is read-only in practice and should be treated as a reporting object; verification of the exact join behavior against a specific 12.2.2 instance is advisable before relying on it for high-volume integrations.
-
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_PERSON_ID_TYP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.IGF_AP_FA_BASE_RESULTS_V
12.1.1
-
APPS.IGS_EN_VAL_API SQL Statements
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_ID_TYP_V
12.1.1
-
VIEW: APPS.IGF_AW_COA_HIST_V
12.1.1
-
TABLE: IGS.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,
-
VIEW: APPS.IGF_SL_LOANS_V
12.1.1
-
VIEW: APPS.IGF_AP_EFC_DET_V
12.1.1
-
View: IGF_AP_FA_BASE_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_RESULTS_V, object_name:IGF_AP_FA_BASE_RESULTS_V, status:VALID, product: IGF - Financial Aid , description: Shows all the award years available from the calendar setup , implementation_dba_data: APPS.IGF_AP_FA_BASE_RESULTS_V ,
-
View: IGF_AP_FA_BASE_RESULTS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows all the award years available from the calendar setup , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_COA_HIST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Cost of Attendance History View , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_COA_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_HIST_V, object_name:IGF_AW_COA_HIST_V, status:VALID, product: IGF - Financial Aid , description: Cost of Attendance History View , implementation_dba_data: APPS.IGF_AW_COA_HIST_V ,
-
View: IGF_SL_LOANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS_V, object_name:IGF_SL_LOANS_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOANS_V ,
-
VIEW: APPS.IGF_SL_DISB_LTR_V
12.1.1
-
VIEW: APPS.IGF_AP_MIS_ITMS_LTR_V
12.1.1
-
VIEW: APPS.IGF_AW_AWARD_V
12.1.1
-
VIEW: APPS.IGF_AW_PER_LIST_V
12.1.1
-
View: IGF_AP_EFC_DET_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View stores the computed end result of family contribution for each student under all methodologies , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_PERSON_ID_TYP_PKG SQL Statements
12.1.1
-
View: IGF_SL_LOANS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_FA_CON_V
12.1.1
-
View: IGF_AP_EFC_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_DET_V, object_name:IGF_AP_EFC_DET_V, status:VALID, product: IGF - Financial Aid , description: View stores the computed end result of family contribution for each student under all methodologies , implementation_dba_data: APPS.IGF_AP_EFC_DET_V ,
-
PACKAGE BODY: APPS.IGS_EN_VAL_API
12.1.1
-
VIEW: APPS.IGF_AW_AWD_LTR_V
12.1.1
-
View: IGF_AW_PER_LIST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores person details used for correspondence , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_AWARD_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows award details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_MIS_ITMS_LTR_V, object_name:IGF_AP_MIS_ITMS_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: APPS.IGF_AP_MIS_ITMS_LTR_V ,
-
View: IGF_AW_PER_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_PER_LIST_V, object_name:IGF_AW_PER_LIST_V, status:VALID, product: IGF - Financial Aid , description: Stores person details used for correspondence , implementation_dba_data: APPS.IGF_AW_PER_LIST_V ,
-
View: IGF_AW_AWARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD_V, object_name:IGF_AW_AWARD_V, status:VALID, product: IGF - Financial Aid , description: Shows award details , implementation_dba_data: APPS.IGF_AW_AWARD_V ,
-
View: IGF_SL_DISB_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores persons loan details used for correspondence , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_AWD_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DISB_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DISB_LTR_V, object_name:IGF_SL_DISB_LTR_V, status:VALID, product: IGF - Financial Aid , description: Stores persons loan details used for correspondence , implementation_dba_data: APPS.IGF_SL_DISB_LTR_V ,
-
View: IGF_AW_AWD_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_LTR_V, object_name:IGF_AW_AWD_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: APPS.IGF_AW_AWD_LTR_V ,
-
PACKAGE BODY: APPS.IGS_PE_PERSON_ID_TYP_PKG
12.1.1
-
View: IGF_AP_FA_CON_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Financial aid context details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_FA_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_CON_V, object_name:IGF_AP_FA_CON_V, status:VALID, product: IGF - Financial Aid , description: Financial aid context details , implementation_dba_data: APPS.IGF_AP_FA_CON_V ,
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_GEN_006 SQL Statements
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_NSC_PKG SQL Statements
12.1.1
-
APPS.IGF_SE_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
APPS.IGF_AP_MATCHING_PROCESS_PKG SQL Statements
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_FI_GEN_006 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_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_PERSON_ID_TYP
12.1.1