Search Results igs_ad_stat_int
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 ,
-
VIEW: APPS.IGS_AD_IMP_MATCHES_P_V
12.1.1
-
VIEW: APPS.IGS_AD_IMP_MATCHES_PP_V
12.1.1
-
VIEW: APPS.IGS_AD_IMP_MATCHES_PA_V
12.1.1
-
VIEW: APPS.IGS_AD_IMP_MATCHES_PPA_V
12.1.1
-
SYNONYM: APPS.IGS_AD_STAT_INT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_STAT_INT_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGR_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_GEN_002, status:VALID,
-
View: IGS_AD_IMP_MATCHES_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_MATCHES_P_V, object_name:IGS_AD_IMP_MATCHES_P_V, status:VALID, product: IGS - Student System , description: Gets the person details for the import process from the interface and person statistic tables , implementation_dba_data: APPS.IGS_AD_IMP_MATCHES_P_V ,
-
View: IGS_AD_IMP_MATCHES_PP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Gets the person details for the import process from the interface tables , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_IMP_009
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_009, status:VALID,
-
View: IGS_AD_IMP_MATCHES_P_V
12.2.2
product: IGS - Student System (Obsolete) , description: Gets the person details for the import process from the interface and person statistic tables , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_IMP_MATCHES_PP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_MATCHES_PP_V, object_name:IGS_AD_IMP_MATCHES_PP_V, status:VALID, product: IGS - Student System , description: Gets the person details for the import process from the interface tables , implementation_dba_data: APPS.IGS_AD_IMP_MATCHES_PP_V ,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_HESA_TO_OSS_PKG, status:VALID,
-
View: IGS_AD_IMP_MATCHES_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_MATCHES_PA_V, object_name:IGS_AD_IMP_MATCHES_PA_V, status:VALID, product: IGS - Student System , description: Gets the person details for the import process from the interface tables , implementation_dba_data: APPS.IGS_AD_IMP_MATCHES_PA_V ,
-
PACKAGE BODY: APPS.IGR_IMP_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_IMP_001, status:VALID,
-
View: IGS_AD_IMP_MATCHES_PA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Gets the person details for the import process from the interface tables , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_IMP_MATCHES_PPA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_MATCHES_PPA_V, object_name:IGS_AD_IMP_MATCHES_PPA_V, status:VALID, product: IGS - Student System , description: Gets the person details for the import process from the interface and person address tables , implementation_dba_data: APPS.IGS_AD_IMP_MATCHES_PPA_V ,
-
PACKAGE BODY: APPS.IGS_HE_IMPORT_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_IMPORT_DATA, status:VALID,
-
View: IGS_AD_IMP_MATCHES_PPA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Gets the person details for the import process from the interface and person address tables , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_GEN_002 SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_IMP_MATCHES_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_MATCHES_P_V, object_name:IGS_AD_IMP_MATCHES_P_V, 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,
-
VIEW: APPS.IGS_AD_IMP_MATCHES_PP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_MATCHES_PP_V, object_name:IGS_AD_IMP_MATCHES_PP_V, status:VALID,
-
VIEW: APPS.IGS_AD_IMP_MATCHES_PPA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_MATCHES_PPA_V, object_name:IGS_AD_IMP_MATCHES_PPA_V, status:VALID,
-
APPS.IGS_PE_STAT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_IMP_MATCHES_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_MATCHES_PA_V, object_name:IGS_AD_IMP_MATCHES_PA_V, status:VALID,
-
APPS.IGR_IMP_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_STAT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGR_GEN_002
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_AD_STAT_INT
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_AD_STAT_INT
12.1.1
-
APPS.IGS_HE_IMPORT_DATA dependencies on IGS_AD_STAT_INT
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_AD_STAT_INT
12.1.1
-
APPS.IGS_AD_IMP_009 dependencies on IGS_AD_STAT_INT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_IMP_009 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_001
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_PE_STAT_PKG dependencies on IGS_PE_STAT_DETAILS
12.1.1
-
APPS.IGS_HE_IMPORT_DATA SQL Statements
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_PE_CITIZEN_INT
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_PE_RACE_INT
12.1.1
-
APPS.IGR_GEN_002 dependencies on FND_MESSAGE
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_AD_INTERFACE_ALL
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_AD_CONTACTS_INT_ALL
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_AD_INTERFACE_S
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1