Search Results pending_amount
Overview
IGFBV_PELL_ORIGINATIONS is a base view owned by the APPS schema in Oracle E-Business Suite, delivered under the IGF (Financial Aid) product module. It is a valid, read-only database object that serves as the foundation for the entity storing all RFMS (Recipient Financial Management System) data that must be transmitted to the COD (Common Origination and Disbursement) system. The view is therefore central to the federal Pell Grant origination and disbursement workflow within Oracle Student Financial Aid, providing the logical presentation layer from which COD submission records are extracted and formatted.
In both 12.1.1 and 12.2.2, the view retains the same definition and column structure. It exposes origination-level attributes such as verification status, enrollment status, cost of attendance, payment method, and anticipated disbursement dates, along with the PENDING_AMOUNT column referenced by the user's search. Because the view is defined WITH READ ONLY, it supports query and reporting access only and cannot be used as an update target.
Underlying Base Objects
The view is defined over two foundational tables joined on the BASE_ID column:
- IGF_GR_RFMS_ALL — the primary RFMS staging and origination table holding Pell Grant accepted origination records (aliased RFMS).
- IGF_AP_FA_BASE_REC_ALL — the base person record table (aliased FABASE), which supplies the PERSON_ID linkage.
The join FABASE.BASE_ID = RFMS.BASE_ID ties each RFMS origination row to the corresponding financial aid base record, enabling downstream integration to resolve the student identity. Several columns are expressed through lookup decode expressions (for example, _LA:RFMS.VER_STATUS_CODE:IGF_LOOKUPS_VIEW...), which resolve coded values into human-readable meanings at query time via the IGF_LOOKUPS_VIEW view and its associated lookup types (IGF_GR_VER_STAT_CD, IGF_GR_RFMS_ENROL_STAT, IGF_GR_ORIG_STATUS, and others).
Key Columns
- ORIGINATION_ID — Primary identifier for the origination record.
- TRANSACTION_NUMBER — COD transaction sequence number for the origination.
- EFC / SECONDARY_EFC — Expected Family Contribution values, including primary and secondary.
- PELL_AMOUNT / FT_PELL_AMOUNT — Awarded Pell Grant amount and full-time Pell amount.
- PENDING_AMOUNT — The Pell amount pending transmission, acceptance, or disbursement; used to track unsettled origination balances.
- COA_AMOUNT — Cost of attendance used in the award calculation.
- ENROLLMENT_STATUS / ENROLLMENT_DT — Enrollment status and effective date.
- EST_DISB_DT1 — Estimated disbursement date.
- ORIG_ACTION_CODE / ORIG_STATUS_DT — Origination action and its status date.
- TOTAL_PYMT_PRDS — Total payment periods for the academic period.
- AWARD_ID / RFMB_ID / BASE_ID — Foreign keys linking to award, RFMS master, and base person records.
- PERSON_ID — Person identifier resolved from the base table.
Common Use Cases and Queries
This view is commonly queried to extract pending Pell origination data for COD submission, reconcile amounts awaiting acceptance, and report on unresolved origination actions.
Pending amounts by origination:
SELECT ORIGINATION_ID, TRANSACTION_NUMBER, PELL_AWARD, PENDING_AMOUNT FROM APPS.IGFBV_PELL_ORIGINATIONS WHERE PENDING_AMOUNT > 0;
Originations by person and status:
SELECT PERSON_ID, ORIGINATION_ID, EFC, PELL_AWARD, PENDING_AMOUNT FROM APPS.IGFBV_PELL_ORIGINATIONS WHERE PERSON_ID = :p_person_id;
Because the view is read-only, it is appropriate for integration extraction, concurrent reporting, and reconciliation queries against the underlying RFMS staging data.
-
View: IGFBV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_ORIGINATIONS, object_name:IGFBV_PELL_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: APPS.IGFBV_PELL_ORIGINATIONS ,
-
View: IGFBV_PELL_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_ORIGINATIONS, object_name:IGFFV_PELL_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: APPS.IGFFV_PELL_ORIGINATIONS ,
-
View: IGF_GR_RFMS
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_RFMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS, object_name:IGF_GR_RFMS, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_RFMS ,
-
View: IGFFV_PELL_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FUNDS, object_name:IGFFV_FUNDS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the all the details and the properties for each fund , implementation_dba_data: APPS.IGFFV_FUNDS ,
-
View: IGFBV_FUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FUNDS, object_name:IGFBV_FUNDS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the all the details and the properties for each fund , implementation_dba_data: APPS.IGFBV_FUNDS ,
-
View: IGFBV_FUNDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the all the details and the properties for each fund , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_RFMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_V, object_name:IGF_GR_RFMS_V, status:VALID, product: IGF - Financial Aid , description: Shows RFMS data which needs to be sent to the RFMS system , implementation_dba_data: APPS.IGF_GR_RFMS_V ,
-
VIEW: APPS.OZF_FUND_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUND_DETAILS_V, object_name:OZF_FUND_DETAILS_V, status:VALID,
-
VIEW: APPS.OZF_FUND_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUND_DETAILS_V, object_name:OZF_FUND_DETAILS_V, status:VALID,
-
View: OZF_FUND_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUND_DETAILS_V, object_name:OZF_FUND_DETAILS_V, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUND_DETAILS_V ,
-
View: OZF_FUND_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUND_DETAILS_V, object_name:OZF_FUND_DETAILS_V, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUND_DETAILS_V ,
-
View: IGF_GR_RFMS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows RFMS data which needs to be sent to the RFMS system , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FUNDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the all the details and the properties for each fund , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_ORIGINATIONS, object_name:IGFBV_PELL_ORIGINATIONS, status:VALID,
-
TABLE: IGF.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,
-
VIEW: APPS.IGF_GR_RFMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS, object_name:IGF_GR_RFMS, status:VALID,
-
VIEW: APPS.IGFFV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_ORIGINATIONS, object_name:IGFFV_PELL_ORIGINATIONS, status:VALID,
-
VIEW: APPS.IGF_GR_RFMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_V, object_name:IGF_GR_RFMS_V, status:VALID,
-
APPS.IGF_GR_RFMS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFFV_FUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FUNDS, object_name:IGFFV_FUNDS, status:VALID,
-
VIEW: APPS.IGFBV_FUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FUNDS, object_name:IGFBV_FUNDS, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_RFMS_PKG
12.1.1
-
PACKAGE: APPS.OE_OE_FORM_HEADER
12.1.1
-
PACKAGE: APPS.OE_OE_FORM_HEADER
12.2.2
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_GR_RFMS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_GR_RESP_DTLS
12.1.1
-
APPS.OE_OE_FORM_HEADER dependencies on OE_DEBUG_PUB
12.2.2
-
APPS.OE_OE_FORM_HEADER dependencies on OE_DEBUG_PUB
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
PACKAGE BODY: APPS.OE_OE_FORM_HEADER
12.1.1
-
PACKAGE BODY: APPS.OE_OE_FORM_HEADER
12.2.2
-
PACKAGE BODY: APPS.OE_PREPAYMENT_PVT
12.1.1
-
PACKAGE BODY: APPS.OE_PREPAYMENT_PVT
12.2.2
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on FND_FILE
12.1.1
-
APPS.OE_PREPAYMENT_PVT dependencies on FND_API
12.2.2
-
APPS.OE_PREPAYMENT_PVT dependencies on FND_API
12.1.1
-
eTRM - OZF Tables and Views
12.2.2
description: OZF_XREF_MAP table created for SIebel TPM Integration ,
-
eTRM - OZF Tables and Views
12.1.1
description: Table to store the Market eligibilty for a Offer Worksheet ,