Search Results correspondence_flag
Overview
The IGS_AD_ADDR_INT view belongs to the IGS (Student System) product family, which is documented as obsolete in Oracle EBS 12.1.1 and 12.2.2. In the ETRM reference for release 12.2.2, this object is explicitly listed as "Not implemented in this database," meaning it is a legacy metadata artifact retained for documentation and migration auditing rather than an active runtime object. The view presents address interface data — the staging records that were historically loaded into Oracle's party and location infrastructure through the customer or student data import process. Its role in reporting and integration was to expose inbound address rows, their validation status, and any error codes produced during import, before those rows were promoted into the base party/site tables.
Users searching for the column token other_details_2 encounter this view because that column appears in the documented SELECT text, but practitioners should note that the view is not instantiated in the current database, so any reference to it in custom code will fail at runtime.
Underlying Base Objects
The documented view text selects from a single underlying object: IGS_AD_ADDR_INT_ALL. The _ALL suffix indicates that the interface table was partitioned or filtered by ORG_ID to support multi-organization (operating unit) security. ETRM metadata lists no other dependent objects, which is consistent with a thin interface view whose purpose was to apply the organization security predicate on top of the staging table.
Because the base interface table carries the full set of address attributes plus TCA-style interface columns (MATCH_IND, STATUS, ERROR_CODE, REQUEST_ID, PROGRAM_ID), the view behaves as a pass-through projection. It does not denormalize, aggregate, or join to lookup tables; it simply restricts rows by operating unit and renames ROWID as ROW_ID for downstream identification.
Key Columns
INTERFACE_ADDR_ID/INTERFACE_ID— surrogate and batch identifiers for each staged address record.ADDR_LINE_1throughADDR_LINE_4— free-text address lines.POSTCODE,CITY,STATE,COUNTY,PROVINCE,COUNTRY— geographic components.OTHER_DETAILS,OTHER_DETAILS_1,OTHER_DETAILS_2,OTHER_DETAILS_3— generic overflow fields used to carry locale-specific or institution-specific address attributes that had no dedicated column.OTHER_DETAILS_2is the third of these slots in positional order.DELIVERY_POINT_CODE— postal delivery point reference.CORRESPONDENCE_FLAG— indicates whether the address is used for correspondence.START_DATE/END_DATE— validity window for the address.MATCH_IND— matching outcome during import processing.STATUS,ERROR_CODE— import processing state and validation failure reason.ORG_ID— operating unit used for security filtering.CONTACT_PERSON_ID,DUP_PARTY_SITE_ID,DATE_LAST_VERIFIED— party/site linkage and de-duplication attributes.- Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,REQUEST_ID,PROGRAM_ID,PROGRAM_APPLICATION_ID,PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
The classic use case was monitoring an inbound address import batch, checking which rows failed validation, and inspecting the overflow columns such as OTHER_DETAILS_2 that carried non-standard attributes. A representative query would be:
SELECT INTERFACE_ADDR_ID, STATUS, ERROR_CODE, OTHER_DETAILS_2 FROM IGS_AD_ADDR_INT WHERE STATUS = 'ERROR';SELECT ORG_ID, COUNT(*) FROM IGS_AD_ADDR_INT GROUP BY ORG_ID;SELECT INTERFACE_ID, MATCH_IND, CONTACT_PERSON_ID FROM IGS_AD_ADDR_INT WHERE REQUEST_ID = :request_id;
Given the "Not implemented" designation, these queries are only meaningful against an environment where the underlying IGS_AD_ADDR_INT_ALL table still exists. In current 12.1.1 and 12.2.2 instances, equivalent functionality is provided by the TCA interface tables (for example HZ_IMP_ADDRESSES_TBL and related HZ_IMP_* objects). Consultants should reference this view only for historical or migration documentation, and should not build new dependencies on it.
-
View: IGS_AD_ADDR_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADDR_INT, object_name:IGS_AD_ADDR_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ADDR_INT ,
-
View: IGS_AD_ADDR_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_ADDR_INT
12.1.1
-
TABLE: IGS.IGS_OR_ADR_INT_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_OR_ADR_INT_OLD, status:VALID,
-
VIEW: APPS.IGS_AD_ADDR_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADDR_INT, object_name:IGS_AD_ADDR_INT, status:VALID,
-
VIEW: FV.FV_CCR_PROCESS_GT#
12.2.2
-
VIEW: FV.FV_CCR_FILE_TEMP#
12.2.2
-
TABLE: IGS.IGS_AD_ADDR_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADDR_INT_ALL, object_name:IGS_AD_ADDR_INT_ALL, status:VALID,
-
TABLE: IGS.IGS_OR_ADR_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_ADR_INT, object_name:IGS_OR_ADR_INT, status:VALID,
-
VIEW: FV.FV_CCR_VENDORS#
12.2.2
-
TABLE: FV.FV_CCR_PROCESS_GT
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CCR_PROCESS_GT, object_name:FV_CCR_PROCESS_GT, status:VALID,
-
TABLE: FV.FV_CCR_PROCESS_GT
12.1.1
owner:FV, object_type:TABLE, object_name:FV_CCR_PROCESS_GT, status:VALID,
-
APPS.FV_CCR_DATA_LOAD_PKG SQL Statements
12.2.2
-
VIEW: FV.FV_CCR_FILE_TEMP#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_CCR_FILE_TEMP#, status:VALID,
-
VIEW: FV.FV_CCR_PROCESS_GT#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_CCR_PROCESS_GT#, status:VALID,
-
APPS.FV_CCR_DATA_LOAD_PKG SQL Statements
12.1.1
-
VIEW: FV.FV_CCR_VENDORS#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_CCR_VENDORS#, status:VALID,
-
TABLE: FV.FV_CCR_FILE_TEMP
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CCR_FILE_TEMP, object_name:FV_CCR_FILE_TEMP, status:VALID,
-
TABLE: FV.FV_CCR_FILE_TEMP
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CCR_FILE_TEMP, object_name:FV_CCR_FILE_TEMP, status:VALID,
-
APPS.FV_CCR_BPN_LOAD_PKG SQL Statements
12.2.2
-
APPS.IGS_UC_EXP_APPLICANT_DTLS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FV_CCR_DATA_LOAD_PKG
12.1.1
-
PACKAGE BODY: APPS.FV_CCR_DATA_LOAD_PKG
12.2.2
-
APPS.IGR_IMP_001 SQL Statements
12.1.1
-
TABLE: FV.FV_CCR_VENDORS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CCR_VENDORS, object_name:FV_CCR_VENDORS, status:VALID,
-
TABLE: FV.FV_CCR_VENDORS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CCR_VENDORS, object_name:FV_CCR_VENDORS, status:VALID,
-
PACKAGE BODY: APPS.FV_CCR_BPN_LOAD_PKG
12.2.2
-
PACKAGE BODY: APPS.IGR_IMP_001
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXP_APPLICANT_DTLS
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_026
12.1.1
-
eTRM - FV Tables and Views
12.2.2
description: Temporary table populated during the Year End Closing process ,
-
eTRM - FV Tables and Views
12.1.1
description: Temporary table populated during the Year End Closing process ,
-
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'. ,