Search Results key_person_flag
Overview
IGW_PRPO_PROP_PERSONS_V is a reporting view within the Oracle E-Business Suite IGW — Grants Proposal module. The IGW product line is documented in ETRM as Obsolete, meaning it is retained for backward compatibility and historical reporting but is not enhanced in EBS 12.1.1 or 12.2.2. The view consolidates biographical, demographic, and contact information for persons associated with a grant proposal, presenting a single denormalized row per proposal/person combination. Its primary purpose is to feed proposal-related reports and integrations that require a flattened view of investigator and key-person data, including government identifiers, addresses, phone numbers, and role designations.
The view is significant for users searching on person_govt_id, because the column PERSON_GOVT_ID is derived through a call to IGW_EXTENSION_PKG.PERSON_GOVT_ID rather than from a stored column on a base table. This means the government identifier (for example, a Social Security Number or national identifier) is resolved at query time by custom extension logic layered over seeded EBS person data.
Underlying Base Objects
The ETRM metadata documents no formal base-object registrations for this view; it is marked in the metadata excerpt as Not implemented in this database, which typically indicates that the view definition exists in the source system but the deployment flag or registration was not captured. The view text, however, identifies the driving tables unambiguously:
IGW_PROP_PERSONS(aliasedPPP) — the proposal/person association, holdingPROPOSAL_ID,PERSON_ID, role codes, key-person and principal-investigator flags, sequence, and percent effort.PER_PEOPLE_X(PPX, andHPin the UNION branch) — the HR/person biographical source supplying name components, title, sex, date of birth, email, andNATIONAL_IDENTIFIER.PER_ADDRESSES(AD) — outer-joined onPERSON_IDwithPRIMARY_FLAG = 'Y'andDATE_TO IS NULL, supplying address lines, city, region, postal code, and country.FND_LOOKUP_VALUES(LKUP1,LKUP2) — outer-joined lookup tables resolvingNATIONALITYandUS_ETHNIC_GROUPmeanings, filtered by language, enabled flag, and effective dates.
Person-level derivations are provided by IGW_REPORT_PROCESSING.GET_PROPOSAL_ROLE, IGW_REPORT_PROCESSING.GET_JOB_NAME, and IGW_REPORT_PROCESSING.GET_PHONE_NUMBER, while IGW_EXTENSION_PKG.PERSON_GOVT_ID supplies the government identifier.
Key Columns
PROPOSAL_ID,PERSON_ID,PARTY_ID— join keys linking the proposal to the person and TCA party.FIRST_NAME,MIDDLE_NAMES,LAST_NAME,FULL_NAME,TITLE,PRE_NAME_ADJUNCT,SUFFIX— biographical name and salutation data.PERSON_GOVT_ID— the government identifier resolved viaIGW_EXTENSION_PKG; the primary column of interest forperson_govt_idsearches.SSN— theNATIONAL_IDENTIFIERfromPER_PEOPLE_X, distinct fromPERSON_GOVT_ID.SEX,DATE_OF_BIRTH— demographic attributes.KEY_PERSON_FLAG,PI_FLAG, proposal role meaning,PERSON_SEQUENCE,PERCENT_EFFORT— role and effort metrics.ADDRESS_LINE1..3,TOWN_OR_CITY,REGION_1,REGION_2,POSTAL_CODE,COUNTRY— current primary address.GET_PHONE_NUMBER(...,'WF')and(...,'W1'), plusEMAIL_ADDRESS— work contact details.- Nationality and ethnicity lookup
MEANINGcolumns.
Common Use Cases and Queries
Typical use cases include proposal personnel rosters, effort-percentage reports, and compliance extracts requiring government identifiers.
- Retrieve proposal personnel with government IDs:
SELECT proposal_id, person_id, full_name, person_govt_id, ssn FROM igw_prpo_prop_persons_v WHERE proposal_id = :p_proposal; - Search by government identifier:
SELECT proposal_id, full_name, person_govt_id FROM igw_prpo_prop_persons_v WHERE person_govt_id = :p_govt_id; - List key persons and their effort:
SELECT full_name, percent_effort FROM igw_prpo_prop_persons_v WHERE proposal_id = :p_proposal AND key_person_flag = 'Y'; - Extract contact details:
SELECT full_name, email_address, town_or_city, country FROM igw_prpo_prop_persons_v WHERE proposal_id = :p_proposal;
Because PERSON_GOVT_ID is computed dynamically, queries filtering on it cannot use a standard index and may perform slowly on large proposal populations.
-
View: IGW_PRPO_PROP_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_PROP_PERSONS_V, object_name:IGW_PRPO_PROP_PERSONS_V, status:VALID, product: IGW - Grants Proposal , description: View displays a person's biographical information , implementation_dba_data: APPS.IGW_PRPO_PROP_PERSONS_V ,
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_PERS_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_PERS_ASGN, object_name:IGWFV_GRANT_PROPOSAL_PERS_ASGN, status:VALID,
-
VIEW: APPS.IGW_PROP_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PROP_PERSONS_V, object_name:IGW_PROP_PERSONS_V, status:VALID,
-
VIEW: APPS.IGW_PRPO_BIOSKETCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_BIOSKETCH_V, object_name:IGW_PRPO_BIOSKETCH_V, status:VALID,
-
View: IGW_PRPO_PROP_PERSONS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays a person's biographical information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGWBV_GRANT_PROPOSAL_PERS_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PROPOSAL_PERS_ASGN, object_name:IGWBV_GRANT_PROPOSAL_PERS_ASGN, status:VALID,
-
View: IGW_PROPOSAL_PERSONS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays details of personnel involved in the proposal , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGW.IGW_PROP_PERSONS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_PERSONS, object_name:IGW_PROP_PERSONS, status:VALID,
-
VIEW: APPS.IGW_PRPO_PROP_PERSONS_V
12.1.1
-
APPS.IGW_PROP_PERSONS_PKG SQL Statements
12.1.1
-
APPS.IGW_PROP_PERSONS_TBH SQL Statements
12.1.1
-
View: IGW_PROPOSAL_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PROPOSAL_PERSONS_V, object_name:IGW_PROPOSAL_PERSONS_V, status:VALID, product: IGW - Grants Proposal , description: View displays details of personnel involved in the proposal , implementation_dba_data: APPS.IGW_PROPOSAL_PERSONS_V ,
-
VIEW: APPS.IGW_REPORT_BUDGET_PERSONNEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_REPORT_BUDGET_PERSONNEL_V, object_name:IGW_REPORT_BUDGET_PERSONNEL_V, status:VALID,
-
View: IGWBV_GRANT_PROPOSAL_PERS_ASGN
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PROP_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PROP_PERSONS_V, object_name:IGW_PROP_PERSONS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_PROP_PERSONS_V ,
-
View: IGWFV_GRANT_PROPOSAL_PERS_ASGN
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_PRPO_PROP_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_PROP_PERSONS_V, object_name:IGW_PRPO_PROP_PERSONS_V, status:VALID,
-
View: IGWFV_GRANT_PROPOSAL_PERS_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_PERS_ASGN, object_name:IGWFV_GRANT_PROPOSAL_PERS_ASGN, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRANT_PROPOSAL_PERS_ASGN ,
-
View: IGW_PROP_PERSONS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_PROP_PERSONS_TBH
12.1.1
-
View: IGWBV_GRANT_PROPOSAL_PERS_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PROPOSAL_PERS_ASGN, object_name:IGWBV_GRANT_PROPOSAL_PERS_ASGN, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRANT_PROPOSAL_PERS_ASGN ,
-
VIEW: APPS.IGW_PROPOSAL_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PROPOSAL_PERSONS_V, object_name:IGW_PROPOSAL_PERSONS_V, status:VALID,
-
VIEW: APPS.IGW_PROPOSAL_PERSONS_V
12.1.1
-
View: IGW_PRPO_BIOSKETCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_BIOSKETCH_V, object_name:IGW_PRPO_BIOSKETCH_V, status:VALID, product: IGW - Grants Proposal , description: View displays a person's biosketch information , implementation_dba_data: APPS.IGW_PRPO_BIOSKETCH_V ,
-
View: IGW_REPORT_BUDGET_PERSONNEL_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View to display personnel and their information for the first budget period , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PRPO_BIOSKETCH_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays a person's biosketch information , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_PROP_PERSONS_PKG
12.1.1
-
View: IGW_REPORT_BUDGET_PERSONNEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_REPORT_BUDGET_PERSONNEL_V, object_name:IGW_REPORT_BUDGET_PERSONNEL_V, status:VALID, product: IGW - Grants Proposal , description: View to display personnel and their information for the first budget period , implementation_dba_data: APPS.IGW_REPORT_BUDGET_PERSONNEL_V ,
-
APPS.IGW_PROP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
APPS.IGW_PROP_PERSONS_PKG dependencies on IGW_PROP_PERSONS
12.1.1