Search Results igs_pe_addr_v
Overview
IGS_PE_ADDR_V is a view in the APPS schema belonging to the IGS – Student System product family within Oracle E-Business Suite, available in releases such as 12.1.1 and 12.2.2. It presents person and party-site address information by joining Oracle Trading Community Architecture (TCA) party-site records with the associated location records. The view consolidates identity, address, and demographic attributes into a single relational shape, which makes it suitable for reporting, integration extracts, and downstream processing where a flattened address model is preferred over the normalized TCA or student-system tables.
The view exposes a rich set of columns, including both current TCA-style address fields and legacy student-system fields, and it is commonly consumed by concurrent programs, Oracle Reports, and custom SQL that need one row per party site per address usage. Despite its name, the view is not exclusively limited to student addresses; it surfaces the general party-site address repository, with student-specific date ranges also included.
Underlying Base Objects
The ETRM metadata documents the view as being owned by APPS with no explicitly listed base objects in the excerpt; however, the view text defines the join. The primary driver is HZ_PARTY_SITES, aliased PS, which supplies PARTY_ID, PARTY_SITE_ID, LOCATION_ID, MAILSTOP, IDENTIFYING_ADDRESS_FLAG, STATUS, PARTY_SITE_NAME, ORIG_SYSTEM_REFERENCE, and the twenty ATTRIBUTE columns. It is joined to a location table, aliased L, which provides ADDRESS1 through ADDRESS4, CITY, STATE, PROVINCE, COUNTY, POSTAL_PLUS4_CODE, ADDRESS_EFFECTIVE_DATE, ADDRESS_EXPIRATION_DATE, ADDRESS_KEY, and other geographic attributes. A format-template reference, aliased FT, supplies ADDRESS_STYLE. Finally, the student-system address relationship table, aliased IGSPS, contributes START_DATE and END_DATE, aliased as START_DT and END_DT.
Key Columns
- PERSON_ID – Maps from PS.PARTY_ID and identifies the party (typically a person) whose address is represented.
- PARTY_SITE_ID / LOCATION_ID – Unique identifiers for the party site and the linked location.
- ADDR_LINE_1 … ADDR_LINE_4, CITY, STATE, PROVINCE, COUNTY – Standard formatted address components sourced from the location record.
- POSTAL_PLUS4_CODE – The postal code extension (for example, the "+4" segment of a US ZIP code) sourced from L.POSTAL_PLUS4_CODE, often queried alongside CITY and STATE.
- ADDRESS_EFFECTIVE_DATE / ADDRESS_EXPIRATION_DATE – Validity window for the address.
- START_DT / END_DT – Student-system address relationship start and end dates from IGSPS.
- PARTY_SITE_NAME, MAILSTOP, IDENTIFYING_ADDRESS_FLAG, STATUS – Party-site descriptors and status indicators.
- ATTRIBUTE1 … ATTRIBUTE20 – Descriptive flexfield context and segment values inherited from the party site.
- WH_UPDATE_DATE, DATE_LAST_VERIFIED – Present in the projection but returned as NULL via TO_DATE(NULL).
Common Use Cases and Queries
Typical usage includes person-address extracts for enrollment or correspondence processing, reconciliation of party-site addresses against legacy student records, and postal validation routines that must read or verify postal code extensions. The example below retrieves current address details for a party, filtering on the postal code extension column referenced by the search.
- Retrieve a person's formatted address including postal extension:
SELECT person_id, party_site_id, addr_line_1, addr_line_2, city, state, postal_plus4_code, status FROM apps.igs_pe_addr_v WHERE person_id = :p_person_id;
The view can also be joined to other student-system or TCA views using PERSON_ID or PARTY_SITE_ID to enrich results with contact points, phone numbers, or enrollment data, making it a reliable foundation for address-centric reporting in the IGS module.
-
View: IGS_PE_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ADDR_V, object_name:IGS_PE_ADDR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_ADDR_V ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_004, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ASSIGN_REVIEW_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ASSIGN_REVIEW_GRP, 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_PE_RELATIONSHIPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_RELATIONSHIPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_HESA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_HESA_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_011
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_011, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_BILL_EXTRACT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_BILL_EXTRACT, status:VALID,
-
PACKAGE BODY: APPS.IGS_SV_NI_BATCH_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SV_NI_BATCH_PROCESS_PKG, status:VALID,
-
APPS.IGS_AD_GEN_011 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_BATCH_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SV_BATCH_PROCESS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_008, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, status:VALID,
-
VIEW: APPS.IGS_PE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ADDR_V, object_name:IGS_PE_ADDR_V, status:VALID,
-
APPS.IGS_FI_BILL_EXTRACT SQL Statements
12.1.1
-
APPS.IGS_EN_HESA_PKG SQL Statements
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_ADDR_V
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_EN_GEN_004 SQL Statements
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_PE_ADDR_V
12.1.1
-
APPS.IGS_EN_HESA_PKG dependencies on IGS_PE_ADDR_V
12.1.1
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP dependencies on IGS_PE_ADDR_V
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_ADDR_V
12.1.1
-
APPS.IGS_AD_IMP_008 dependencies on IGS_PE_ADDR_V
12.1.1
-
APPS.IGS_EN_GEN_004 dependencies on IGS_PE_ADDR_V
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_ADDR_V
12.1.1
-
APPS.IGS_PE_RELATIONSHIPS_PKG dependencies on IGS_PE_ADDR_V
12.1.1
-
APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_PE_ADDR_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_011
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG SQL Statements
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
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_PARTYSITEUSE_V
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_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_PARTYSITEUSE_V
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_PARTYSITEUSE_V
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_BILL_EXTRACT
12.1.1
-
APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_PE_HZ_PTY_SITES
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_PE_RES_DTLS_V
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on HZ_PARTY_SITES
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_PARTYSITEUSE_V
12.1.1
-
APPS.IGS_EN_GEN_004 dependencies on IGS_PE_PERS_DISABLTY
12.1.1
-
APPS.IGS_EN_HESA_PKG dependencies on IGS_PE_PARTYSITEUSE_V
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_ACT_SITE
12.1.1