Search Results igf_gr_rfms_disb
Overview
The view IGF_GR_RFMS_DISB belongs to the Oracle EBS IGF – Financial Aid product family, a module that has since been classified as Obsolete within the E-Business Suite documentation set. The view exposes disbursement records associated with the Real-time Financial Management System (RFMS) integration used by the former financial aid solution. Its name decomposes into an "IGF" product prefix, a grants/RFMS grouping ("GR_RFMS"), and a "DISB" suffix denoting disbursement-level detail. In practical terms, the view presents a reporting-friendly projection over the disbursement staging table IGF_GR_RFMS_DISB_ALL, applying a Multi-Org security predicate so that only rows belonging to the caller's current operating unit are visible.
The ETRM documentation explicitly records "Not implemented in this database" for this object in the source environment, meaning the view must be validated against the actual target instance rather than assumed to exist. Where it is deployed, it functions as a security-bound read layer rather than as a data-generating mechanism.
Underlying Base Objects
The view text defines a single-source select from IGF_GR_RFMS_DISB_ALL, aliased as RFMD. There are no joins, unions, or subqueries; the only transformation applied is the row-level operating unit filter embedded in the WHERE clause. The filter uses USERENV('CLIENT_INFO'), extracting the first ten bytes and converting them to a number, compared against ORG_ID. The default sentinel value -99 is applied when no client information is available.
Because the view is defined over an _ALL table, it is a Multi-Org secured ("_V" style) view. Conceptually it is paired with an unsecured or differently scoped variant, but the ETRM summary does not document a sibling IGF_GR_RFMS_DISB base view, only the secured wrapper shown here. No other referenced base objects are documented beyond IGF_GR_RFMS_DISB_ALL.
Key Columns
- RFMD_ID – Primary surrogate identifier for the RFMS disbursement record.
- ORIGINATION_ID – Link to the originating aid or loan record that triggered the disbursement.
- DISB_REF_NUM / DISB_DT / DISB_AMT / DB_CR_FLAG – Core disbursement reference, date, amount, and debit/credit indicator.
- DISB_ACK_ACT_STATUS / DISB_STATUS_DT / ACCPT_DISB_DT – Acknowledgement status and associated status/acceptance dates returned by RFMS.
- DISB_ACCPT_AMT / ACCPT_DB_CR_FLAG / DISB_YTD_AMT – Accepted amount, its sign, and year-to-date totals.
- PYMT_PRD_START_DT / ACCPT_PYMT_PRD_START_DT – Payment period start dates for the original and accepted records.
- EDIT_CODE – Validation/edit result code returned for the disbursement.
- RFMB_ID – Foreign key to the associated RFMS batch header record.
- ORG_ID – Operating unit used by the security predicate.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard WHO audit columns.
- PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, REQUEST_ID – Concurrent program context columns.
- ED_USE_FLAGS – Legacy "European Date" / date-edit flag column.
- ROW_ID – The table
ROWID, projected under an aliased name for downstream use.
Common Use Cases and Queries
Typical usage involves reconciliation of financial aid disbursements, audit reporting, and troubleshooting of RFMS acknowledgement failures. Because the view is org-secured, queries must be executed in a session where CLIENT_INFO is populated (for example, through a concurrent program or a Forms session).
List recent disbursements for the current organization:
SELECT rfmd_id, disb_ref_num, disb_dt, disb_amt, disb_ack_act_status FROM igf_gr_rfms_disb WHERE disb_dt >= SYSDATE - 30 ORDER BY disb_dt DESC;
Aggregate accepted versus original amounts by edit code to locate RFMS validation problems:
SELECT edit_code, COUNT(*) rows_ct, SUM(disb_amt) disb_total, SUM(disb_accpt_amt) accepted_total FROM igf_gr_rfms_disb GROUP BY edit_code;
Join to the RFMS batch header to review disbursements by batch, using RFMB_ID. Organisations that have retired the Financial Aid module should treat this object as historical only; because ETRM records it as obsolete and "not implemented in this database," existence checks against DBA_VIEWS and dependency queries against DBA_DEPENDENCIES are recommended before relying on it in any migration or custom report.
-
View: IGF_GR_RFMS_DISB
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: APPS.IGF_GR_RFMS_DISB_V
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG SQL Statements
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,
-
VIEW: APPS.IGF_GR_RFMS_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_DISB_V, object_name:IGF_GR_RFMS_DISB_V, status:VALID,
-
View: IGF_GR_RFMS_DISB_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows the recipient financial management system disbursement data , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_RFMS_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_DISB_V, object_name:IGF_GR_RFMS_DISB_V, status:VALID, product: IGF - Financial Aid , description: Shows the recipient financial management system disbursement data , implementation_dba_data: APPS.IGF_GR_RFMS_DISB_V ,
-
PACKAGE BODY: APPS.IGF_AW_CANCEL_AWD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_CANCEL_AWD, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_RFMS_DISB_ORIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_RFMS_DISB_ORIG, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_RFMS_ORIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_RFMS_ORIG, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_LI_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_LI_IMPORT, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_PELL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_PELL, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_GEN, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_REPACKAGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_REPACKAGE, status:VALID,
-
APPS.IGF_GR_RFMS_ORIG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_DISB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_DB_DISB, status:VALID,
-
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,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_AW_CANCEL_AWD SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.IGF_GR_PELL SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGF_DB_DISB SQL Statements
12.1.1
-
APPS.IGF_GR_GEN SQL Statements
12.1.1
-
APPS.IGF_GR_GEN dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_GR_RFMS_ORIG dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_AW_CANCEL_AWD dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_GR_PELL dependencies on IGF_GR_RFMS_DISB
12.1.1
-
APPS.IGF_GR_REPACKAGE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_RFMS_DISB_ORIG
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_REPACKAGE
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_PELL
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGF_GR_RFMS
12.1.1
-
APPS.IGF_AW_CANCEL_AWD dependencies on IGF_GR_RFMS
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_RFMS_ORIG
12.1.1
-
APPS.IGF_GR_PELL dependencies on IGF_GR_RFMS
12.1.1
-
APPS.IGF_GR_RFMS_ORIG dependencies on IGF_SL_GEN
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on IGF_GR_RFMS
12.1.1
-
APPS.IGF_GR_RFMS_ORIG dependencies on IGF_GR_RFMS
12.1.1
-
APPS.IGF_AW_GEN SQL Statements
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_GR_RFMS
12.1.1
-
APPS.IGF_GR_RFMS_ORIG dependencies on HZ_PARTIES
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_GR_PELL_SETUP
12.1.1
-
APPS.IGF_GR_PELL dependencies on IGF_GR_PELL_SETUP_ALL
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on STANDARD
12.1.1