Search Results archive_exclusion_ind
Overview
IGS_PE_PERSON_LKUPV_V is a dictionary view owned by the APPS schema within the IGS (Student System) product family in Oracle E-Business Suite 12.1.1 and 12.2.2. The view consolidates person-level biographical, demographic, identification, and data-retention attributes from the Oracle Trading Community Architecture (TCA) party model and the IGS person extensions into a single flattened record per party. Its primary role is to serve as a lookup and reporting source for student, staff, and contact records accessed by IGS forms, concurrent programs, and integration interfaces, allowing callers to resolve a party to a person number, name, gender, staff flag, deceased indicator, and lifecycle-management flags without joining the underlying TCA tables directly.
The view is catalogued with a status of VALID and returns exactly one current profile row per party for the genders sourced from HZ_PERSON_PROFILES, using date-effective filtering. Because it exposes the ARCHIVE_EXCLUSION_IND column, it is frequently used by data-retention, archiving, and purge programs to determine whether a person is exempt from archive or purge processing.
Underlying Base Objects
The view text joins four documented sources:
HZ_PARTIES(aliasP) — the master party record; the driving table of the join.IGS_PE_HZ_PARTIES(aliasPD) — the IGS-specific party extension holding deceased, archive, and purge attributes. This table is outer-joined toHZ_PARTIESonPARTY_ID, so parties without an IGS extension row are still returned.HZ_PERSON_PROFILES(aliasPP) — date-effective person profile data, restricted toCONTENT_SOURCE_TYPE = 'USER_ENTERED'and rows whereSYSDATEfalls between the effective start and end dates. Unlike the IGS table, this join is a standard inner join, so a current user-entered profile is required for a row to appear.FND_LOOKUP_VALUES(aliasL1) — supplies the decoded gender meaning from theHZ_GENDERlookup type, outer-joined onLOOKUP_CODEwithVIEW_APPLICATION_ID = 222,SECURITY_GROUP_ID = 0, and the language derived fromUSERENV('LANG').
The view also invokes the PL/SQL function IGS_EN_GEN_003.GET_STAFF_IND per row to derive the staff-member indicator.
Key Columns
ROW_ID— the ROWID of theHZ_PARTIESrow.PERSON_ID/PERSON_NUMBER— the party identifier and user-facing party number.SURNAME,GIVEN_NAMES,PREFERRED_GIVEN_NAME,TITLE,SALUTATION,EMAIL_ADDR— name and contact attributes fromHZ_PARTIES.SEX/MEANING_SEX— gender code and its decoded lookup meaning.BIRTH_DT— date of birth from the person profile.STAFF_MEMBER_IND— derived indicator of staff status.DECEASED_IND— derived as'Y'when a date of death exists, otherwise the IGS deceased indicator defaulted to'N'.ARCHIVE_EXCLUSION_IND,ARCHIVE_DT,PURGE_EXCLUSION_IND,PURGE_DT— retention and lifecycle flags fromIGS_PE_HZ_PARTIES, controlling whether the person is excluded from archiving or purging and when those actions occurred.ORACLE_USERNAME— the database account associated with the person record.- Audit columns
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID, andPROGRAM_UPDATE_DATE.
Common Use Cases and Queries
The most frequent use is identifying persons eligible for or excluded from archive and purge routines. A retrieval of non-excluded persons resembles:
SELECT person_number, surname, given_names, archive_exclusion_ind, purge_exclusion_ind FROM igs_pe_person_lkupv_v WHERE archive_exclusion_ind = 'N';- Filtering deceased records:
SELECT person_id, surname FROM igs_pe_person_lkupv_v WHERE deceased_ind = 'Y'; - Locating staff members:
SELECT person_number, surname, staff_member_ind FROM igs_pe_person_lkupv_v WHERE staff_member_ind = 'Y'; - Joining to enrollment or registration tables on
PERSON_IDto obtain demographics for reporting extracts.
Because the profile join is date-effective and inner, queries return only parties with a current user-entered profile. The staff indicator is computed at runtime via a function call, so performance-sensitive batch operations should account for per-row evaluation cost.
-
View: IGS_PE_PERSON_LKUPV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_LKUPV_V, object_name:IGS_PE_PERSON_LKUPV_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_LKUPV_V ,
-
View: IGS_PE_PERSON_LKUPV_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_DISPLAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_DISPLAY_V, object_name:IGS_PR_DISPLAY_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_LKUPV_V
12.1.1
-
TABLE: IGS.IGS_PE_HZ_PARTIES_M1R
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_PE_HZ_PARTIES_M1R, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_LKUPV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_LKUPV_V, object_name:IGS_PE_PERSON_LKUPV_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_DTLS_V, object_name:IGS_PE_PERSON_DTLS_V, status:VALID,
-
View: IGS_PR_DISPLAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_DISPLAY_V, object_name:IGS_PR_DISPLAY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_DISPLAY_V ,
-
View: IGF_AP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_V, object_name:IGF_AP_PERSON_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_PERSON_V ,
-
View: IGS_PE_HZ_PARTIES_V
12.2.2
product: IGS - Student System (Obsolete) , description: View based on the person extension table , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_DISPLAY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_ENQ_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ENQ_PERSON_V, object_name:IGS_AD_ENQ_PERSON_V, status:VALID,
-
View: IGF_AP_PERSON_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SS_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view retrieves the Person Information , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_SV
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON_SV is used to manipulate the secured information about persons stored in the database. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_HZ_PARTIES_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_SV, object_name:IGS_PE_HZ_PARTIES_SV, status:VALID, product: IGS - Student System , description: New View for securing select privileges on IGS_PE_HZ_PARTIES table. , implementation_dba_data: APPS.IGS_PE_HZ_PARTIES_SV ,
-
View: IGS_PE_HZ_PARTIES_SV
12.2.2
product: IGS - Student System (Obsolete) , description: New View for securing select privileges on IGS_PE_HZ_PARTIES table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SS_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_PERSON_V, object_name:IGS_AD_SS_PERSON_V, status:VALID, product: IGS - Student System , description: This view retrieves the Person Information , implementation_dba_data: APPS.IGS_AD_SS_PERSON_V ,
-
View: IGS_PE_PERSON_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_SV, object_name:IGS_PE_PERSON_SV, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_SV is used to manipulate the secured information about persons stored in the database. , implementation_dba_data: APPS.IGS_PE_PERSON_SV ,
-
View: IGS_PE_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_V, object_name:IGS_PE_HZ_PARTIES_V, status:VALID, product: IGS - Student System , description: View based on the person extension table , implementation_dba_data: APPS.IGS_PE_HZ_PARTIES_V ,
-
View: IGR_I_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_PERSON_V, object_name:IGR_I_PERSON_V, status:VALID, product: IGS - Student System , description: Person View , implementation_dba_data: APPS.IGR_I_PERSON_V ,
-
View: IGS_PE_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_V, object_name:IGS_PE_PERSON_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_V ,
-
View: IGS_RC_I_PERSON_V
12.1.1
product: IGS - Student System , description: Person View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SS_INTPER_V
12.2.2
product: IGS - Student System (Obsolete) , description: INS Dependent details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SS_INTPER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_INTPER_V, object_name:IGS_AD_SS_INTPER_V, status:VALID, product: IGS - Student System , description: INS Dependent details , implementation_dba_data: APPS.IGS_AD_SS_INTPER_V ,
-
View: IGS_PE_PERSON
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON is used to manipulate the information about persons stored in the database. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON, object_name:IGS_PE_PERSON, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON is used to manipulate the information about persons stored in the database. , implementation_dba_data: APPS.IGS_PE_PERSON ,
-
View: IGS_AD_ENQ_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ENQ_PERSON_V, object_name:IGS_AD_ENQ_PERSON_V, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGS_AD_ENQ_PERSON_V ,
-
View: IGS_AD_ENQ_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_SS_PERSON_V
12.1.1
-
View: IGR_I_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , description: Person View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , description: Person View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_PERSON_V
12.1.1
-
VIEW: APPS.IGS_PE_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_V, object_name:IGS_PE_HZ_PARTIES_V, status:VALID,
-
VIEW: APPS.IGF_AP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_V, object_name:IGF_AP_PERSON_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_SV
12.1.1
-
View: IGS_PE_PERSON_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_I_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_PERSON_V, object_name:IGR_I_PERSON_V, status:VALID,
-
VIEW: APPS.IGS_PE_HZ_PARTIES_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_SV, object_name:IGS_PE_HZ_PARTIES_SV, status:VALID,
-
View: IGS_PE_PERSON_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_DTLS_V, object_name:IGS_PE_PERSON_DTLS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_DTLS_V ,
-
VIEW: APPS.IGS_PE_PERSON_V
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_V, object_name:IGS_PE_PERSON_V, status:VALID,
-
TABLE: IGS.IGS_PE_HZ_PARTIES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_HZ_PARTIES, object_name:IGS_PE_HZ_PARTIES, status:VALID,
-
VIEW: APPS.IGS_AD_SS_INTPER_V
12.1.1
-
VIEW: APPS.IGS_AD_SS_INTPER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_INTPER_V, object_name:IGS_AD_SS_INTPER_V, status:VALID,
-
VIEW: APPS.IGS_AD_SS_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_PERSON_V, object_name:IGS_AD_SS_PERSON_V, status:VALID,
-
APPS.IGS_PE_HZ_PARTIES_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_SV, object_name:IGS_PE_PERSON_SV, status:VALID,