Search Results igs_sv_btch_summary
Overview
The IGS_SV_BTCH_SUMMARY table is a core data object within the Oracle E-Business Suite Student System (IGS) module. It functions as a detailed transactional log, storing granular information about the specific data elements included in each batch processing job. While the related IGS_SV_BATCHES table tracks high-level batch metadata, this table provides the essential line-level detail, enabling traceability and auditability for batch operations. Its role is critical for processes like student enrollment, financial aid disbursement, or grade submission, where understanding exactly which person or record was processed in a specific batch run is necessary for reconciliation, error resolution, and reporting.
Key Information Stored
The table's structure is designed to link individual data records to a parent batch job. The primary and foreign key columns are of particular importance for data integrity and querying.
- SUMMARY_ID: The primary key column, uniquely identifying each record within this summary table.
- BATCH_ID: A foreign key column linking to the IGS_SV_BATCHES table. This associates each summary record with a specific parent batch execution instance.
- PERSON_ID: A foreign key column linking to the IGS_PE_HZ_PARTIES table (the central repository for person and party information in Oracle EBS). This is the critical field that identifies the specific student or person whose data was included in the batch process.
Additional columns, while not specified in the provided metadata, typically include timestamps, process indicators, or status flags related to the individual record's processing within the batch.
Common Use Cases and Queries
This table is primarily accessed for operational support and audit reporting. A common scenario involves investigating a batch job that completed with errors or warnings. An administrator would query this table to retrieve the list of all persons processed in that batch to identify which specific records may have caused issues.
A fundamental query pattern joins the summary to the batch and person tables:
SELECT bs.SUMMARY_ID, b.BATCH_NAME, b.PROCESS_DATE, hp.PARTY_NUMBER FROM IGS_SV_BTCH_SUMMARY bs, IGS_SV_BATCHES b, IGS_PE_HZ_PARTIES hp WHERE bs.BATCH_ID = b.BATCH_ID AND bs.PERSON_ID = hp.PARTY_ID AND b.BATCH_ID = :batch_id;
Reporting use cases include generating audit trails for regulatory compliance, analyzing batch throughput over time by counting records per batch, and reconciling batch-initiated transactions back to their source data.
Related Objects
The IGS_SV_BTCH_SUMMARY table has defined relationships with several key EBS objects, as per the provided metadata.
- IGS_SV_BATCHES: The primary parent table. The foreign key (BATCH_ID) enforces that every summary record must belong to a valid batch header.
- IGS_PE_HZ_PARTIES: The central person/party table. The foreign key (PERSON_ID) ensures the summary references a valid person entity within the system.
- IGS_SV_BTCH_SUMMARY_PK: The primary key constraint on the SUMMARY_ID column, guaranteeing the uniqueness of each summary line.
This table is likely referenced by various Student System forms, concurrent program logic, and custom reports that require detailed batch execution analytics.
-
Table: IGS_SV_BTCH_SUMMARY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SV_BTCH_SUMMARY, object_name:IGS_SV_BTCH_SUMMARY, status:VALID, product: IGS - Student System , description: Table to store details about information being included in each batch processed , implementation_dba_data: IGS.IGS_SV_BTCH_SUMMARY ,
-
Table: IGS_SV_BTCH_SUMMARY
12.2.2
product: IGS - Student System (Obsolete) , description: Table to store details about information being included in each batch processed , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_BTCH_SUMMARY
12.1.1
-
APPS.IGS_SV_UTIL dependencies on IGS_SV_BTCH_SUMMARY
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_BTCH_SUMMARY
12.1.1
-
VIEW: APPS.IGS_SV_EV_CRT_EV_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CRT_STDT_OTHER_V
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_LOOKUP_VALUES
12.1.1
-
VIEW: APPS.IGS_SV_CRT_STDT_BLK_V
12.1.1
-
View: IGS_SV_EV_CRT_EV_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_CRT_EV_BLK_V, object_name:IGS_SV_EV_CRT_EV_BLK_V, status:VALID, product: IGS - Student System , description: Create Exchange Visitor Block View. , implementation_dba_data: APPS.IGS_SV_EV_CRT_EV_BLK_V ,
-
View: IGS_SV_CRT_STDT_OTHER_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching other informations for new Non-Immigrant students , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_CRT_EV_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: Create Exchange Visitor Block View. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_LOOKUP_VALUES
12.1.1
-
View: IGS_SV_CRT_STDT_OTHER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_STDT_OTHER_V, object_name:IGS_SV_CRT_STDT_OTHER_V, status:VALID, product: IGS - Student System , description: View for fetching other informations for new Non-Immigrant students , implementation_dba_data: APPS.IGS_SV_CRT_STDT_OTHER_V ,
-
APPS.IGS_SV_UTIL dependencies on FND_GLOBAL
12.1.1
-
View: IGS_SV_CRT_STDT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_STDT_BLK_V, object_name:IGS_SV_CRT_STDT_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the creation of the student information. , implementation_dba_data: APPS.IGS_SV_CRT_STDT_BLK_V ,
-
View: IGS_SV_CRT_STDT_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the creation of the student information. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_EV_EDT_EV_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_ADD_DEP_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EDT_BIO_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_ADD_DEP_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_EDT_US_ADDR_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_TRAVEL_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EDT_TRAVEL_V
12.1.1
-
APPS.IGS_SV_UTIL SQL Statements
12.1.1
-
VIEW: APPS.IGS_SV_EDT_PERS_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EDT_USADDR_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_VAL_USADDRS_V
12.1.1
-
VIEW: APPS.IGS_SV_CRT_DPND_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CRT_STDT_USADDR_V
12.1.1
-
SYNONYM: APPS.IGS_SV_BTCH_SUMMARY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SV_BTCH_SUMMARY, status:VALID,
-
VIEW: APPS.IGS_SV_EV_ADD_SOA_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EDT_FADDR_V
12.1.1
-
VIEW: APPS.IGS_SV_OFF_EMPL_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_ADD_SOA_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_PRGM_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_EDT_BIO_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_VALDTE_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_OPT_EMPL_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_CPT_EMPL_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_STATUS_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_STATUS_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_SOA_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_PROG_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EDT_FINC_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_CRT_DEP_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_DROP_BLW_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_DPND_BLK_V
12.1.1
-
View: IGS_SV_EV_EDT_EV_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: Edit Exchange Visitor Block View. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_EDT_EV_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_EDT_EV_BLK_V, object_name:IGS_SV_EV_EDT_EV_BLK_V, status:VALID, product: IGS - Student System , description: Edit Exchange Visitor Block View. , implementation_dba_data: APPS.IGS_SV_EV_EDT_EV_BLK_V ,