Search Results igf_gr_rfms_disb_all
Overview
The table IGF_GR_RFMS_DISB_ALL is a data repository within the Oracle E-Business Suite's Financial Aid module (IGF), specifically designed to support the Return of Title IV Funds (R2T4) process. Its primary role is to store detailed disbursement information that is transmitted to the U.S. Department of Education's Return of Federal Funds Management System (RFMS). This table acts as a staging and audit point for disbursement data sent for R2T4 calculations, ensuring a record of the specific award disbursements considered in the federal return-to-title-IV process. It is important to note the module is marked as obsolete, indicating this functionality may be deprecated or replaced in more recent versions or deployments.
Key Information Stored
The table's structure is centered on identifying and linking disbursement records for federal reporting. The documented columns highlight its core purpose. The primary key column, RFMD_ID, serves as the unique system identifier for each disbursement record. The DISB_REF_NUM and ORIGINATION_ID columns together form a unique key, representing the specific disbursement reference number and its associated loan origination ID, which are critical for accurately matching records within the federal RFMS. The foreign key column RFMB_ID links each disbursement record to its parent batch transmission record in the IGF_GR_RFMS_BATCH_ALL table, grouping disbursements by submission event.
Common Use Cases and Queries
The primary use case for this table is the generation and reconciliation of data for federal R2T4 reporting. Administrators would query this table to audit what disbursement data was sent to the RFMS for a specific student or within a specific batch. A common reporting pattern involves joining to related tables to get a complete view. For instance, to list all disbursements sent in a specific batch, one might use a query such as: SELECT d.disb_ref_num, d.origination_id FROM igf_gr_rfms_disb_all d, igf_gr_rfms_batch_all b WHERE d.rfmb_id = b.rfmb_id AND b.batch_number = 'BATCH123';. Another critical use case is troubleshooting discrepancies between institutional records and federal RFMS data by comparing the DISB_REF_NUM and ORIGINATION_ID stored locally against federal system reports.
Related Objects
IGF_GR_RFMS_DISB_ALL is integrally connected to other RFMS-related tables through documented foreign key relationships. The two primary related objects are:
- IGF_GR_RFMS_BATCH_ALL: Linked via the RFMB_ID column. This table stores header information for each batch of RFMS data transmitted, allowing all disbursement records (in IGF_GR_RFMS_DISB_ALL) for a given submission to be grouped and tracked together.
- IGF_GR_RFMS_ALL: Linked via the ORIGINATION_ID column. This is likely the master table storing the core R2T4 calculation records or origination details for a student's aid, to which individual disbursements are associated.
-
Table: IGF_GR_RFMS_DISB_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the RFMS disbursement data that is sent to the RFMS , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_GR_RFMS_DISB_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RFMS_DISB_ALL, object_name:IGF_GR_RFMS_DISB_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the RFMS disbursement data that is sent to the RFMS , implementation_dba_data: IGF.IGF_GR_RFMS_DISB_ALL ,
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_RFMS_DISB_ALL
12.1.1
-
APPS.IGF_GR_RFMS_DISB_PKG dependencies on IGF_GR_RFMS_DISB_ALL
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_GR_RFMS_DISB_ALL
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on IGF_GR_RFMS_DISB_ALL
12.1.1
-
VIEW: APPS.IGFBV_PELL_DISBURSEMENTS
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on IGF_GR_RFMS_DISB
12.1.1
-
SYNONYM: APPS.IGF_GR_RFMS_DISB_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_RFMS_DISB_ALL, status:VALID,
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_GR_RFMS_DISB_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFFV_PELL_DISBURSEMENTS
12.1.1
-
VIEW: APPS.IGF_GR_RFMS_DISB
12.1.1
-
TABLE: IGF.IGF_GR_RFMS_DISB_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RFMS_DISB_ALL, object_name:IGF_GR_RFMS_DISB_ALL, status:VALID,
-
APPS.IGF_AW_PACKAGING dependencies on IGF_GR_RFMS_ALL
12.1.1
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_RFMS_ALL
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on IGF_GR_RFMS
12.1.1
-
Table: IGF_GR_RFMS_BATCH_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores details of RFMS batch records , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_GR_RFMS_DISB_PKG dependencies on IGF_GR_RFMS_DISB_PKG
12.1.1
-
Table: IGF_GR_RFMS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RFMS_ALL, object_name:IGF_GR_RFMS_ALL, status:VALID, product: IGF - Financial Aid , description: An internal system table that stores RFMS data that is sent to the RFMS system , implementation_dba_data: IGF.IGF_GR_RFMS_ALL ,
-
Table: IGF_GR_RFMS_BATCH_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RFMS_BATCH_ALL, object_name:IGF_GR_RFMS_BATCH_ALL, status:VALID, product: IGF - Financial Aid , description: Stores details of RFMS batch records , implementation_dba_data: IGF.IGF_GR_RFMS_BATCH_ALL ,
-
PACKAGE BODY: APPS.IGF_GR_RFMS_DISB_PKG
12.1.1
-
Table: IGF_GR_RFMS_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: An internal system table that stores RFMS data that is sent to the RFMS system , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_PELL_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_GR_RFMS_DISB_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_RFMS_DISB_PKG, status:VALID,
-
View: IGF_GR_RFMS_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_DISB, object_name:IGF_GR_RFMS_DISB, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_RFMS_DISB ,
-
View: IGFBV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_DISBURSEMENTS, object_name:IGFBV_PELL_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: APPS.IGFBV_PELL_DISBURSEMENTS ,
-
View: IGF_GR_RFMS_DISB
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_GR_LI_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_LI_IMPORT, status:VALID,
-
View: IGFFV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_DISBURSEMENTS, object_name:IGFFV_PELL_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: APPS.IGFFV_PELL_DISBURSEMENTS ,
-
PACKAGE BODY: APPS.IGF_GR_REPACKAGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_REPACKAGE, status:VALID,
-
View: IGFFV_PELL_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_RFMS_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_DISB, object_name:IGF_GR_RFMS_DISB, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_PACKAGING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_PACKAGING, status:VALID,
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_AW_AWD_DISB_ALL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGFBV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_DISBURSEMENTS, object_name:IGFBV_PELL_DISBURSEMENTS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGF_GR_LI_IMPORT dependencies on FND_LOG_MESSAGES
12.1.1
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_AW_AWD_DISB
12.1.1
-
VIEW: APPS.IGFFV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_DISBURSEMENTS, object_name:IGFFV_PELL_DISBURSEMENTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_GR_REPACKAGE SQL Statements
12.1.1
-
APPS.IGF_GR_LI_IMPORT SQL Statements
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_AW_AWARD_ALL
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_REPACKAGE
12.1.1
-
APPS.IGF_AW_PACKAGING SQL Statements
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,