Search Results igf_gr_pell
Overview
IGF_GR_PELL is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite, part of the Financial Aid module within the Oracle Student System / Grants product family. The package supports the Pell Grant processing lifecycle, specifically the RFMS (Recipient Financial Management System) integration used by institutions to receive and reconcile federal Pell Grant disbursement funding. Its status is VALID in both Oracle EBS 12.1.1 and 12.2.2, and it is classified as an "OTHER" API, meaning it is an internal processing package rather than a public, supported extension API. The package name suggests a Grants (GR) submodule role: it aggregates Pell-specific logic for loading RFMS files, deriving origination identifiers, and determining enrollment dates for award and disbursement calculations.
Key Procedures and Functions
Three documented procedures and functions constitute the package's public interface:
- RFMS_LOAD — Loads and processes RFMS data, mapping external funding and disbursement records into the IGF Grants tables. This is the primary driver for importing RFMS-returned Pell funding information into EBS.
- GENERATE_ORIGINATION_ID — Produces the origination identifier used to uniquely tag a Pell award or disbursement for reporting and reconciliation against the RFMS system.
- GET_ENROLLMENT_DATE — Retrieves the applicable enrollment date for a student, used to drive Pell award periods and attendance-based calculations against institution calendar data.
No parameter lists are documented; the signatures should not be inferred. All three procedures act on IGF Grants data and are invoked internally during Pell processing.
Tables Accessed
IGF_GR_PELL reads and writes a defined set of Grants and Financial Aid tables via APPS synonyms:
- IGF_AP_FA_BASE_REC_ALL — the financial aid base record, providing the core student award record the package anchors to.
- IGF_AW_AWARD_ALL and IGF_AW_AWD_DISB_ALL — award and disbursement headers/lines, where Pell amounts are attributed.
- IGF_GR_ATTEND_PELL — Pell attendance/enrollment data used by GET_ENROLLMENT_DATE.
- IGF_GR_PELL_SETUP_ALL — Pell setup and configuration records controlling processing behavior.
- IGF_GR_REPORT_PELL — Pell reporting records populated during RFMS_LOAD.
- IGF_GR_RFMS_ALL — the RFMS staging/import table, the target of RFMS_LOAD.
- IGS_CA_INST_ALL — institution/calendar data supporting enrollment date derivation.
Usage Notes
Because IGF_GR_PELL is an OTHER-classified internal package, it is not intended for direct customer invocation. It is referenced by IGF_GR_LI_IMPORT, indicating it is called from the Grants Pell import flow, and it also references itself internally. Typical invocation is through concurrent programs or batch processing that ingest RFMS files: RFMS_LOAD parses the inbound funding file, GENERATE_ORIGINATION_ID tags records, and GET_ENROLLMENT_DATE resolves the enrollment period used for award calculation. Customers customizing or extending Pell processing should do so at the supported interface boundaries rather than modifying this package, since its internals may change with patching. For troubleshooting, the dependency list provides the effective trace path when diagnosing load or reconciliation errors.
-
PACKAGE: APPS.IGF_GR_PELL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_PELL, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_PELL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_PELL, status:VALID,
-
SYNONYM: APPS.IGF_GR_PELL_SETUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_PELL_SETUP_ALL, status:VALID,
-
PACKAGE: APPS.IGF_AP_BATCH_VER_PRC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_BATCH_VER_PRC_PKG, status:VALID,
-
PACKAGE: APPS.IGF_GR_RFMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_RFMS_PKG, status:VALID,
-
SYNONYM: APPS.IGF_GR_RFMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_RFMS_ALL, status:VALID,
-
SYNONYM: APPS.IGF_GR_ATTEND_PELL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_ATTEND_PELL, status:VALID,
-
PACKAGE: APPS.IGF_GR_RFMS_DISB_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_RFMS_DISB_PKG, status:VALID,
-
PACKAGE: APPS.IGF_GR_PELL
12.1.1
-
PACKAGE: APPS.IGF_GR_PELL_CALC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_PELL_CALC, status:VALID,
-
SYNONYM: APPS.IGF_GR_REPORT_PELL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_REPORT_PELL, status:VALID,
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, 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: APPS.IGF_AP_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_GEN_001, status:VALID,
-
PACKAGE: APPS.IGF_SL_DL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_DL_VALIDATION, status:VALID,
-
SYNONYM: APPS.IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AW_AWD_DISB_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWD_DISB_ALL, status:VALID,
-
PACKAGE: APPS.IGF_SL_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_GEN, 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,
-
PACKAGE: APPS.IGF_GR_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_GEN, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_CAT, object_name:IGF_AW_FUND_CAT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_AW_AWD_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_DISB, object_name:IGF_AW_AWD_DISB, status:VALID,
-
VIEW: APPS.IGF_AW_AWARD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD, object_name:IGF_AW_AWARD, status:VALID,
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
SYNONYM: APPS.IGS_CA_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_ALL, status:VALID,
-
VIEW: APPS.IGF_AP_FA_BASE_REC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_REC, object_name:IGF_AP_FA_BASE_REC, 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,
-
APPS.IGF_GR_PELL dependencies on IGF_GR_PELL
12.1.1
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_PELL
12.1.1
-
VIEW: APPS.IGF_AW_FUND_MAST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST, object_name:IGF_AW_FUND_MAST, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_PELL
12.1.1
-
VIEW: APPS.IGF_AP_ISIR_MATCHED
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_MATCHED, object_name:IGF_AP_ISIR_MATCHED, status:VALID,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE: APPS.IGS_GE_MSG_STACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_MSG_STACK, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
PACKAGE: APPS.APP_EXCEPTION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:APP_EXCEPTION, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,