Search Results igs_fi_lb_rec_types
Overview
The IGS_FI_LB_REC_TYPES table is a configuration table within the Oracle E-Business Suite Student System (IGS) module. Its primary role is to define and manage the mapping between bank-supplied record identifiers found in lockbox transmission files and the internal record type codes used by the application. This mapping is critical for the automated processing of electronic payments, as it enables the system to correctly interpret and route different data rows (e.g., header, detail, trailer records) from a bank's standardized file format. The table ensures that payment data from various banking institutions, each potentially using different identifier codes, can be accurately parsed and posted to the correct student financial accounts.
Key Information Stored
The table's structure is defined by a composite primary key and a unique key, emphasizing the criticality of its configuration data. The most important columns include LOCKBOX_NAME, which identifies the specific lockbox configuration from the IGS_FI_LOCKBOXES table. The RECORD_IDENTIFIER_CD stores the actual character or code as it appears in the bank's transmission file. The RECORD_TYPE_CODE is the internal application code that the system uses to classify that row of data (e.g., signifying a payment detail line versus a batch header). The relationship between these columns allows the system to translate external bank codes into a consistent internal processing logic.
Common Use Cases and Queries
The primary use case is during the execution of the Lockbox Processing concurrent program. When a bank file is ingested, the program queries this table to build a translation map. For instance, to validate or review the configuration for a specific lockbox, a query such as SELECT record_identifier_cd, record_type_code FROM igs_fi_lb_rec_types WHERE lockbox_name = 'US_EAST_BANK'; would be typical. Administrators may also query this table to troubleshoot parsing errors by verifying that the identifiers in an incoming file match a configured record type. Reporting on lockbox setups often involves joining this table to IGS_FI_LOCKBOXES to present a complete view of the bank interface configuration.
Related Objects
This table has a direct and essential relationship with the IGS_FI_LOCKBOXES table, which defines the master lockbox parameters. The documented foreign key constraint ensures referential integrity: the LOCKBOX_NAME in IGS_FI_LB_REC_TYPES must exist in IGS_FI_LOCKBOXES. This table is a child of IGS_FI_LOCKBOXES. The processing logic for lockbox files, likely housed within packages or concurrent programs in the IGS Financials domain, will heavily reference this mapping table. It serves as a key configuration point between the external bank data (via IGS_FI_LOCKBOXES) and the internal payment application engine.
-
Table: IGS_FI_LB_REC_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_LB_REC_TYPES, object_name:IGS_FI_LB_REC_TYPES, status:VALID, product: IGS - Student System , description: Table for mapping bank supplied record type identifiers for each data row in the bank transmission files. , implementation_dba_data: IGS.IGS_FI_LB_REC_TYPES ,
-
Table: IGS_FI_LB_REC_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Table for mapping bank supplied record type identifiers for each data row in the bank transmission files. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_LB_REC_TYPES_PKG dependencies on IGS_FI_LB_REC_TYPES
12.1.1
-
APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_LB_REC_TYPES
12.1.1
-
VIEW: APPS.IGS_FI_LB_REC_TYPES_V
12.1.1
-
APPS.IGS_FI_LB_REC_TYPES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_FI_LB_REC_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_LB_REC_TYPES, status:VALID,
-
TABLE: IGS.IGS_FI_LB_REC_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_LB_REC_TYPES, object_name:IGS_FI_LB_REC_TYPES, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_LB_REC_TYPES_PKG
12.1.1
-
View: IGS_FI_LB_REC_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_LB_REC_TYPES_V, object_name:IGS_FI_LB_REC_TYPES_V, status:VALID, product: IGS - Student System , description: Form View used for showing the mapping of bank supplied record type identifiers in the context of a lockbox. , implementation_dba_data: APPS.IGS_FI_LB_REC_TYPES_V ,
-
Table: IGS_FI_LOCKBOXES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_LOCKBOXES, object_name:IGS_FI_LOCKBOXES, status:VALID, product: IGS - Student System , description: Table for storing the attributes of a user defined Lockbox Name. , implementation_dba_data: IGS.IGS_FI_LOCKBOXES ,
-
Table: IGS_FI_LOCKBOXES
12.2.2
product: IGS - Student System (Obsolete) , description: Table for storing the attributes of a user defined Lockbox Name. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_LB_REC_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Form View used for showing the mapping of bank supplied record type identifiers in the context of a lockbox. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_LB_REC_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_LB_REC_TYPES_PKG, status:VALID,
-
APPS.IGS_FI_LB_REC_TYPES_PKG dependencies on IGS_FI_LB_REC_TYPES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_LOCKBOX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_LOCKBOX, status:VALID,
-
VIEW: APPS.IGS_FI_LB_REC_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_LB_REC_TYPES_V, object_name:IGS_FI_LB_REC_TYPES_V, status:VALID,
-
APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_LOCKBOX_INTS
12.1.1
-
APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_LOCKBOXES
12.1.1
-
APPS.IGS_FI_PRC_LOCKBOX SQL Statements
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'. ,