Search Results igs_pe_hz_locations
Overview
IGS_PE_HZ_LOCATIONS is a table within the Oracle E-Business Suite Student System module (product code IGS), documented against release 12.1.1 and applicable to the 12.1.1 / 12.2.2 code lines. Per the ETRM metadata, the entity describes the locations associated with a person — that is, the address and venue location records that the Student System maintains for individuals such as students, applicants, and staff. The metadata notes the product as Obsolete and records that the object is "Not implemented in this database," indicating that in the surveyed installation the physical table is not deployed; the documentation nonetheless preserves the intended schema, which is materially useful for remediation, migration, and upgrade analysis.
Functionally, the table acts as a person-to-location association object. Its foreign key to HZ_LOCATIONS ties each IGS student-system record to the shared Oracle Trading Community Architecture (TCA) location repository, which is the enterprise-wide source for addresses. The heuristic Data Vault classification supplied in the relationship metadata is hub-leaning, which suggests modeling this entity as a hub keyed on the location identifier, with dependent descriptive attributes optionally split into a satellite. This classification follows from the primary key being a single surrogate identifier and the table's role as a stable, referenced endpoint rather than a transactional intersection.
Key Information Stored
The documented physical schema comprises sixteen columns. The primary columns of interest are:
- LOCATION_ID — the surrogate primary key (
IGS_PE_HZ_LOCATIONS_PK) and simultaneous business-key candidate, since it also carries the unique indexIGS_PE_HZ_LOCATIONS_U1. It is the join column to HZ_LOCATIONS. - CORRESPONDENCE — indicates whether the location is used for correspondence purposes, a common address-type qualifier.
- DATE_LAST_VERIFIED — the date on which the location information was last confirmed, supporting address quality and validation reporting.
- CONTACT_PERSON — the individual associated with the location for contact purposes.
- OTHER_DETAILS_1, OTHER_DETAILS_2, OTHER_DETAILS_3 — descriptive placeholder attributes for supplementary location context.
Standard EBS audit and concurrency columns are also present: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, and the concurrent-program audit set REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID, and PROGRAM_UPDATE_DATE. These columns follow the conventional WHO columns pattern and are essential for lineage and change-tracking queries.
Common Use Cases and Queries
Typical usage centers on resolving a location identifier to its TCA address and determining whether that location serves as a correspondence address. A canonical join is:
SELECT l.location_id, l.correspondence, l.date_last_verified, h.address1, h.city, h.postal_code FROM igs_pe_hz_locations l, hz_locations h WHERE l.location_id = h.location_id;- Reporting on stale addresses by filtering
DATE_LAST_VERIFIEDbeyond a threshold for data-quality remediation. - Reverse lookup from venue address records via
IGS_AD_LOCVENUE_ADDRto the originating person location. - Audit queries against
LAST_UPDATED_BYandLAST_UPDATE_DATEto trace who amended a person's location data.
Because the object is documented as obsolete and unimplemented, these patterns are chiefly relevant to historical extracts, upgrade gap analysis, and archive reconciliation rather than live transaction processing.
Related Objects
- HZ_LOCATIONS — parent table; joined on
IGS_PE_HZ_LOCATIONS.LOCATION_ID = HZ_LOCATIONS.LOCATION_ID. Provides the authoritative address attributes. - IGS_AD_LOCVENUE_ADDR — child table; references this entity through
IGS_AD_LOCVENUE_ADDR.LOCATION_ID → IGS_PE_HZ_LOCATIONS.LOCATION_ID. Links locations to venue addresses used in admissions or scheduling. - IGS_PE_HZ_LOCATIONS_PK — the primary key constraint enforcing uniqueness on
LOCATION_ID. - IGS_PE_HZ_LOCATIONS_U1 — the unique index on
LOCATION_ID, serving as the documented business-key candidate.
Together, these relationships position IGS_PE_HZ_LOCATIONS as the IGS-side bridge between person-centric location assignments and the TCA location hub, with IGS_AD_LOCVENUE_ADDR as its principal downstream consumer.
-
Table: IGS_PE_HZ_LOCATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the locations for a person , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_HZ_LOCATIONS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_HZ_LOCATIONS, object_name:IGS_PE_HZ_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity describes the locations for a person , implementation_dba_data: IGS.IGS_PE_HZ_LOCATIONS ,
-
Table: IGS_AD_LOCVENUE_ADDR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCVENUE_ADDR, object_name:IGS_AD_LOCVENUE_ADDR, status:VALID, product: IGS - Student System , description: Contains location venue and address details , implementation_dba_data: IGS.IGS_AD_LOCVENUE_ADDR ,
-
Table: IGS_AD_LOCVENUE_ADDR
12.2.2
product: IGS - Student System (Obsolete) , description: Contains location venue and address details , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_PE_HZ_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_HZ_LOCATIONS, status:VALID,
-
APPS.IGS_PE_HZ_LOCATIONS_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PE_HZ_LOCATIONS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_HZ_LOCATIONS, object_name:IGS_PE_HZ_LOCATIONS, status:VALID,
-
VIEW: APPS.IGS_AD_LOCATION_ADDR_V
12.1.1
-
VIEW: APPS.IGS_GR_VENUE_ADDR_V
12.1.1
-
VIEW: APPS.IGS_AD_LOCVENUE_ADDR_V
12.1.1
-
VIEW: APPS.IGS_GR_VENUE_ADDR
12.1.1
-
VIEW: APPS.IGS_AD_LOCATION_ADDR
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_HZ_LOCATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_HZ_LOCATIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_HZ_LOCATIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_LOCATION_ADDR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_LOCATION_ADDR_PKG, status:VALID,
-
View: IGS_GR_VENUE_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE_ADDR, object_name:IGS_GR_VENUE_ADDR, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_VENUE_ADDR ,
-
Table: HZ_LOCATIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS, object_name:HZ_LOCATIONS, status:VALID, product: AR - Receivables , description: Physical addresses , implementation_dba_data: AR.HZ_LOCATIONS ,
-
PACKAGE BODY: APPS.IGS_GR_VENUE_ADDR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_VENUE_ADDR_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_GEN_004, status:VALID,
-
View: IGS_GR_VENUE_ADDR
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_GR_VENUE_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GR_VENUE_ADDR_V is used to maintain venue addresses. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_GE_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_GEN_004, status:VALID,
-
View: IGS_GR_VENUE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE_ADDR_V, object_name:IGS_GR_VENUE_ADDR_V, status:VALID, product: IGS - Student System , description: IGS_GR_VENUE_ADDR_V is used to maintain venue addresses. , implementation_dba_data: APPS.IGS_GR_VENUE_ADDR_V ,
-
Table: HZ_LOCATIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS, object_name:HZ_LOCATIONS, status:VALID, product: AR - Receivables , description: Physical addresses , implementation_dba_data: AR.HZ_LOCATIONS ,
-
View: IGS_AD_LOCVENUE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LOCVENUE_ADDR_V, object_name:IGS_AD_LOCVENUE_ADDR_V, status:VALID, product: IGS - Student System , description: Shows the location, venue, and address details , implementation_dba_data: APPS.IGS_AD_LOCVENUE_ADDR_V ,
-
View: IGS_AD_LOCVENUE_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the location, venue, and address details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_LOCATION_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LOCATION_ADDR_V, object_name:IGS_AD_LOCATION_ADDR_V, status:VALID, product: IGS - Student System , description: Contains the location, venue, and the address details for a person , implementation_dba_data: APPS.IGS_AD_LOCATION_ADDR_V ,
-
View: IGS_AD_LOCATION_ADDR
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the location, venue, and the address details for a person , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_LOCATION_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LOCATION_ADDR, object_name:IGS_AD_LOCATION_ADDR, status:VALID, product: IGS - Student System , description: Contains the location, venue, and the address details for a person , implementation_dba_data: APPS.IGS_AD_LOCATION_ADDR ,
-
View: IGS_AD_LOCATION_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the location, venue, and the address details for a person , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_VENUE_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE_ADDR, object_name:IGS_GR_VENUE_ADDR, status:VALID,
-
VIEW: APPS.IGS_GR_VENUE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE_ADDR_V, object_name:IGS_GR_VENUE_ADDR_V, status:VALID,
-
VIEW: APPS.IGS_AD_LOCVENUE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LOCVENUE_ADDR_V, object_name:IGS_AD_LOCVENUE_ADDR_V, status:VALID,
-
VIEW: APPS.IGS_AD_LOCATION_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LOCATION_ADDR, object_name:IGS_AD_LOCATION_ADDR, status:VALID,
-
VIEW: APPS.IGS_AD_LOCATION_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LOCATION_ADDR_V, object_name:IGS_AD_LOCATION_ADDR_V, status:VALID,
-
APPS.IGS_AD_LOCATION_ADDR_PKG SQL Statements
12.1.1
-
APPS.IGS_GR_VENUE_ADDR_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_LOCATION_ADDR_PKG dependencies on IGS_PE_HZ_LOCATIONS
12.1.1
-
APPS.IGS_PE_HZ_LOCATIONS_PKG dependencies on IGS_PE_HZ_LOCATIONS
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_VENUE_ADDR_PKG
12.1.1
-
APPS.IGS_GE_GEN_004 dependencies on IGS_PE_HZ_LOCATIONS
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_LOCATION_ADDR_PKG
12.1.1
-
APPS.IGS_GE_GEN_004 dependencies on IGS_PE_HZ_LOCATIONS
12.1.1
-
APPS.IGS_GR_VENUE_ADDR_PKG dependencies on IGS_PE_HZ_LOCATIONS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_PE_HZ_LOCATIONS_PKG dependencies on HZ_LOCATIONS
12.1.1
-
APPS.IGS_GR_VENUE_ADDR_PKG dependencies on HZ_LOCATIONS
12.1.1