Search Results igs_pe_person_addr_v
Overview
IGS_PE_PERSON_ADDR_V is a reporting and integration view in the Oracle E-Business Suite IGS (Student System) product family. It exposes person address detail, joining party-site records from the Oracle Trading Community Architecture (TCA) model against the IGS person-site extension table. The IGS product line is flagged as obsolete in the ETRM metadata, meaning the view is supplied for backward compatibility and historical reporting rather than for new development. Where the object is not implemented in a given database, the view text remains available in the data model documentation but the underlying objects are absent, so runtime queries against it fail.
The view is highly relevant to searches for "sales_tax_geocode". Sales tax determination in EBS relies on geographic identifiers attached to a party site or location. This view surfaces the location-level address attributes, including validated address flags and structured address components, which are the inputs from which jurisdiction and geocode logic derive tax treatment. Because the view projects both TCA location fields and IGS person-site attributes, it provides a single row per person address usable in tax, registration, and student record reporting.
Underlying Base Objects
The documented view text references three principal sources: the party-site table (aliased PS, supplying PARTY_ID, PARTY_SITE_ID, LOCATION_ID, the WHO columns, and the ATTRIBUTE1 through ATTRIBUTE20 descriptive flexfield columns), the person/party table (aliased P, supplying PARTY_NUMBER), the IGS person-site extension table (aliased IGSPS, supplying START_DATE and END_DATE), and the TCA location table (aliased L, supplying the address-level attributes). No base objects are separately documented in the ETRM metadata, so the definition must be derived from the view text itself. The join is driven from the party site to its location record, with the IGS extension adding effective dating to the party-site relationship.
Key Columns
- PERSON_ID / PERSON_NUMBER / PARTY_SITE_ID / LOCATION_ID — Primary identifiers linking a person to a specific address instance.
- START_DT / END_DT — Effective date range from the IGS person-site record, which governs whether the address is current for tax and enrollment purposes.
- ADDRESS_EFFECTIVE_DATE / ADDRESS_EXPIRATION_DATE — Location-level validity dates used to select the address in force on a transaction date.
- ADDRESS_KEY / ADDRESS_STYLE / VALIDATED_FLAG — Address normalization and validation indicators; VALIDATED_FLAG is significant where geocoding or tax jurisdiction validation has been attempted.
- PO_BOX_NUMBER, HOUSE_NUMBER, STREET, STREET_NUMBER, STREET_SUFFIX, FLOOR, SUITE, POSTAL_PLUS4_CODE, POSITION — Structured address elements that feed geocode and jurisdiction lookups.
- IDENTIFYING_ADDRESS_FLAG / STATUS / PARTY_SITE_NAME — Indicate the site's role and active status.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE20 — Descriptive flexfield columns carried through from the party site.
- WHO columns and ORIG_SYSTEM_REFERENCE — Audit and external-system linkage fields; WH_UPDATE_DATE is exposed as a NULL cast.
Common Use Cases and Queries
Typical uses include reporting a person's current address against effective dates, verifying whether an address has been validated before tax calculation, and extracting structured address components for geocode or jurisdiction resolution.
SELECT PERSON_ID,
PERSON_NUMBER,
PARTY_SITE_ID,
LOCATION_ID,
ADDRESS_KEY,
VALIDATED_FLAG,
POSTAL_PLUS4_CODE,
IDENTIFYING_ADDRESS_FLAG,
START_DT,
END_DT
FROM IGS_PE_PERSON_ADDR_V
WHERE STATUS = 'A'
AND TRUNC(SYSDATE) BETWEEN START_DT AND NVL(END_DT, TRUNC(SYSDATE));
A second pattern targets geocode and tax-sensitive addresses by requiring a positive validation flag and a populated postal code before passing the address to third-party tax services. Where the view is not implemented in the database, queries return an invalid-identifier error and the equivalent TCA party-site and location tables must be used directly.
-
View: IGS_PE_PERSON_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ADDR_V, object_name:IGS_PE_PERSON_ADDR_V, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_ADDR_V describes the person address details , implementation_dba_data: APPS.IGS_PE_PERSON_ADDR_V ,
-
View: IGS_PE_PERSON_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON_ADDR_V describes the person address details , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_GE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_GEN_002, status:VALID,
-
SYNONYM: APPS.IGS_PE_HZ_PTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_HZ_PTY_SITES, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PRC_TAC_OFFER, status:VALID,
-
APPS.IGS_GE_GEN_001 SQL Statements
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ADDR_V, object_name:IGS_PE_PERSON_ADDR_V, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITE_USES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITE_USES, status:VALID,
-
APPS.IGS_GE_GEN_002 SQL Statements
12.1.1
-
VIEW: APPS.FND_TERRITORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_TERRITORIES_VL, object_name:FND_TERRITORIES_VL, status:VALID,
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_PE_PERSON_ADDR_V
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_PE_PERSON_ADDR_V
12.1.1
-
APPS.IGS_GE_GEN_002 dependencies on IGS_PE_PERSON_ADDR_V
12.1.1
-
APPS.IGS_GE_GEN_001 dependencies on IGS_PE_PERSON_ADDR_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.HZ_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGS_GE_GEN_001
12.1.1
-
SYNONYM: APPS.HZ_PARTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
APPS.IGS_AD_PRC_TAC_OFFER SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_002 SQL Statements
12.1.1
-
APPS.IGS_GE_GEN_001 dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_PE_PERSON
12.1.1
-
PACKAGE BODY: APPS.IGS_GE_GEN_002
12.1.1
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_PE_PERSON_ADDR
12.1.1
-
APPS.IGS_GE_GEN_002 dependencies on HZ_PARTIES
12.1.1
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_GE_GEN_002 dependencies on IGS_PE_PERSON
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_002
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
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 - FND Tables and Views
12.1.1
description: No longer used ,
-
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'. ,