Search Results igs_ad_acadhis_int_all
Overview
The table IGS_AD_ACADHIS_INT_ALL is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS). As indicated by its name and the provided metadata, this table serves as an interface table designed to hold information about a person's academic history. In the context of EBS 12.1.1 and 12.2.2, interface tables are critical components for data integration, often acting as staging areas for data being loaded from external systems or legacy applications into the transactional base tables of the Student System. Its role is to facilitate the controlled and validated transfer of academic history records, ensuring data integrity before it is processed and moved to permanent storage in related application tables.
Key Information Stored
While the specific column list is not detailed in the provided excerpt, the table's primary key and foreign key relationships define its critical structure. The primary key is INTERFACE_ACADHIS_ID, a unique identifier for each academic history record within the interface. A pivotal foreign key column is EDUCATION_ID, which links the interface records to the HZ_EDUCATION table in Oracle Trading Community Architecture (TCA). This relationship indicates that the academic history data stored here is associated with a standardized education record for a party within the system. Typically, such a table would also contain columns for institution details, dates of attendance, degrees or qualifications earned, grades, and status flags to manage the interface process (e.g., PROCESS_STATUS, ERROR_MESSAGE).
Common Use Cases and Queries
The primary use case for IGS_AD_ACADHIS_INT_ALL is the batch loading of student academic transcripts or prior educational background during admissions processes or system migrations. A common operational query would involve selecting records pending processing to validate or troubleshoot data. For example:
SELECT interface_acadhis_id, person_id, institution, degree, education_id
FROM igs.igs_ad_acadhis_int_all
WHERE process_status = 'PENDING'
AND creation_date > SYSDATE - 1;
Reporting use cases often focus on auditing the interface load. Analysts may run queries to summarize the volume of records by status or to join with HZ_EDUCATION to verify the matching of incoming data to established party education records before initiating the transfer to student system base tables.
Related Objects
The documented foreign key relationship explicitly defines this table's dependency on the Trading Community Architecture (TCA) model. The key related object is:
- HZ_EDUCATION: This TCA table stores definitive education records for parties (persons and organizations). The column IGS_AD_ACADHIS_INT_ALL.EDUCATION_ID is a foreign key referencing HZ_EDUCATION. This ensures that academic history data in the interface is linked to a valid, master education entity, maintaining referential integrity before further processing within the IGS module.
While not listed in the provided metadata, this interface table would ultimately feed data into core Student System transactional tables, such as those holding application-specific academic history, likely via a dedicated concurrent program or PL/SQL API that validates and transfers the data.
-
Table: IGS_AD_ACADHIS_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ACADHIS_INT_ALL, object_name:IGS_AD_ACADHIS_INT_ALL, status:VALID, product: IGS - Student System , description: Holds information about person's academic history , implementation_dba_data: IGS.IGS_AD_ACADHIS_INT_ALL ,
-
Table: IGS_AD_ACADHIS_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about person's academic history , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_GEN_002 dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_HE_IMPORT_DATA dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
APPS.IGS_AD_IMP_013 dependencies on IGS_AD_ACADHIS_INT_ALL
12.1.1
-
SYNONYM: APPS.IGS_AD_ACADHIS_INT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ACADHIS_INT_ALL, status:VALID,
-
APPS.IGS_AD_IMP_013 dependencies on IGS_AD_HZ_ACAD_HIST
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGR_I_APPL_INT
12.1.1
-
APPS.IGS_AD_IMP_013 dependencies on IGS_AD_GEN_016
12.1.1
-
APPS.IGS_AD_IMP_013 SQL Statements
12.1.1
-
Table: HZ_EDUCATION
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_EDUCATION, object_name:HZ_EDUCATION, status:VALID, product: AR - Receivables , description: Person's education information , implementation_dba_data: AR.HZ_EDUCATION ,
-
Table: HZ_EDUCATION
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_EDUCATION, object_name:HZ_EDUCATION, status:VALID, product: AR - Receivables , description: Person's education information , implementation_dba_data: AR.HZ_EDUCATION ,
-
APPS.IGR_GEN_002 dependencies on IGS_AD_STAT_INT
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGR_I_LINES_INT
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_PE_RACE_INT
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_AD_CONTACTS_INT_ALL
12.1.1
-
VIEW: APPS.IGS_AD_ACADHIS_INT
12.1.1
-
PACKAGE BODY: APPS.IGR_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_GEN_002, status:VALID,
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_API_INT_ALL
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_CRED_INT
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_PE_CRED_INT
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_RECRUIT_INT
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_TRMDT_INT
12.1.1
-
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,
-
APPS.IGS_PE_PERS_IMP_001 dependencies on IGS_AD_IMP_013
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_ACT_ASSESSMENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ACT_ASSESSMENTS_PKG, status:VALID,
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_CONTACTS_INT_ALL
12.1.1
-
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_UC_EXP_APPLICANT_DTLS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXP_APPLICANT_DTLS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_013
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_013, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_IMPORT_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_IMPORT_DATA, 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_001 dependencies on IGS_UC_QUAL_INTS
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_TEST_INT
12.1.1
-
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,
-
APPS.IGR_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_APL_INT
12.1.1
-
View: IGS_AD_ACADHIS_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACADHIS_INT, object_name:IGS_AD_ACADHIS_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ACADHIS_INT ,
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_TUNDT_INT
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_TRMDT_INT
12.1.1
-
View: IGS_AD_ACADHIS_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_013 dependencies on IGS_AD_IMP_013
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_013
12.1.1