Search Results igw_prpo_prop_persons_v
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.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays a person's biographical information , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Lookup Type: OUTPUT_LEVEL_PRPO
12.1.1
product: EC - e-Commerce Gateway , meaning: Output definition ,
-
Lookup Type: OUTPUT_LEVEL_PRPO
12.2.2
product: EC - e-Commerce Gateway , meaning: Output definition ,
-
SYNONYM: APPS.IGW_PROP_PERSONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_PROP_PERSONS, status:VALID,
-
PACKAGE: APPS.IGW_EXTENSION_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGW_EXTENSION_PKG, status:VALID,
-
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,
-
PACKAGE: APPS.IGW_REPORT_PROCESSING
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGW_REPORT_PROCESSING, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HZ_PERSON_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PERSON_PROFILES, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
VIEW: APPS.PER_PEOPLE_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_X, object_name:PER_PEOPLE_X, status:VALID,
-
SYNONYM: APPS.PER_ADDRESSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ADDRESSES, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.FND_LOOKUP_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_LOOKUP_VALUES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,