Search Results correspondence_ind
Overview
IGS_GR_VENUE_ADDR is a reporting and integration view within the Oracle E-Business Suite Student System (product family IGS). Its purpose is to present venue address information in a denormalized, business-friendly form. In the 12.1.1 and 12.2.2 releases, IGS objects belong to the legacy Student System module, which Oracle has designated as obsolete. The view therefore survives primarily for backward compatibility with custom reports, extracts, and interfaces that were built against the original IGS data model rather than being actively maintained as part of current functionality.
The view exposes mailing-style address attributes for a venue, including a set of free-form address lines, city, state, province, county, country, postal code, and an address type/use code. Because the underlying address structures are shared with the common HZ (Trading Community) location tables, the view also surfaces standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and concurrent program context columns (REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE). This makes it suitable for audit-oriented extracts as well as simple address listings.
Underlying Base Objects
The ETRM metadata does not document a formal list of referenced base objects, and the object is recorded as "Not implemented in this database" for the reference environment. The view text, however, defines the join logic. Four base objects are referenced:
- HZ_LOCATIONS (alias HL) — the standard Trading Community location table holding ADDRESS1 through ADDRESS4, city, state, province, county, country, postal code, and delivery point.
- IGS_AD_LOCVENUE_ADDR (alias LA) — the IGS venue address link table, providing the link to the location, the venue code, and identifying-address flags.
- IGS_PE_HZ_LOCATIONS (alias IHL) — the IGS extension to HZ locations, carrying contact person, verification date, and additional detail attributes.
- IGS_PE_LOCVENUE_USE (alias PLU) — the venue use table supplying the address type/site use code. It is outer-joined through LOC_VENUE_ADDR_ID.
The joins relate all records on LOCATION_ID and restrict to SOURCE_TYPE = 'V' (venue). The outer join to IGS_PE_LOCVENUE_USE means a venue address row can exist even where no use record is defined.
Key Columns
- ROW_ID — the ROWID of the IGS_AD_LOCVENUE_ADDR row; useful for direct row access.
- LOCATION_ID — key to HZ_LOCATIONS; the join spine of the view.
- VENUE_CD — the venue code from the link table.
- START_DT / END_DT — effective and expiration dates of the address.
- ADDR_TYPE — the site use code bound as the address type.
- ADDR_LINE_1 through ADDR_LINE_4 — the free-form address lines, sourced from HZ_LOCATIONS ADDRESS1–ADDRESS4. ADDR_LINE_1 corresponds to the user's search term and is the most commonly queried attribute.
- CITY, STATE, PROVINCE, COUNTY, COUNTRY, POSTAL_CODE, DELIVERY_POINT_CODE — geographic and delivery attributes.
- CONTACT_PERSON, DATE_LAST_VERIFIED, OTHER_DETAILS_1–3 — IGS-specific extension attributes.
- CORRESPONDENCE_IND — derived from IDENTIFYING_ADDRESS_FLAG, indicating a correspondence or identifying address.
Common Use Cases and Queries
Typical uses include producing venue address lists for registration, scheduling, and event correspondence reporting, and feeding address data into external mail or mapping systems. A simple listing:
SELECT venue_cd, addr_type, addr_line_1, addr_line_2, city, state, postal_code FROM igs_gr_venue_addr WHERE start_dt <= SYSDATE AND (end_dt IS NULL OR end_dt >= SYSDATE);
Filtering on the searched column:
SELECT venue_cd, addr_line_1, addr_line_2, city
FROM igs_gr_venue_addr
WHERE UPPER(addr_line_1) LIKE UPPER('%&keyword%');
Because the module is obsolete, users should verify view existence before relying on it and consider replacement with standard HZ location queries in current implementations.
-
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
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 ,
-
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 ,
-
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 ,
-
VIEW: APPS.IGS_GR_VENUE_ADDR_V
12.1.1
-
VIEW: APPS.IGS_GR_VENUE_ADDR
12.1.1
-
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: IGS_PE_PERSON_ADDR
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON_ADDR describes the address information of a person , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ADDR, object_name:IGS_PE_PERSON_ADDR, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_ADDR describes the address information of a person , implementation_dba_data: APPS.IGS_PE_PERSON_ADDR ,
-
VIEW: APPS.IGS_PE_API_ALT_PERS_ID_V
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_ADDR
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_ADDR_V
12.1.1
-
View: IGS_OR_ADDR
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_OR_ADDR is used to capture the details of address. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_OR_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_ADDR, object_name:IGS_OR_ADDR, status:VALID, product: IGS - Student System , description: IGS_OR_ADDR is used to capture the details of address. , implementation_dba_data: APPS.IGS_OR_ADDR ,
-
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,
-
View: IGS_OR_INST_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_ADDR, object_name:IGS_OR_INST_ADDR, status:VALID, product: IGS - Student System , description: IGS_OR_INST_ADDR is used to capture the address of the institution. , implementation_dba_data: APPS.IGS_OR_INST_ADDR ,
-
View: IGS_OR_INST_ADDR
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_OR_INST_ADDR is used to capture the address of the institution. , 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: APPS.IGS_OR_INST_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_ADDR, object_name:IGS_OR_INST_ADDR, status:VALID,
-
VIEW: APPS.IGS_OR_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_ADDR, object_name:IGS_OR_ADDR, status:VALID,
-
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: IGS_PE_API_ALT_PERS_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_API_ALT_PERS_ID_V, object_name:IGS_PE_API_ALT_PERS_ID_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_API_ALT_PERS_ID_V ,
-
View: IGS_PE_API_ALT_PERS_ID_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_PERSON_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ADDR, object_name:IGS_PE_PERSON_ADDR, status:VALID,
-
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,
-
PACKAGE BODY: APPS.IGS_AS_VAL_VEA
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_VAL_IA
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_VAL_OA
12.1.1
-
APPS.IGS_AS_VAL_VEA dependencies on IGS_CO_ADDR_TYPE
12.1.1
-
APPS.IGS_OR_VAL_OA dependencies on IGS_CO_ADDR_TYPE
12.1.1
-
APPS.IGS_AS_VAL_VEA dependencies on IGS_GR_VENUE_ADDR
12.1.1
-
APPS.IGS_AD_IMP_002 SQL Statements
12.1.1
-
APPS.IGS_OR_VAL_OA dependencies on IGS_OR_ADDR
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_002
12.1.1
-
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'. ,