Search Results initial_last_name
Overview
IGS_PR_DISPLAY_V is a supplementary view owned by the APPS schema in Oracle E-Business Suite, registered under FND Design Data as IGS.IGS_PR_DISPLAY_V. It belongs to the Student System (IGS) product family and is classified as a "display" view — a construct used internally to simplify Forms-based coding by flattening person and party data into a single row per person. The status of the object is VALID, and it is documented in ETRM for both 12.1.1 and 12.2.2.
Oracle explicitly warns that this is a supplementary view used to simplify forms coding and that querying or altering data through it is not recommended. The definition may change dramatically in subsequent minor or major releases, so any reporting or integration built directly on this view carries upgrade risk. The view is not referenced by any other database object, confirming its role as a terminal, presentation-layer construct rather than a shared integration point.
The user search term "staff_member_ind" corresponds directly to a column exposed by this view, indicating that the view is commonly inspected when determining whether a person record represents a staff member, a student, or both.
Underlying Base Objects
ETRM documents the following dependencies for IGS_PR_DISPLAY_V:
- APPS.IGS_PE_PERSON — the primary person entity table supplying PERSON_ID and the core person attributes.
- IGS_EN_GEN_003 — a generated (GEN) object contributing to the view definition.
- IGS_EN_GEN_007 — a second generated object referenced by the view.
- IGS_GE_GEN_002 — a general generated object referenced by the view.
The view derives its row identity from IGS_PE_PERSON and augments it with flags and derived name formats produced by the IGS generated objects. The generated objects are typically populated by the Student System's concurrent processes and hold the derived indicator values (staff, student, encumbered, deceased) and the concatenated name variants that the view surfaces. Because these are generated objects rather than pure base tables, the values they carry depend on the successful completion of the relevant IGS batch programs.
Key Columns
- PERSON_ID (NUMBER(15)) — the unique person identifier, keyed to IGS_PE_PERSON.
- STAFF_MEMBER_IND (VARCHAR2(4000)) — indicates whether the person is a staff member; this is the column the user searched for and is the principal flag for staff-related filtering.
- STUDENT_IND (VARCHAR2) — indicates whether the person holds a student role.
- ENCUMBERED_IND (VARCHAR2) — indicates an encumbered person record.
- DECEASED_IND (VARCHAR2) — indicates a deceased person record.
- SURNAME, GIVEN_NAMES, PREFERRED_GIVEN_NAME — name components in their stored and preferred forms.
- SEX, TITLE, SALUTATION, BIRTH_DT — demographic attributes.
- ORACLE_USERNAME (VARCHAR2(100)) and EMAIL_ADDR (VARCHAR2(2000)) — system and contact identifiers.
- ARCHIVE_EXCLUSION_IND, ARCHIVE_DT, PURGE_EXCLUSION_IND, PURGE_DT — archive and purge control attributes.
- FULL_NAME, PREFERRED_NAME, TITLE_NAME, INITIAL_NAME, INITIAL_LAST_NAME, CONTEXT_BLOCK_NAME — pre-formatted, concatenated name strings intended for direct display in Forms and reports.
Common Use Cases and Queries
The most frequent use is identifying staff members or distinguishing staff from students for display and listing purposes. A representative query is:
SELECT person_id, staff_member_ind, student_ind, full_name FROM apps.igs_pr_display_v WHERE staff_member_ind = 'Y';SELECT person_id, full_name, email_addr FROM apps.igs_pr_display_v WHERE student_ind = 'Y' AND staff_member_ind = 'Y';SELECT person_id, oracle_username, email_addr FROM apps.igs_pr_display_v WHERE person_id = :person_id;
Because the view is a Forms simplification layer, reporting teams should generally reproduce its logic against IGS_PE_PERSON and the underlying IGS generated objects rather than depending on the view itself.
-
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: 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: 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: IGF_AP_PERSON_V
12.2.2
product: IGF - Financial Aid (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.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_PR_DISPLAY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_ASS_V, object_name:IGS_AS_SUA_ASS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUA_ASS_V ,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ST_SNAPSHOT_WARNING_V, object_name:IGS_EN_ST_SNAPSHOT_WARNING_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_EN_ST_SNAPSHOT_WARNING_V ,
-
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: 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_AS_SUA_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.2.2
product: IGS - Student System (Obsolete) , 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_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_AD_ENQ_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
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_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.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: APPS.IGS_AD_SS_PERSON_V
12.1.1
-
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: APPS.IGF_AP_PERSON_V
12.1.1
-
VIEW: APPS.IGS_PE_PERSON
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
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_V, object_name:IGF_AP_PERSON_V, status:VALID,
-
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_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_PE_PERSON_V
12.1.1
-
VIEW: APPS.IGS_EN_ST_SNAPSHOT_WARNING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ST_SNAPSHOT_WARNING_V, object_name:IGS_EN_ST_SNAPSHOT_WARNING_V, status:VALID,
-
VIEW: APPS.IGS_AD_SS_INTPER_V
12.1.1
-
VIEW: APPS.IGS_AS_SUA_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_ASS_V, object_name:IGS_AS_SUA_ASS_V, status:VALID,
-
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_GE_GEN_001 SQL Statements
12.1.1
-
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,
-
PACKAGE BODY: APPS.IGS_GE_GEN_002
12.1.1
-
APPS.IGS_GE_GEN_002 dependencies on IGS_PE_PERSON_V
12.1.1
-
APPS.IGS_GE_GEN_002 dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_GE_GEN_001 dependencies on HZ_PARTIES
12.1.1
-
PACKAGE BODY: APPS.IGS_GE_GEN_001
12.1.1
-
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'. ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,