Search Results igs_ad_splint_int
Overview
IGS_AD_SPLINT_INT is an interface (staging) table within the Oracle E-Business Suite IGS – Student System product family. It holds applicant special interest details, serving as the transient landing area for records that describe the special interests declared by applicants during the admissions process. In the Oracle EBS architecture, "_INT" tables are conventionally populated by external feeds, inbound flat files, or batch processes and then validated and transferred into the corresponding base application tables by a concurrent program. This table therefore acts as the ingestion buffer between an external admissions source system and the core student/admissions data model.
The ETRM documentation explicitly flags this product as Obsolete and states that the object is Not implemented in this database, meaning it exists in the shipped schema definition but is not physically created or populated in the reference environment. The documented physical schema notes an owner of IGS and 19 columns. The heuristic Data Vault classification is standalone, which suggests, from a modeling perspective, that the table is not tightly integrated into the surrounding foreign-key network and may be treated as an independent staging construct rather than a true hub, link, or satellite. Where an integration staging table is not keyed into a surrounding referential web, a satellite-style wrapper around the interface run and applicant context is a reasonable modeling choice.
Key Information Stored
The primary key is defined by IGS_AD_SPLINT_INT_PK on the column INTERFACE_SPLINT_ID, which is the surrogate identifier for each staged row. A unique index, IGS_AD_SPLINT_INT_ALL_U1, is documented on the same column, identifying it as the principal business-key candidate.
The most significant columns include:
- INTERFACE_SPLINT_ID – surrogate primary key and business-key candidate for the staged record.
- INTERFACE_APPL_ID – links the special interest line to the parent applicant interface record.
- SPECIAL_INTEREST_TYPE_ID – identifies the type of special interest being declared.
- STATUS and ERROR_CODE / ERROR_TEXT – convey processing outcome and validation failure diagnostics for each row.
- PERSON_ID – the person associated with the special interest.
- ADMISSION_APPL_NUMBER and ADMISSION_APPLICATION_TYPE – the admission application reference and type.
- INTERFACE_RUN_ID – groups rows by a single interface execution.
- Standard WHO/audit columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
- Concurrent program context: REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical use cases involve auditing inbound admissions feeds, diagnosing rejected rows, and reconciling counts between the source file and the base tables. A common query retrieves all failing rows for a run:
SELECT INTERFACE_SPLINT_ID, INTERFACE_APPL_ID, SPECIAL_INTEREST_TYPE_ID, ERROR_CODE, ERROR_TEXT FROM IGS_AD_SPLINT_INT WHERE INTERFACE_RUN_ID = :run_id AND STATUS = 'E';
A reconciliation pattern groups rows by run and status to confirm throughput:
SELECT INTERFACE_RUN_ID, STATUS, COUNT(*) FROM IGS_AD_SPLINT_INT GROUP BY INTERFACE_RUN_ID, STATUS;
Because the table is documented as not implemented, these patterns should be treated as reference designs rather than verified production queries.
Related Objects
Given the standalone classification, no foreign keys are documented. The most plausible dependencies, based on the documented column semantics, are:
- IGS_AD_APPL_INT – parent applicant interface table, joined via INTERFACE_APPL_ID.
- IGS_AD_SPLINT – the base special interest table populated after validation.
- IGS_AD_SPECIAL_INTEREST – special interest type reference, via SPECIAL_INTEREST_TYPE_ID.
- HZ_PARTIES / PER_ALL_PEOPLE_F – person context via PERSON_ID.
- FND_CONCURRENT_REQUESTS – run context via REQUEST_ID.
As the product is obsolete, these relationships should be confirmed against the actual instance before reliance.
-
Table: IGS_AD_SPLINT_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant special interest details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SPLINT_INT
12.1.1
product: IGS - Student System , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SPLINT_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SPLINT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPLINT_INT, object_name:IGS_AD_SPLINT_INT, status:VALID, product: IGS - Student System , description: Holds applicant special interest details , implementation_dba_data: IGS.IGS_AD_SPLINT_INT ,
-
SYNONYM: APPS.IGS_AD_SPLINT_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_SPLINT_INT, status:VALID,
-
APPS.IGS_AD_IMP_003 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_003, status:VALID,
-
TABLE: IGS.IGS_AD_SPLINT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPLINT_INT, object_name:IGS_AD_SPLINT_INT, 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,
-
PACKAGE BODY: APPS.IGS_AD_IMP_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_015, 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_SPLINT_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_SPLINT_INT
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_SPLINT_INT
12.1.1
-
APPS.IGS_AD_IMP_001 SQL Statements
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
-
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_PERSTMT_INT
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_FEE_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_OTHINST_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_APPHIST_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_NOTES_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_APPINT_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_OTHINST_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_FEE_INT
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_PERSTMT_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_IMP_003
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_INSTHIST_INT
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_GEN_016
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on FND_STATS
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on IGS_AD_IMP_001
12.1.1
-
APPS.IGS_AD_IMP_003 dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_APL_INT
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'. ,