Search Results lender_id
Overview
The IGF.IGF_SL_LENDER_BRC table is a core data repository within the Oracle E-Business Suite (EBS) Student Loan (SL) module, specifically under the IGF (Institutional Grants and Financial Aid) product family. Its primary function is to store and manage lender branch codes that are not assigned by the U.S. Department of Education (ED). This table enables financial institutions to map their internal branch office identifiers to the EBS system, facilitating accurate loan processing, reporting, and partner relationship management. It serves as a critical reference point for associating loan transactions with the correct lender branch entity outside the standard ED coding framework.
Key Information Stored
The table's structure is designed to capture both the external branch identifier and its integration with the EBS architecture. The most critical columns include:
- LENDER_ID (VARCHAR2(30)): The mandatory, unique 6-character identification code assigned by the U.S. Department of Education to the lender. This column is part of the table's primary key.
- LEND_NON_ED_BRC_ID (VARCHAR2(30)): The unique identification code assigned by a non-ED entity (e.g., the lender itself) to identify a specific branch office. This forms the second part of the primary key with LENDER_ID.
- DESCRIPTION (VARCHAR2(80)): A textual description of the lender branch.
- PARTY_ID (NUMBER(15)): A crucial integration column that links the lender branch record to a Trading Community Architecture (TCA) party record, enabling unified customer and organization management across EBS.
- ENABLED (VARCHAR2(1)): An indicator flag that controls the active status of the lender branch record. Setting it to inactive prevents its use in new or modified transactions.
Common Use Cases and Queries
This table is central to operations involving lender branch validation and reporting. A common use case is verifying the active status and TCA linkage of a specific lender branch during loan origination or servicing. For reporting, it is frequently joined to loan transaction tables to produce detailed reports segmented by lender branch. The foundational query to retrieve all records, as indicated in the ETRM, is:
SELECT LENDER_ID, LEND_NON_ED_BRC_ID, DESCRIPTION, PARTY_ID, ENABLED FROM IGF.IGF_SL_LENDER_BRC;
A more practical query might involve filtering for active branches for a specific ED lender:
SELECT * FROM IGF.IGF_SL_LENDER_BRC WHERE LENDER_ID = 'XXXXXX' AND ENABLED = 'Y';
Another critical pattern is joining to the TCA base tables via the PARTY_ID to fetch the organization's name and address details for correspondence or compliance reporting.
Related Objects
Based on the provided metadata, the primary relationship is through the PARTY_ID column, which creates a dependency on the Trading Community Architecture (TCA) party tables (e.g., HZ_PARTIES). The table is indexed for performance on its primary key (LENDER_ID, LEND_NON_ED_BRC_ID) and has a unique constraint on PARTY_ID (IGF_SL_LENDER_BRC_U1). The ETRM states that the table "is referenced by" the APPS.IGF_SL_LENDER_BRC synonym, which is the standard access point for all application code and queries. This design ensures that the underlying table structure in the IGF schema is abstracted for the application layer.
-
TABLE: IGF.IGF_SL_LENDER_BRC
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LENDER_BRC, object_name:IGF_SL_LENDER_BRC, status:VALID,
-
View: IGF_SL_LENDER_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_LENDER_BRC_PKG dependencies on IGF_SL_LENDER_BRC
12.1.1
-
Table: IGF_SL_CL_RECIPIENT
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains the relationships between the lenders, guarantors, and recipients , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LENDER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LENDER_V, object_name:IGF_SL_LENDER_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LENDER_V ,
-
View: IGF_SL_LENDER_BRC_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LENDER_BRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LENDER_BRC_V, object_name:IGF_SL_LENDER_BRC_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LENDER_BRC_V ,
-
VIEW: APPS.IGF_SL_LENDER_BRC_V
12.1.1
-
VIEW: APPS.IGF_SL_LENDER_V
12.1.1
-
TABLE: IGF.IGF_SL_LENDER
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LENDER, object_name:IGF_SL_LENDER, status:VALID,
-
APPS.IGF_SL_CL_CHG_FILE dependencies on IGF_SL_LENDER
12.1.1
-
Table: IGF_SL_CL_RECIPIENT
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RECIPIENT, object_name:IGF_SL_CL_RECIPIENT, status:VALID, product: IGF - Financial Aid , description: Maintains the relationships between the lenders, guarantors, and recipients , implementation_dba_data: IGF.IGF_SL_CL_RECIPIENT ,
-
APPS.IGF_SL_CL_CHG_FILE dependencies on IGF_SL_CL_RECIPIENT
12.1.1
-
View: IGF_SL_CL_RECIPIENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RECIPIENT_V, object_name:IGF_SL_CL_RECIPIENT_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_CL_RECIPIENT_V ,
-
TABLE: IGF.IGF_SL_CL_RECIPIENT
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RECIPIENT, object_name:IGF_SL_CL_RECIPIENT, status:VALID,
-
View: IGF_SL_CL_RECIPIENT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_LENDER_PKG dependencies on IGF_SL_LENDER
12.1.1
-
VIEW: APPS.IGF_SL_LENDER_BRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LENDER_BRC_V, object_name:IGF_SL_LENDER_BRC_V, status:VALID,
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_LOR_ALL
12.1.1
-
VIEW: APPS.IGF_SL_RECIPIENT_ALL_V
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_LOR_ALL
12.1.1
-
APPS.IGF_SL_CL_RECIPIENT_PKG dependencies on IGF_SL_CL_RECIPIENT
12.1.1
-
Table: IGF_SL_LENDER
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LENDER, object_name:IGF_SL_LENDER, status:VALID, product: IGF - Financial Aid , description: Contains lender codes and descriptions , implementation_dba_data: IGF.IGF_SL_LENDER ,
-
VIEW: APPS.IGF_SL_CL_RECIPIENT_V
12.1.1
-
VIEW: APPS.IGF_SL_LENDER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LENDER_V, object_name:IGF_SL_LENDER_V, status:VALID,
-
APPS.IGF_SL_LENDER_BRC_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CL_RECIPIENT
12.1.1
-
APPS.IGF_SL_LENDER_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_LENDER
12.1.1
-
APPS.IGF_SL_CL_RECIPIENT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_CL_RECIPIENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RECIPIENT_V, object_name:IGF_SL_CL_RECIPIENT_V, status:VALID,
-
Table: IGF_SL_LENDER_BRC
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains lender non-ED branch codes and descriptions , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_LENDER_BRC
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LENDER_BRC, object_name:IGF_SL_LENDER_BRC, status:VALID, product: IGF - Financial Aid , description: Contains lender non-ED branch codes and descriptions , implementation_dba_data: IGF.IGF_SL_LENDER_BRC ,
-
APPS.IGF_SL_DL_ORIG dependencies on IGF_SL_LOR_ALL
12.1.1
-
Table: IGF_SL_LENDER
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains lender codes and descriptions , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFFV_FFELP_PREFERRED_LENDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_PREFERRED_LENDERS, object_name:IGFFV_FFELP_PREFERRED_LENDERS, status:VALID,
-
View: IGF_SL_RECIPIENT_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_RECIPIENT_ALL_V, object_name:IGF_SL_RECIPIENT_ALL_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_RECIPIENT_ALL_V ,
-
VIEW: APPS.IGF_SL_CL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP, object_name:IGF_SL_CL_SETUP, status:VALID,
-
APPS.IGF_SL_DL_PNOTE_ACK dependencies on IGF_SL_LOR
12.1.1
-
View: IGFFV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_ORIG_RESPONSES, object_name:IGFFV_FFELP_ORIG_RESPONSES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds FFELP Origination Response Details , implementation_dba_data: APPS.IGFFV_FFELP_ORIG_RESPONSES ,
-
View: IGFBV_FFELP_ORIG_RESPONSES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds FFELP Origination Response Details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_REJ_WF dependencies on IGF_SL_LOR
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_SL_LOR_ALL
12.1.1
-
View: IGFFV_FFELP_PREFERRED_LENDERS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Preferred FFELP Lenders , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FFELP_PREFERRED_LENDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_PREFERRED_LENDERS, object_name:IGFFV_FFELP_PREFERRED_LENDERS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Preferred FFELP Lenders , implementation_dba_data: APPS.IGFFV_FFELP_PREFERRED_LENDERS ,
-
View: IGF_SL_RECIPIENT_ALL_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_SL_CL_SETUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_SETUP_ALL, object_name:IGF_SL_CL_SETUP_ALL, status:VALID,
-
View: IGF_SL_CL_RESP_R1
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_ORIG_RESPONSES, object_name:IGFBV_FFELP_ORIG_RESPONSES, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds FFELP Origination Response Details , implementation_dba_data: APPS.IGFBV_FFELP_ORIG_RESPONSES ,
-
VIEW: APPS.IGF_DB_CL_DISB_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_CL_DISB_RESP, object_name:IGF_DB_CL_DISB_RESP, status:VALID,