Search Results igs_fi_lb_ovfl_errs
Overview
The table IGS_FI_LB_OVFL_ERRS is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. It functions as an error-handling repository within the financial lockbox processing workflow. Its primary role is to isolate and store individual lockbox receipt overflow records that fail validation checks during the import process from the staging interface table. By capturing these erroneous overflow records separately, the table ensures that valid receipts can proceed for application to student accounts while providing administrators with a clear audit trail for troubleshooting and correction of failed data.
Key Information Stored
The table's structure is designed to link each erroneous overflow record to a broader lockbox receipt error and to store the specific overflow data that caused the validation failure. The primary key, RECEIPT_OVERFLOW_ERROR_ID, uniquely identifies each error record. The most critical foreign key column is LOCKBOX_RECEIPT_ERROR_ID, which ties the specific overflow error back to a parent error header record in the IGS_FI_LB_RECT_ERRS table. While the provided metadata does not list all columns, typical data stored would include the raw overflow information from the lockbox file (such as payment amount, identifier, or line item details) that could not be processed, along with potential error codes or messages describing the nature of the validation failure.
Common Use Cases and Queries
The primary use case is the investigation and resolution of errors arising from the "Lockbox Receipts Import" process. Administrators query this table to identify which specific overflow line items within a lockbox transmission were rejected and why. A common reporting pattern involves joining to the parent error table to get summary receipt information. A typical diagnostic query would be:
- SELECT ovfl.*, rect.error_message, rect.interface_table_id
- FROM igs_fi_lb_ovfl_errs ovfl,
- igs_fi_lb_rect_errs rect
- WHERE ovfl.lockbox_receipt_error_id = rect.lockbox_receipt_error_id
- AND rect.creation_date > TRUNC(SYSDATE-1);
This helps in generating error reports for the lockbox operations team, who then correct the data in the interface tables and re-submit the import process.
Related Objects
IGS_FI_LB_OVFL_ERRS has a direct and documented dependency within the IGS schema. As per the provided relationship data, it is a child table to IGS_FI_LB_RECT_ERRS (Lockbox Receipt Errors). The relationship is enforced through a foreign key constraint where the column IGS_FI_LB_OVFL_ERRS.LOCKBOX_RECEIPT_ERROR_ID references the primary key of the IGS_FI_LB_RECT_ERRS table. This structure indicates that one header error record in IGS_FI_LB_RECT_ERRS can have multiple detailed overflow error lines stored in IGS_FI_LB_OVFL_ERRS. The table is populated by validation logic within the lockbox import program, likely part of the IGS_FI_LOCKBOX package or similar APIs.
-
Table: IGS_FI_LB_OVFL_ERRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_LB_OVFL_ERRS, object_name:IGS_FI_LB_OVFL_ERRS, status:VALID, product: IGS - Student System , description: This entity would be used to store the lockbox receipt overflow records that had validation errors detected during the import process from the interface table. , implementation_dba_data: IGS.IGS_FI_LB_OVFL_ERRS ,
-
Table: IGS_FI_LB_OVFL_ERRS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity would be used to store the lockbox receipt overflow records that had validation errors detected during the import process from the interface table. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_LB_OVFL_ERRS_PKG dependencies on IGS_FI_LB_OVFL_ERRS
12.1.1
-
APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_LB_OVFL_ERRS
12.1.1
-
SYNONYM: APPS.IGS_FI_LB_OVFL_ERRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_LB_OVFL_ERRS, status:VALID,
-
VIEW: APPS.IGS_FI_LB_OVFL_ERRS_V
12.1.1
-
APPS.IGS_FI_LB_OVFL_ERRS_PKG SQL Statements
12.1.1
-
Table: IGS_FI_LB_RECT_ERRS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity would be used to store the lockbox receipt records that had validation errors detected during the import process from the interface table. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_LB_RECT_ERRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_LB_RECT_ERRS, object_name:IGS_FI_LB_RECT_ERRS, status:VALID, product: IGS - Student System , description: This entity would be used to store the lockbox receipt records that had validation errors detected during the import process from the interface table. , implementation_dba_data: IGS.IGS_FI_LB_RECT_ERRS ,
-
PACKAGE BODY: APPS.IGS_FI_LB_OVFL_ERRS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_LB_OVFL_ERRS_PKG, status:VALID,
-
View: IGS_FI_LB_OVFL_ERRS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Form View used to display the lockbox receipt overflow records that had validation errors detected during the import process from the interface table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_LB_OVFL_ERRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_LB_OVFL_ERRS_V, object_name:IGS_FI_LB_OVFL_ERRS_V, status:VALID, product: IGS - Student System , description: Form View used to display the lockbox receipt overflow records that had validation errors detected during the import process from the interface table. , implementation_dba_data: APPS.IGS_FI_LB_OVFL_ERRS_V ,
-
APPS.IGS_FI_LB_OVFL_ERRS_PKG dependencies on IGS_FI_LB_OVFL_ERRS_PKG
12.1.1
-
TABLE: IGS.IGS_FI_LB_OVFL_ERRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_LB_OVFL_ERRS, object_name:IGS_FI_LB_OVFL_ERRS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_LOCKBOX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_LOCKBOX, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_LB_OVFL_ERRS_PKG
12.1.1
-
APPS.IGS_FI_PRC_LOCKBOX SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_LB_OVFL_ERRS_PKG
12.1.1
-
VIEW: APPS.IGS_FI_LB_OVFL_ERRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_LB_OVFL_ERRS_V, object_name:IGS_FI_LB_OVFL_ERRS_V, status:VALID,
-
APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_LB_RECT_ERRS
12.1.1
-
12.1.1 DBA Data
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
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_LOCKBOX
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,