Search Results igs_ad_othinst_int
Overview
The view IGS_AD_OTHINST_INT belongs to the IGS (Student System) product family within Oracle E-Business Suite. In ETRM metadata for release 12.2.2, the owning product is explicitly flagged as obsolete, and the object is recorded as "Not implemented in this database." This status is significant: the view is a legacy artifact originating from the Oracle Student System data model, which was never fully delivered or was withdrawn from the supported EBS footprint. In 12.1.1 and 12.2.2 environments, the view will therefore typically be absent unless a site has retained a custom or historical installation of the student modules.
Functionally, IGS_AD_OTHINST_INT is an interface view rather than an operational reporting view. Its name follows the IGS convention for interface staging objects, where the _INT suffix denotes data awaiting validation and transfer into the base admissions tables. The view exposes the "_ALL" variant of the underlying interface table, making it multi-organization aware through the ORG_ID column. The subject matter — other institutions (OTHINST) — indicates that the view carries records describing external academic institutions associated with an applicant or student, such as prior schools or transferring institutions.
Underlying Base Objects
According to the documented view text, IGS_AD_OTHINST_INT is defined as a simple projection over a single base object: IGS_AD_OTHINST_INT_ALL. The ETRM metadata lists no other referenced base objects, confirming that the view performs no joins, unions, or aggregations. Its purpose is to present the _ALL table with a synthesized ROW_ID based on TAB.ROWID, which allows interactive applications such as Oracle Forms to identify rows uniquely without depending on a single primary key column.
Because the definition is a one-to-one column mapping, the view behaves as a filtered or presentation-layer alias. Any row-level security or org-striping logic applied to the _ALL table at the table or synonym level would be inherited by the view. No documented dependencies on additional IGS tables, lookups, or APIs are recorded.
Key Columns
ROW_ID— Pseudo-column derived from the underlying tableROWID; used by forms for row identification.ORG_ID— Operating unit identifier, supporting multi-org access to the_ALLtable.INTERFACE_OTHINST_ID— Primary interface identifier for each staged other-institution record.INTERFACE_ID— Links the staged row to a parent interface process or batch.INSTITUTION_CD— Code of the external institution being staged.MATCH_IND— Match indicator showing whether the staged institution was matched against an existing record.STATUS— Processing status of the interface row (for example, pending, validated, or errored).ERROR_CODE— Error identifier populated when validation fails.INTERFACE_APPL_ID,REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE— Concurrent program and request audit trail columns.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— Standard WHO audit columns.
Common Use Cases and Queries
In installations where the IGS schema is present, this view is used to inspect staged other-institution data before or after the admissions interface concurrent program processes it. Typical operational queries check for rows that failed validation or remain unprocessed.
- Reviewing error records:
SELECT INTERFACE_ID, INSTITUTION_CD, ERROR_CODE FROM IGS_AD_OTHINST_INT WHERE STATUS = 'ERROR'; - Auditing a specific concurrent request:
SELECT * FROM IGS_AD_OTHINST_INT WHERE REQUEST_ID = :request_id; - Checking match outcomes for an org:
SELECT INSTITUTION_CD, MATCH_IND FROM IGS_AD_OTHINST_INT WHERE ORG_ID = :org_id;
Given the obsolete and unimplemented status in 12.1.1 and 12.2.2, these queries are relevant primarily to legacy or custom deployments. In standard supported environments, the view should not be expected to exist, and no Oracle-supported interface process depends on it.
-
View: IGS_AD_OTHINST_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_OTHINST_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Contains information about other institutions in which the person is interested to be imported. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_OTHINST_INT
12.1.1
product: IGS - Student System , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_OTHINST_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OTHINST_INT, object_name:IGS_AD_OTHINST_INT, status:VALID, product: IGS - Student System , description: Contains information about other institutions in which the person is interested to be imported. , implementation_dba_data: IGS.IGS_AD_OTHINST_INT ,
-
SYNONYM: APPS.IGS_AD_OTHINST_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OTHINST_INT, status:VALID,
-
APPS.IGS_AD_IMP_003 SQL Statements
12.1.1
-
TABLE: IGS.IGS_AD_OTHINST_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OTHINST_INT, object_name:IGS_AD_OTHINST_INT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_015, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_001, status:VALID,
-
APPS.IGS_AD_IMP_015 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_003
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_015
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_OTHINST_INT
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_OTHINST_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_OTHINST_INT
12.1.1
-
APPS.IGS_AD_IMP_001 SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
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
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_ACADINT_INT
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_SPLTAL_INT
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_APPINT_INT
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_SPLINT_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_SPLINT_INT
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_PS_APPL_INST_INT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_001
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_SPLTAL_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_ACADINT_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_APPINT_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_APPHIST_INT
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_IMP_001
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_INSTHIST_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_IMP_003
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_GEN_016
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_APL_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_PS_APPL_INST_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on FND_STATS
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on FND_MESSAGE
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'. ,