Search Results pre_name_adjunct_meaning
Overview
The view IGS_PE_PERSON_DTLS_V belongs to the Oracle EBS IGS — Student System product family, a module documented in ETRM as Obsolete. It exposes a consolidated, denormalized projection of person (party) detail records used throughout the Student System to present biographical, demographic, and identity attributes for both students and staff. The view is not a physical object; it is a read-only query construct intended for reporting, integration, and internal Student System logic. ETRM records the implementation status as "Not implemented in this database," indicating that in the documented environment the underlying dependency chain (notably the IGS_PE_* and FND_LOOKUP_VALUES objects) was either absent or the view was not deployed — a common circumstance for obsolete modules retained only for reference in 12.1.1 and 12.2.2.
Underlying Base Objects
The view text joins six sources. ETRM does not document a base-object list, so the dependencies are derived from the view DDL itself:
HZ_PARTIES P— the primary driving table (Oracle Trading Community / HZ party registry), supplying person name parts, party number, email, salutation, attributes, and audit columns.IGS_PE_PERSON_BASE_V PP— a Student System base view carrying gender, birth date, and date of death.IGS_PE_HZ_PARTIES PD— an outer-joined Student System table for student-specific flags (deceased, archive/purge, proof of insurance/immunization, military service, veteran, Oracle username, level of qualification).FND_LOOKUP_VALUES LK— outer-joined lookup forHZ_GENDERmeanings (application 222, security group 0, session language).FND_LOOKUP_VALUES LK1— outer-joined lookup resolving the pre-name adjunct code to a meaningful description.IGS_PE_PERSON_ID_TYPE_V PIT— outer-joined identifier view exposing person ID type and API person ID.
The join conditions confirm PARTY_ID as the unifying key, with outer joins (+) preserving person rows lacking student or identifier detail.
Key Columns
PERSON_ID / PERSON_NUMBER— party identifier and human-readable party number.SURNAME, GIVEN_NAMES, MIDDLE_NAME, SUFFIX, TITLE, SALUTATION, PREFERRED_GIVEN_NAME— name components.PRE_NAME_ADJUNCTandPRE_NAME_ADJUNCT_MEANING— the pre-name adjunct code and its lookup meaning, resolved viaLK1. This pair is the column most associated with the search term "pre_name_adjunct_meaning."SEX / SEX_MEANING— gender code and decoded meaning.DECEASED_IND / DECEASED_DATE— derived from date of death with aDECODEfallback to the Student System deceased flag.ENCUMBERED_IND, STAFF_MEMBER_IND— computed viaIGS_EN_GEN_003functions.PERSON_ID_TYPE, API_PERSON_ID— identifier classification.- Attribute columns
ATTRIBUTE_CATEGORYthroughATTRIBUTE24plus standard "WHO" audit columns andOBJECT_VERSION_NUMBER.
Common Use Cases and Queries
Typical usage centres on person lookup and demographic reporting. A representative query retrieving adjunct meaning and gender is:
SELECT PERSON_ID, SURNAME, GIVEN_NAMES, PRE_NAME_ADJUNCT, PRE_NAME_ADJUNCT_MEANING, SEX_MEANING FROM IGS_PE_PERSON_DTLS_V WHERE PRE_NAME_ADJUNCT_MEANING IS NOT NULL;- Student roster extracts joining on
PERSON_IDto enrolment tables. - Staff/encumbrance checks leveraging
STAFF_MEMBER_INDandENCUMBERED_IND.
Because the module is obsolete, references should be migrated to supported HZ_PARTIES-based views in current releases.
-
View: IGS_PE_PERSON_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_DTLS_V
12.1.1
-
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_PE_FAMILY_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete - View to see the family details for the Student . , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_FAMILY_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_FAMILY_DTLS_V, object_name:IGS_PE_FAMILY_DTLS_V, status:VALID, product: IGS - Student System , description: Obsolete - View to see the family details for the Student . , implementation_dba_data: APPS.IGS_PE_FAMILY_DTLS_V ,
-
View: IGS_EN_SCA_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SCA_STATUS_V, object_name:IGS_EN_SCA_STATUS_V, status:VALID, product: IGS - Student System , description: This view describes student course attempt status along with displaying the course information and student information. , implementation_dba_data: APPS.IGS_EN_SCA_STATUS_V ,
-
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_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_EN_SCA_STATUS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes student course attempt status along with displaying the course information and student information. , 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: APPS.IGS_PE_FAMILY_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_FAMILY_DTLS_V, object_name:IGS_PE_FAMILY_DTLS_V, status:VALID,
-
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_RC_I_PERSON_V
12.1.1
product: IGS - Student System , description: Person View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_FAMILY_DTLS_V
12.1.1
-
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_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_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_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.IGS_EN_SCA_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SCA_STATUS_V, object_name:IGS_EN_SCA_STATUS_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON
12.1.1
-
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_PERSON_SV
12.1.1
-
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,
-
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,
-
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,
-
VIEW: APPS.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,
-
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'. ,