Search Results igf_sl_rel_disb
Overview
The APPS.IGF_SL_REL_DISB package is a PL/SQL component within the Oracle E-Business Suite Financial Aid (IGF) module, which forms part of the Oracle Student System / Student Financial Aid functionality. Its name reflects its purpose: the release and disbursement of student loan funds. In the context of Title IV federal student aid processing, this package coordinates the logic that determines when and how awarded loan amounts are released to students, including the handling of disbursement schedules, fund source validation, and integration with the award and loan records maintained elsewhere in the IGF schema.
The package carries an API classification of OTHER and is owned by the APPS schema, which is consistent with the standard EBS practice of centralizing shared grants and synonym-based access under APPS. It is documented as VALID in ETRM for releases 12.1.1 and 12.2.2, indicating the object is supported across both the Release 12.1 and 12.2 code lines.
Key Procedures and Functions
ETRM documents four entry points within the package:
- REL_DISB_PROCESS — The primary controlling procedure for the release and disbursement workflow. It orchestrates the overall processing of loan disbursements, invoking the more specific downstream logic for each disbursement category.
- REL_DISB_PROCESS_FED — Handles the release and disbursement processing specific to federal (Title IV) loan programs, applying the rules and fund-source constraints that govern federal aid.
- REL_DISB_PROCESS_DL — Handles release and disbursement processing for the Direct Loan program, distinguishing Direct Loan activity from other federal aid flows.
- PROCESS_STUDENT — Drives release and disbursement processing at the individual student level, evaluating a single student's awards and loan records to determine the appropriate release and disbursement actions.
These procedures collectively implement a tiered processing model: student-level evaluation feeds into program-specific processing (federal, Direct Loan), which is consolidated by the top-level REL_DISB_PROCESS driver.
Tables Accessed
The package reads and writes a broad set of IGF and related tables, accessed through APPS synonyms. Key data structures include:
- Award and disbursement records: IGF_AW_AWARD_ALL, IGF_AW_AWD_DISB_ALL, and IGF_AW_FUND_MAST_ALL, which hold award definitions, disbursement schedules, and fund master data.
- Loan records: IGF_SL_LOANS_ALL, the core student loan table that this package releases and disburses against.
- Fund and program setup: IGF_AW_FUND_CAT_ALL, IGF_AW_FUND_TD_MAP_ALL, IGF_AW_FUND_TP_ALL, IGF_GR_PELL_SETUP_ALL, and IGF_GR_RFMS_ALL, which define fund categories, term mappings, fund types, Pell configuration, and RFMS (Recipient Financial Management System) data.
- Person and base records: IGF_AP_FA_BASE_REC_ALL, HZ_PARTIES, and IGF_AP_TD_ITEM_INST_ALL / IGF_AP_TD_ITEM_MST_ALL, providing the applicant baseline and party information.
- Supporting structures: IGF_DB_PAYS_PRG_T and FND_NEW_MESSAGES, used for payment program staging and message/notification output respectively.
This table footprint confirms the package sits at the intersection of award management, fund setup, and loan disbursement within the IGF data model.
Usage Notes
IGF_SL_REL_DISB is an internal processing package rather than a public API. The ETRM metadata shows it is referenced by no other packages (0 dependents), meaning it is invoked indirectly, typically from concurrent programs, forms, or workflow logic within the Financial Aid module that manage loan disbursement runs. Because it writes to disbursement tables and reads federal fund setup, it is generally executed during scheduled disbursement cycles rather than on an ad hoc basis. Customizations should avoid modifying the package directly; instead, extensions should be layered through supported hooks or concurrent program wrappers. Any change to its logic risks affecting Title IV compliance, given its role in federal and Direct Loan release processing.
-
PACKAGE: APPS.IGF_SL_REL_DISB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_REL_DISB, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_REL_DISB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_REL_DISB, 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,
-
SYNONYM: APPS.IGF_SL_LOANS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_LOANS_ALL, status:VALID,
-
SYNONYM: APPS.IGF_DB_PAYS_PRG_T
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_DB_PAYS_PRG_T, status:VALID,
-
SYNONYM: APPS.IGF_AW_FUND_TD_MAP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_TD_MAP_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AW_FUND_TP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_TP_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AW_FUND_MAST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_MAST_ALL, status:VALID,
-
PACKAGE: APPS.IGF_SL_REL_DISB
12.1.1
-
PACKAGE: APPS.IGF_AP_OSS_INTEGR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_OSS_INTEGR, status:VALID,
-
PACKAGE: APPS.IGF_AW_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN_005, status:VALID,
-
PACKAGE: APPS.IGF_DB_PAYS_PRG_T_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_DB_PAYS_PRG_T_PKG, status:VALID,
-
SYNONYM: APPS.IGF_SL_DL_SETUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_DL_SETUP_ALL, 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,
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AP_TD_ITEM_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_TD_ITEM_INST_ALL, status:VALID,
-
SYNONYM: APPS.IGF_SL_CL_SETUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_CL_SETUP_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AP_TD_ITEM_MST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_TD_ITEM_MST_ALL, status:VALID,
-
PACKAGE: APPS.IGF_SL_AWARD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_AWARD, status:VALID,
-
PACKAGE: APPS.IGF_GR_PELL_CALC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_PELL_CALC, status:VALID,
-
PACKAGE: APPS.IGF_AP_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_GEN_001, status:VALID,
-
SYNONYM: APPS.IGS_EN_ATD_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID,
-
SYNONYM: APPS.IGF_GR_RFMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_RFMS_ALL, status:VALID,
-
PACKAGE: APPS.IGF_AW_AWD_DISB_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_AWD_DISB_PKG, status:VALID,
-
SYNONYM: APPS.IGF_SL_LOR_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_LOR_ALL, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_FEECLAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_FEECLAS, object_name:IGF_AW_FUND_FEECLAS, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_PRG_V, object_name:IGF_AW_FUND_PRG_V, status:VALID,
-
PACKAGE: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_UNIT_V, object_name:IGF_AW_FUND_UNIT_V, status:VALID,
-
PACKAGE: APPS.IGF_AP_SS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_SS_PKG, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_001, 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,
-
PACKAGE: APPS.IGF_SL_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_GEN, status:VALID,
-
SYNONYM: APPS.IGF_AW_FUND_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_CAT_ALL, status:VALID,
-
PACKAGE: APPS.IGF_GR_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_GEN, status:VALID,
-
SYNONYM: APPS.IGS_PE_PERSID_GROUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PERSID_GROUP_ALL, status:VALID,
-
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.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,
-
VIEW: APPS.IGF_SL_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS, object_name:IGF_SL_LOANS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.IGS_CA_INST_REL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_REL, status:VALID,
-
VIEW: APPS.IGS_FI_INV_IGF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_IGF_V, object_name:IGS_FI_INV_IGF_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSID_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP, object_name:IGS_PE_PERSID_GROUP, status:VALID,
-
VIEW: APPS.IGS_EN_ATD_TYPE_LOAD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_TYPE_LOAD, object_name:IGS_EN_ATD_TYPE_LOAD, status:VALID,
-
VIEW: APPS.IGF_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_LOOKUPS_VIEW, object_name:IGF_LOOKUPS_VIEW, status:VALID,
-
VIEW: APPS.IGS_PE_PERSID_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP_V, object_name:IGS_PE_PERSID_GROUP_V, 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,