Search Results interface_stat_id
Overview
IGS_AD_STAT_INT is a reporting and integration view belonging to the IGS (Student System) product family within Oracle E-Business Suite. The view exposes records from the student statistics interface staging area, presenting personal, demographic, and status attributes that are staged for processing into the Student System. Because the module is flagged as obsolete in the ETRM documentation, the view is retained for backward compatibility and historical reporting rather than for active functional processing in Oracle EBS 12.1.1 or 12.2.2. The metadata notes that it is "Not implemented in this database," meaning the view may not exist in every environment and its availability depends on whether the IGS Student System schema components were ever deployed.
The view is defined as a thin projection over the underlying interface table, selecting the table's ROWID as ROW_ID together with the full set of interface and descriptive columns. Its principal role is to provide a stable, query-friendly interface for extracting staged student statistics records — including the PLACE_OF_BIRTH column, which was the specific search term that surfaced this object.
Underlying Base Objects
The view text confirms its sole referenced base object:
- IGS_AD_STAT_INT_ALL — the multi-organization interface table holding staged student statistics records. The view selects all rows from this table and renames the anchor table alias as TAB.
The view is essentially a one-to-one row projection. No joins, unions, or aggregations are present in the documented view text, so row counts and key uniqueness characteristics are inherited directly from IGS_AD_STAT_INT_ALL. The _ALL suffix on the base table indicates an organization-partitioned (multi-org) design, which is why ORG_ID appears as an exposed column and typically participates in the operating unit security model.
Key Columns
- ROW_ID — the physical ROWID of the underlying interface row, useful for targeted updates or deletes of staged records.
- ORG_ID — the operating unit identifier supporting multi-organization access control.
- INTERFACE_STAT_ID / INTERFACE_ID — the primary interface identifiers linking the staged statistics record to its parent interface batch or run.
- PERSON_ID — the person identifier of the student to whom the statistics record applies.
- PLACE_OF_BIRTH — the recorded place of birth for the person, the attribute highlighted by the originating search.
- MARITAL_STATUS / MARITAL_STATUS_EFFECTIVE_DATE — marital status code and its effective date.
- RELIGION_CD, ETHNIC_ORIGIN, RESID_STAT_ID, COUNTRY_CD3 — additional demographic and residency attributes.
- CRIMINAL_CONVICT, ACAD_DISMISSAL, NON_ACAD_DISMISSAL — disciplinary and background indicator flags.
- STATUS, MATCH_IND, ERROR_CODE — interface processing state, match indicator, and validation error information for reconciliation of staged data.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE20 — the standard EBS descriptive flexfield columns for locale-specific or institution-specific extensions.
- Audit and concurrency columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE) — standard WHO columns recording the concurrent program context that produced or modified each row.
Common Use Cases and Queries
Typical usage centers on auditing and troubleshooting staged student statistics data, particularly where place-of-birth or demographic attributes are involved. A representative query filtering on the searched attribute is:
SELECT person_id, place_of_birth, marital_status, status, error_code FROM igs_ad_stat_int WHERE place_of_birth IS NOT NULL;SELECT interface_stat_id, interface_id, person_id, status, error_code FROM igs_ad_stat_int WHERE status = 'E' OR error_code IS NOT NULL;— identifies staged rows that failed validation.SELECT org_id, COUNT(*) FROM igs_ad_stat_int GROUP BY org_id;— validates multi-org distribution of staged data.
Because the object is obsolete and not implemented in all databases, queries should first confirm existence via ALL_VIEWS before use, and any production reporting should migrate to the currently supported Student System interface tables.
-
View: IGS_AD_STAT_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_STAT_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_STAT_INT, object_name:IGS_AD_STAT_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_STAT_INT ,
-
Table: IGS_AD_STAT_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_STAT_INT_ALL, object_name:IGS_AD_STAT_INT_ALL, status:VALID, product: IGS - Student System , description: Holds person's statistics records , implementation_dba_data: IGS.IGS_AD_STAT_INT_ALL ,
-
VIEW: APPS.IGS_AD_STAT_INT
12.1.1
-
Table: IGS_AD_STAT_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds person's statistics records , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_STAT_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_STAT_INT_ALL_OLD, status:VALID,
-
VIEW: APPS.IGS_AD_STAT_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_STAT_INT, object_name:IGS_AD_STAT_INT, status:VALID,
-
TABLE: IGS.IGS_AD_STAT_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_STAT_INT_ALL, object_name:IGS_AD_STAT_INT_ALL, status:VALID,
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_008 SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_002 SQL Statements
12.1.1
-
APPS.IGS_HE_IMPORT_DATA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_008
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG
12.1.1
-
APPS.IGR_IMP_001 SQL Statements
12.1.1
-
APPS.IGS_HE_IMPORT_DATA dependencies on IGS_AD_STAT_INT
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_AD_STAT_INT_ALL
12.1.1
-
APPS.IGS_AD_IMP_008 dependencies on IGS_AD_STAT_INT_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_AD_STAT_INT_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_002
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_AD_STAT_INT
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on FND_GLOBAL
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_AD_STAT_INT
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_001
12.1.1
-
APPS.IGS_AD_IMP_008 dependencies on FND_LOG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_IMPORT_DATA
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_AD_INTERFACE_ALL
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_AD_INTERFACE
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'. ,