Search Results igs_ad_imp_batch_det
Overview
The IGS_AD_IMP_BATCH_DET table is a core data structure within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically designed to support data import operations. Its primary role is to serve as a master description table for batches used in the student admissions import process. Each record in this table uniquely identifies and describes a logical batch of data being processed through the system's interface, providing a control point for managing and tracking the lifecycle of imported applicant or student information. Its existence is critical for ensuring data integrity and auditability during high-volume data loads from external systems into the EBS Student System.
Key Information Stored
While the provided metadata does not list all columns, the documented primary key and foreign key relationships define its essential structure. The central column is BATCH_ID, which serves as the table's primary key. This column holds a unique identifier for each import batch, enabling discrete tracking and processing. The table's description as the "Import Process Batch Description table" implies it likely contains additional descriptive attributes for each batch, such as creation date, status, source system identifier, or a batch name. These attributes would provide contextual metadata for the data contained within the batch, facilitating operational management and troubleshooting of the import process.
Common Use Cases and Queries
This table is predominantly used in backend processes for managing data imports. Common operational scenarios include generating reports on recent import activity, identifying batches that failed processing, or purging historical batch data. Administrators may query this table to monitor the status of ongoing imports or to resolve data issues traced back to a specific batch identifier. A typical query would join this table with its related control tables to get a comprehensive view of batch status and content.
Sample Query: To list recent import batches with basic control information, a query might join with the IGS_AD_INTERFACE_CTL table:
SELECT det.batch_id, ctl.interface_run_id, ctl.status_code
FROM igs.igs_ad_imp_batch_det det,
igs.igs_ad_interface_ctl ctl
WHERE det.batch_id = ctl.batch_id
AND ctl.creation_date > SYSDATE - 7
ORDER BY ctl.creation_date DESC;
Related Objects
The table maintains a direct foreign key relationship with a key interface control table, as documented in the provided metadata.
- IGS_AD_INTERFACE_CTL: This table references IGS_AD_IMP_BATCH_DET via the column IGS_AD_INTERFACE_CTL.BATCH_ID. This relationship indicates that each record in the interface control table is associated with a specific, valid batch description defined in IGS_AD_IMP_BATCH_DET. The join column for this relationship is BATCH_ID.
This relationship underscores that IGS_AD_IMP_BATCH_DET acts as a parent or reference table for the interface control mechanism, ensuring that all interface processing is linked to a defined batch entity.
-
Table: IGS_AD_IMP_BATCH_DET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_IMP_BATCH_DET, object_name:IGS_AD_IMP_BATCH_DET, status:VALID, product: IGS - Student System , description: Import Process Batch Description table , implementation_dba_data: IGS.IGS_AD_IMP_BATCH_DET ,
-
Table: IGS_AD_IMP_BATCH_DET
12.2.2
product: IGS - Student System (Obsolete) , description: Import Process Batch Description table , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGS_HE_IMPORT_DATA dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
SYNONYM: APPS.IGS_AD_IMP_BATCH_DET
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_IMP_BATCH_DET, status:VALID,
-
APPS.IGR_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_AD_INTERFACE_BATCH_ID_S
12.1.1
-
Table: IGS_AD_INTERFACE_CTL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds import interface run details when admissions data is imported into system , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_INTERFACE_V
12.1.1
-
TABLE: IGS.IGS_AD_IMP_BATCH_DET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_IMP_BATCH_DET, object_name:IGS_AD_IMP_BATCH_DET, status:VALID,
-
Table: IGS_AD_INTERFACE_CTL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_INTERFACE_CTL, object_name:IGS_AD_INTERFACE_CTL, status:VALID, product: IGS - Student System , description: Holds import interface run details when admissions data is imported into system , implementation_dba_data: IGS.IGS_AD_INTERFACE_CTL ,
-
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_IMP_001 dependencies on IGS_GE_MSG_STACK
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_IMP_001 dependencies on IGS_PE_SRC_TYPES_ALL
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.IGR_IMP_001 dependencies on IGS_GE_NUMBER
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_IMP_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_TO_OSS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_TO_OSS, status:VALID,
-
APPS.IGR_IMP_001 dependencies on FND_FILE
12.1.1
-
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_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.IGR_GEN_002 dependencies on FND_GLOBAL
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_PROC_APPLICATION_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_PROC_APPLICATION_DATA, status:VALID,
-
PACKAGE BODY: APPS.IGR_GEN_002
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_AD_INTERFACE_CTL
12.1.1
-
View: IGS_AD_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERFACE_V, object_name:IGS_AD_INTERFACE_V, status:VALID, product: IGS - Student System , description: Created using a join condition between igs_ad_interface and igs_lookups_view , implementation_dba_data: APPS.IGS_AD_INTERFACE_V ,
-
View: IGS_AD_INTERFACE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Created using a join condition between igs_ad_interface and igs_lookups_view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERFACE_V, object_name:IGS_AD_INTERFACE_V, status:VALID,
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG SQL Statements
12.1.1
-
APPS.IGR_IMP_001 SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_001 SQL Statements
12.1.1
-
APPS.IGR_IMP_001 dependencies on FND_GLOBAL
12.1.1
-
APPS.IGS_HE_IMPORT_DATA SQL Statements
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG SQL Statements
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
-
APPS.IGS_UC_EXPORT_TO_OSS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_001
12.1.1