Search Results igs_ad_language_int_all
Overview
IGS_AD_LANGUAGE_INT_ALL is a table in the IGS (Student System) product schema of Oracle E-Business Suite, documented as VALID in both release 12.1.1 and 12.2.2. Its stated purpose is to hold information about a person's language details. The _INT_ALL naming convention identifies this as an interface (staging) table rather than a transactional master. Within the Oracle Student System, such interface tables capture inbound language proficiency data — for example, records originating from external admissions feeds, prospect imports, or third-party testing agencies — before that data is validated and merged into the permanent person language tables. The physical schema documented for 12.1.1 contains 24 columns.
From a Data Vault modeling perspective, the mined classification for this object is standalone, indicating that the FK heuristic identified no dependent relationships to other tables. As a modeling suggestion, this object is therefore best treated as a satellite-style staging container keyed on its own surrogate identifier, rather than as a hub or link. Its integration role is transactional: records are transient in nature, present during an import or conversion run and then consumed by the corresponding business-layer process.
Key Information Stored
The documented primary key is defined by unique index IGS_AD_LANGUAGE_INT_U1 on the single column INTERFACE_LANGUAGE_ID, which serves as the surrogate identifier for each staged row. The remaining columns fall into three functional groups:
- Interface control columns: INTERFACE_ID, INTERFACE_RUN_ID, and LANG_STATUS tie each row to the batch or run that produced it, supporting reconciliation of a load.
- Language detail columns: LANGUAGE_NAME, NATIVE_LANGUAGE, PRIMARY_LANGUAGE_INDICATOR, READS_LEVEL, SPEAKS_LEVEL, WRITES_LEVEL, and UNDERSTANDS_LEVEL describe the language and the person's proficiency dimensions.
- Outcome and audit columns: STATUS, MATCH_IND, ERROR_CODE, ORG_ID, plus the standard WHO columns CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN.
ERROR_CODE and MATCH_IND are the operative processing flags: MATCH_IND records whether the staged language row was matched to an existing person or reference entry, while ERROR_CODE captures validation failures that prevent promotion to the base language tables. No business-key unique index beyond the surrogate PK is documented, so the internal key alone governs uniqueness at the database level.
Common Use Cases and Queries
The principal operational scenario is monitoring an interface run for rejects. A typical reconciliation query filters by processing flags:
SELECT INTERFACE_LANGUAGE_ID, INTERFACE_RUN_ID, LANGUAGE_NAME, STATUS, MATCH_IND, ERROR_CODE
FROM IGS.IGS_AD_LANGUAGE_INT_ALL
WHERE INTERFACE_RUN_ID = :run_id AND (ERROR_CODE IS NOT NULL OR MATCH_IND = 'N');
Reporting uses include a readiness summary of primary-language declarations per run, using PRIMARY_LANGUAGE_INDICATOR combined with ORG_ID for multi-organization filtering, and a proficiency distribution count across READS_LEVEL, SPEAKS_LEVEL, WRITES_LEVEL, and UNDERSTANDS_LEVEL. Audit queries on CREATION_DATE or LAST_UPDATE_DATE and PROGRAM_UPDATE_DATE support troubleshooting of failed batch windows, and interface administration screens typically surface unmatched rows (MATCH_IND null or negative) for manual correction before re-submission.
Related Objects
The metadata records no foreign-key dependencies for this object, so relationships are functional rather than enforced. The most significant associated objects are:
- IGS_AD_LANGUAGE_ALL — the permanent person language table that consumes validated rows from this interface table.
- IGS_AD_INTERFACE_ALL — the interface run header corresponding to INTERFACE_ID and INTERFACE_RUN_ID.
- HZ_PARTIES / PER_PERSON_NAMES_F — the person identity records against which staged language data is matched, reflected by MATCH_IND.
- FND_CONCURRENT_REQUESTS — joined via REQUEST_ID to trace the concurrent program that populated the rows.
- Standard WHO and concurrent columns — CREATED_BY, LAST_UPDATED_BY, PROGRAM_ID, and PROGRAM_APPLICATION_ID link the rows to their originating application and program.
Because the object is standalone, join integrity is maintained by the interface program logic rather than by database constraints.
-
Table: IGS_AD_LANGUAGE_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LANGUAGE_INT_ALL, object_name:IGS_AD_LANGUAGE_INT_ALL, status:VALID, product: IGS - Student System , description: Holds information about person's language details , implementation_dba_data: IGS.IGS_AD_LANGUAGE_INT_ALL ,
-
Table: IGS_AD_LANGUAGE_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about person's language details , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AD_LANGUAGE_INT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_LANGUAGE_INT_ALL, status:VALID,
-
VIEW: APPS.IGS_AD_LANGUAGE_INT
12.1.1
-
APPS.IGS_AD_IMP_012 SQL Statements
12.1.1
-
View: IGS_AD_LANGUAGE_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_LANGUAGE_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LANGUAGE_INT, object_name:IGS_AD_LANGUAGE_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_LANGUAGE_INT ,
-
PACKAGE BODY: APPS.IGS_AD_IMP_012
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_012, status:VALID,
-
TABLE: IGS.IGS_AD_LANGUAGE_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LANGUAGE_INT_ALL, object_name:IGS_AD_LANGUAGE_INT_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_PERS_IMP_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PERS_IMP_001, status:VALID,
-
VIEW: APPS.IGS_AD_LANGUAGE_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LANGUAGE_INT, object_name:IGS_AD_LANGUAGE_INT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_012
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_012 dependencies on IGS_AD_LANGUAGE_INT_ALL
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_AD_LANGUAGE_INT_ALL
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
-
PACKAGE BODY: APPS.IGS_PE_PERS_IMP_001
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_AD_CONTACTS_INT_ALL
12.1.1
-
APPS.IGS_AD_IMP_012 dependencies on IGS_AD_IMP_001
12.1.1
-
APPS.IGS_AD_IMP_012 dependencies on IGS_AD_INTERFACE_ALL
12.1.1
-
APPS.IGS_AD_IMP_012 dependencies on IGS_AD_INTERFACE
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_PE_CRED_INT
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_PE_HOUSING_INT
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_PE_ATH_PRG_INT
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_PE_PRIVACY_INT
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_PE_HEAR_DTL_INT
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_PE_FLNY_DTL_INT
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on FND_STATS
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_AD_IMP_001
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_AD_IMP_STATS
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'. ,