Search Results igs_or_inst_addr
Overview
IGS_OR_INST_ADDR is a reporting view within the Oracle E-Business Suite IGS (Student System) product family, which is documented in ETRM as obsolete for releases 12.1.1 and 12.2.2. The view is defined to capture the address of the institution, consolidating institution address data that originates from the Oracle Trading Community Architecture (TCA) party and location model together with IGS-specific party-site extensions.
The view was designed to expose institution addresses in a form suitable for reporting and integration, presenting each institution party site as a discrete address record with descriptive address attributes, site-use classification, institution code, and effective dating. Because IGS is flagged as obsolete, the view carries no active implementation in a standard 12.2.2 environment, and the ETRM record notes "Not implemented in this database." Organizations that still reference this object are typically maintaining legacy Student System customizations, historical extracts, or migration artifacts.
Underlying Base Objects
The view is defined over six underlying objects. Four are TCA entities and two are IGS-specific cross-reference tables:
- HZ_PARTIES — the party master, supplying the party identifier and party number mapped to TCA_PARTY_NUMBER.
- HZ_PARTY_SITES — the association between a party and a location, supplying identifying-address flag, status, and the ROWID used as ROW_ID.
- HZ_LOCATIONS — the actual address lines, city, state, province, county, country, postal code, and delivery point code.
- HZ_PARTY_SITE_USES — the site-use classification, exposed as SITE_USE_TYPE.
- IGS_PE_HZ_PARTY_SITES — the IGS extension carrying START_DATE and END_DATE for the institution party site.
- IGS_PE_HZ_PARTIES — the IGS extension supplying OSS_ORG_UNIT_CD, exposed as INSTITUTION_CD.
Joins to IGS_PE_HZ_PARTIES and IGS_PE_HZ_PARTY_SITES are outer joins, so parties and sites without IGS extension rows are still returned. The join to HZ_PARTY_SITE_USES is also an outer join. The ETRM record lists no referenced base objects separately, so the view text above is the authoritative definition.
Key Columns
- ROW_ID — the HZ_PARTY_SITES ROWID, useful as a pseudo-key for updates and deletes.
- TCA_PARTY_NUMBER — the party number from HZ_PARTIES.
- INSTITUTION_CD — the OSS organization unit code from IGS_PE_HZ_PARTIES, identifying the institution.
- START_DT, EFFECTIVE_DT, END_DT — effective dating from IGS_PE_HZ_PARTY_SITES; START_DT and EFFECTIVE_DT both map to the underlying start date.
- SITE_USE_TYPE — the address purpose from HZ_PARTY_SITE_USES.
- ADDRESS1 through ADDRESS4, CITY, STATE, PROVINCE, COUNTY, COUNTRY, POSTAL_CODE, DELIVERY_POINT_CODE — the location address attributes.
- IDENTIFYING_ADDRESS_FLAG and STATUS — flags from the party site.
- DATE_LAST_VERIFIED, OTHER_DETAILS_1–3 — placeholders returned as NULL in the view text.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — standard audit and concurrent program columns.
Note the column list in the ETRM documentation shows ADDR_TYPE and CORRESPONDENCE_IND, whereas the view text emits SITE_USE_TYPE and IDENTIFYING_ADDRESS_FLAG; the view text should be treated as authoritative where they conflict.
Common Use Cases and Queries
Typical use cases include institutional address listings, integration extracts that feed external systems with institution contact information, and migration reconciliation between legacy IGS address data and TCA. A representative query is:
- SELECT INSTITUTION_CD, TCA_PARTY_NUMBER, ADDRESS1, ADDRESS2, CITY, STATE, POSTAL_CODE, COUNTRY, SITE_USE_TYPE, START_DT, END_DT, STATUS FROM IGS_OR_INST_ADDR ORDER BY INSTITUTION_CD, START_DT;
- To retrieve only the current, active addresses: SELECT * FROM IGS_OR_INST_ADDR WHERE SYSDATE BETWEEN START_DT AND NVL(END_DT, SYSDATE) AND STATUS = 'A';
- To join to other IGS entities by institution: SELECT a.INSTITUTION_CD, a.ADDRESS1, a.CITY FROM IGS_OR_INST_ADDR a WHERE a.INSTITUTION_CD = :institution_code;
Because the view is documented as obsolete and not implemented in the 12.2.2 database, queries against it will fail unless the underlying IGS objects and the view itself have been manually retained or recreated. In supported configurations, equivalent institution address data should be sourced directly from the TCA tables (HZ_PARTIES, HZ_PARTY_SITES, HZ_LOCATIONS, HZ_PARTY_SITE_USES).
-
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_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 ,
-
APPS.IGS_OR_INST_ADDR_PKG SQL Statements
12.1.1
-
APPS.IGS_OR_VAL_IA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_INST_ADDR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_INST_ADDR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_INST_ADDR_PKG, 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_OR_VAL_IA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_VAL_IA, 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,
-
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_AD_ASSIGN_REVIEW_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ASSIGN_REVIEW_GRP, status:VALID,
-
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,
-
APPS.IGS_GE_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_GE_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_VAL_IA
12.1.1
-
SYNONYM: APPS.IGS_PE_HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_HZ_PARTIES, 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_OR_VAL_IA dependencies on IGS_OR_INST_ADDR
12.1.1
-
APPS.IGS_GE_GEN_002 dependencies on IGS_OR_INST_ADDR
12.1.1
-
APPS.IGS_OR_INST_ADDR_PKG dependencies on IGS_OR_INST_ADDR
12.1.1
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP dependencies on IGS_OR_INST_ADDR
12.1.1
-
APPS.IGS_GE_GEN_001 dependencies on IGS_OR_INST_ADDR
12.1.1
-
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_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_GE_GEN_002
12.1.1
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_GE_GEN_001 dependencies on IGS_OR_INSTITUTION
12.1.1
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_GE_GEN_002 dependencies on IGS_OR_INSTITUTION
12.1.1
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ASSIGN_REVIEW_GRP
12.1.1
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP dependencies on FND_DSQL
12.1.1
-
12.1.1 DBA Data
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'. ,
-
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'. ,