Search Results batch_desc
Overview
The IGS_EN_BAT_SUA_INTS table is a core interface table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (IGS) product. It functions as the batch control entity for the upload and processing of student unit attempt data. Each record in this table represents a distinct batch job, grouping a set of unit attempt records for subsequent validation and import via a dedicated concurrent program. Its primary role is to provide a mandatory, organized container for data migration or bulk updates, ensuring that unit attempt uploads are processed in controlled, auditable groups rather than as individual transactions.
Key Information Stored
The table is structurally simple but critical for batch operations. Its columns store essential control and audit information. The BATCH_ID is the primary key, a unique numeric identifier for each upload batch. The BATCH_DESC column, a VARCHAR2(80) field, holds a user-defined description of the batch's purpose or contents, which is vital for operational identification and reporting. The remaining columns are standard EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) that track the creation and modification history of each batch record, fulfilling audit and compliance requirements.
Common Use Cases and Queries
The primary use case is the initialization of a student unit attempt data load. An administrator first inserts a record into IGS_EN_BAT_SUA_INTS to define a new batch, then populates the detail interface table (IGS_EN_BLK_SUA_INTS) with the actual unit attempt records, linking them via the BATCH_ID. Finally, a concurrent program is executed for that specific BATCH_ID to validate and import the data. Common reporting queries include listing all active or recent batches for monitoring. A fundamental query to retrieve batch headers is:
- SELECT BATCH_ID, BATCH_DESC, CREATION_DATE, CREATED_BY FROM IGS.IGS_EN_BAT_SUA_INTS WHERE CREATION_DATE > SYSDATE - 30 ORDER BY CREATION_DATE DESC;
This is often joined to the detail table to assess the volume and status of records within a batch before or after processing.
Related Objects
This table sits at the top of a key interface relationship. It is referenced by the detail interface table IGS_EN_BLK_SUA_INTS via a foreign key constraint, where IGS_EN_BLK_SUA_INTS.BATCH_ID references IGS_EN_BAT_SUA_INTS.BATCH_ID. This establishes a one-to-many relationship, where one batch header can contain many individual student unit attempt interface records. The table's primary key is enforced by the index IGS_EN_BAT_SUA_INTS_PK. As an interface table, it is primarily accessed by the concurrent program logic responsible for the student unit attempt upload process, rather than by standard application forms.
-
APPS.PAY_NL_PAYFILE dependencies on PAY_NL_GENERAL
12.2.2
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.PAY_NL_PAYFILE dependencies on PAY_NL_GENERAL
12.2.2
-
APPS.PAY_NL_PAYFILE dependencies on PAY_NL_GENERAL
12.1.1
-
TABLE: IGS.IGS_EN_BAT_SUA_INTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_BAT_SUA_INTS, object_name:IGS_EN_BAT_SUA_INTS, status:VALID,
-
APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
TABLE: IGF.IGF_AP_LI_BAT_INTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_LI_BAT_INTS, object_name:IGF_AP_LI_BAT_INTS, status:VALID,
-
APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGF_AP_LG_TD_IMP dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGF_AP_MK_ISIR_ACT_PKG dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGF_AP_LI_ISIR_IMP_PROC dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGF_AP_LG_COA_IMP dependencies on IGF_AP_LI_BAT_INTS
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,
-
APPS.IGF_AP_LI_AWARDS_PKG dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGF_AP_LG_VER_IMP dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.IGF_AP_LI_BASE_REC_IMPORT dependencies on IGF_AP_LI_BAT_INTS
12.1.1
-
APPS.QA_PLAN_ELEMENT_API dependencies on GME_BATCH_HEADER
12.2.2
-
TABLE: IGS.IGS_AD_OFFRESP_BATCH
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFFRESP_BATCH, object_name:IGS_AD_OFFRESP_BATCH, status:VALID,
-
APPS.IGS_AD_IMP_001 dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGR_GEN_002 dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGS_EN_GEN_018 dependencies on IGS_EN_BAT_SUA_INTS
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_AW_LI_COA_INTS
12.1.1
-
APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on IGF_AW_LI_COA_INTS
12.1.1
-
APPS.QA_PLAN_ELEMENT_API dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.PAY_NL_PAYFILE dependencies on PAY_PAYROLL_ACTIONS
12.2.2
-
APPS.IGF_AP_LI_ISIR_IMP_PROC dependencies on IGF_AW_LI_COA_INTS
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGF_AP_LG_VER_IMP dependencies on IGF_AW_LI_COA_INTS
12.1.1
-
APPS.IGF_AP_LI_ISIR_IMP_PROC dependencies on FND_NEW_MESSAGES
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_OFFRESP_BATCH
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on FND_NEW_MESSAGES
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS 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
-
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_HE_IMPORT_DATA dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_AD_INTERFACE_BATCH_ID_S
12.1.1
-
APPS.IGR_GEN_002 SQL Statements
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 ,
-
APPS.PAY_NL_PAYFILE SQL Statements
12.2.2
-
APPS.IGF_AP_LI_AWARDS_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_OFFRESP_BATCH
12.1.1
-
PACKAGE BODY: APPS.INV_INVTRACS_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.INV_INVTRACS_XMLP_PKG
12.1.1
-
PACKAGE: APPS.PAY_NL_PAYFILE
12.1.1