Search Results clprl_id
Overview
The IGF_SL_CL_PREF_LENDERS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Federal Family Education Loan Program (FFELP) functionality in the Student Loan (IGF) module. It serves as the setup and assignment table for defining preferred lender relationships for recipients. This table enables the system to manage and track which lenders are designated as preferred for specific individuals or entities over defined periods, a critical component for processing and administering student loans according to program rules.
Key Information Stored
The table stores the definitive record of preferred lender assignments. Its primary columns include the system-generated primary key CLPRL_ID, which uniquely identifies each lender assignment record. The PERSON_ID column holds the identifier for the party (often a school or recipient) to whom the lender is assigned, linking to the Trading Community Architecture (HZ_PARTIES). The RELATIONSHIP_CD defines the type of relationship, referencing valid codes from the IGF_SL_CL_RECIPIENT lookup. Temporal validity is managed via START_DATE and END_DATE. The table also includes standard EBS columns for auditing (CREATED_BY, LAST_UPDATE_DATE, etc.), concurrency control (OBJECT_VERSION_NUMBER), and concurrent program tracking.
Common Use Cases and Queries
Primary use cases involve the administration and reporting of lender relationships. Functional setups use this table to configure which lenders are available for specific schools or programs. Operational reporting queries this table to determine active preferred lenders for a given entity or to audit historical assignments. A common query pattern retrieves all active assignments for a specific person:
- SELECT CLPRL_ID, PERSON_ID, RELATIONSHIP_CD, START_DATE, END_DATE FROM IGF.IGF_SL_CL_PREF_LENDERS WHERE PERSON_ID = :p_person_id AND SYSDATE BETWEEN START_DATE AND NVL(END_DATE, SYSDATE);
Another critical use case is integration with loan item processing, where the CLPRL_ID is referenced to apply the correct lender terms to a transaction.
Related Objects
The table maintains defined relationships with other key EBS objects, primarily through foreign key constraints. It references foundational tables to ensure data integrity:
- HZ_PARTIES: The PERSON_ID column is a foreign key to this TCA table, linking the lender assignment to a specific party record.
- IGF_SL_CL_RECIPIENT: The RELATIONSHIP_CD column references this lookup to validate the relationship type code.
Furthermore, the table is referenced by downstream transactional objects:
- IGF_AP_TD_ITEM_INST_ALL: This table holds a foreign key (CLPRL_ID) to IGF_SL_CL_PREF_LENDERS, linking individual loan item instances to their assigned preferred lender setup record.
-
APPS.IGF_AP_GEN dependencies on IGF_AP_TD_ITEM_INST_V
12.1.1
-
APPS.IGF_AP_GEN dependencies on IGF_SL_CL_PREF_LENDERS
12.1.1
-
TABLE: IGF.IGF_SL_CL_PREF_LENDERS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_PREF_LENDERS, object_name:IGF_SL_CL_PREF_LENDERS, status:VALID,
-
VIEW: APPS.IGF_SL_CL_PREF_LENDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_PREF_LENDERS_V, object_name:IGF_SL_CL_PREF_LENDERS_V, status:VALID,
-
Table: IGF_SL_CL_PREF_LENDERS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FFELP Preferred Lender Assignment Setup , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_TD_ITEM_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_TD_ITEM_INST, object_name:IGF_AP_TD_ITEM_INST, status:VALID,
-
View: IGF_AP_TD_ITEM_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_TD_ITEM_INST, object_name:IGF_AP_TD_ITEM_INST, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_TD_ITEM_INST ,
-
Table: IGF_SL_CL_PREF_LENDERS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_PREF_LENDERS, object_name:IGF_SL_CL_PREF_LENDERS, status:VALID, product: IGF - Financial Aid , description: FFELP Preferred Lender Assignment Setup , implementation_dba_data: IGF.IGF_SL_CL_PREF_LENDERS ,
-
APPS.IGF_SL_PREF_LENDER dependencies on IGF_SL_CL_PREF_LENDERS
12.1.1
-
View: IGF_AP_TD_ITEM_INST
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_TD_ITEM_INST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_TD_ITEM_INST_V, object_name:IGF_AP_TD_ITEM_INST_V, status:VALID,
-
VIEW: APPS.IGFBV_TRACK_STUDENT_TODO_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_TRACK_STUDENT_TODO_ITEMS, object_name:IGFBV_TRACK_STUDENT_TODO_ITEMS, status:VALID,
-
View: IGF_SL_CL_PREF_LENDERS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FFELP Preferred Lender Assignment View , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_CL_PREF_LENDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_PREF_LENDERS_V, object_name:IGF_SL_CL_PREF_LENDERS_V, status:VALID, product: IGF - Financial Aid , description: FFELP Preferred Lender Assignment View , implementation_dba_data: APPS.IGF_SL_CL_PREF_LENDERS_V ,
-
View: IGFFV_TRACK_STUDENT_TODO_ITEMS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that stores the item instance information , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_TRACK_STUDENT_TODO_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_TRACK_STUDENT_TODO_ITEMS, object_name:IGFFV_TRACK_STUDENT_TODO_ITEMS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that stores the item instance information , implementation_dba_data: APPS.IGFFV_TRACK_STUDENT_TODO_ITEMS ,
-
View: IGFBV_TRACK_STUDENT_TODO_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_TRACK_STUDENT_TODO_ITEMS, object_name:IGFBV_TRACK_STUDENT_TODO_ITEMS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that stores the item instance information , implementation_dba_data: APPS.IGFBV_TRACK_STUDENT_TODO_ITEMS ,
-
TABLE: IGF.IGF_AP_TD_ITEM_INST_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_TD_ITEM_INST_ALL, object_name:IGF_AP_TD_ITEM_INST_ALL, status:VALID,
-
APPS.IGF_SL_CL_PREF_LENDERS_PKG SQL Statements
12.1.1
-
View: IGF_AP_TD_ITEM_INST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_TD_ITEM_INST_V, object_name:IGF_AP_TD_ITEM_INST_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_TD_ITEM_INST_V ,
-
APPS.IGF_SL_CL_PREF_LENDERS_PKG dependencies on IGF_SL_CL_PREF_LENDERS
12.1.1
-
VIEW: APPS.IGFFV_TRACK_STUDENT_TODO_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_TRACK_STUDENT_TODO_ITEMS, object_name:IGFFV_TRACK_STUDENT_TODO_ITEMS, status:VALID,
-
View: IGFBV_TRACK_STUDENT_TODO_ITEMS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that stores the item instance information , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_TD_ITEM_INST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_GEN dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1
-
APPS.IGF_AP_GEN SQL Statements
12.1.1
-
APPS.IGF_AP_TD_ITEM_INST_PKG SQL Statements
12.1.1
-
APPS.IGF_AP_TD_ITEM_INST_PKG dependencies on IGF_AP_TD_ITEM_INST_ALL
12.1.1
-
APPS.IGF_SL_PREF_LENDER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_PREF_LENDERS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_TD_ITEM_INST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_PREF_LENDER
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_LG_TD_IMP
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,