Search Results igf_gr_li_import
Overview
IGF_GR_LI_IMPORT is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite, classified under the Financial Aid / Student Systems lineage of the Oracle iGrants and Student Aid (IGF) product family. In the ETRM 12.1.1 metadata the package is assigned an API classification of OTHER, indicating that it is an internal, batch-oriented processing unit rather than a formally published open interface. Its name suggests a specialized role in the Loan Import (LI) / Pell Grant reporting area: the prefix "GR" associates it with the grant side of financial aid processing, while "LI_IMPORT" denotes the loading or staging of loan-and-grant data into the reporting and award tables. In practice the package serves as a data-movement engine that consolidates awarded amounts, attendance-based disbursements, and Pell-specific records into the structures used by downstream reporting and reconciliation. It is part of the same internal infrastructure that produces the RFMS and Pell reporting extracts, ensuring that figures recorded in the transactional tables are reflected accurately in the reporting layer. The package is VALID in the reported dictionary state, confirming that it compiles cleanly against the APPS schema and that its dependencies resolve at runtime.
Key Procedures and Functions
ETRM documents one callable unit within this package:
- MAIN — the single documented procedure. MAIN acts as the package driver, invoking the SQL and PL/SQL logic required to perform the loan and grant import or reporting routine. Callers invoke MAIN to execute the package's complete workflow rather than individual sub-steps. No parameter list is documented; it should be treated as a driver routine and its signature confirmed against the live source before use.
Because the package exposes only MAIN, all supporting logic is encapsulated and not intended for direct external calls.
Tables Accessed
The ETRM dependency list shows the following tables referenced through APPS synonyms:
- IGF_AP_AWARD_ALL, IGF_AW_AWD_DISB_ALL — core award and disbursement master data read by the import process.
- IGF_AW_LI_PDB_INTS, IGF_AW_LI_PELL_INTS — loan and Pell interest or period-based interest records.
- IGF_GR_REG_AMTS, IGF_GR_ALT_AMTS, IGF_GR_ATTEND_PELL, IGF_GR_REPORT_PELL — grant amounts, alternate amounts, attendance data, and Pell reporting rows.
- IGF_GR_RFMS_ALL — the RFMS reporting structure populated or validated by the routine.
- IGF_AP_ATTEND_MAP_ALL, IGF_AP_BATCH_AW_MAP_ALL, IGF_AP_FA_BASE_REC_ALL, IGF_AP_ISIR_MATCHED_ALL — attendance mapping, batch award mapping, base records, and ISIR matching data.
- HZ_PARTIES — party/person identity data used to resolve student records.
- FND_LOG_MESSAGES — the Oracle Applications logging table, confirming that the package writes structured debug and error messages via FND_LOG.
Usage Notes
IGF_GR_LI_IMPORT is not referenced by any other PL/SQL package in the reported metadata (0 referencing packages), which indicates it is invoked directly by an external driver — typically a concurrent program or a scheduled batch process — rather than being called from within the application's package hierarchy. Its reliance on FND_LOG_MESSAGES shows that execution is instrumented for logging, so diagnostics should be read from the FND log at the appropriate level. When troubleshooting, verify the data state of the IGF_GR and IGF_AW tables before executing MAIN, and confirm row counts in the reporting tables afterward. Given its internal classification, custom code should call this package cautiously and only after the MAIN signature has been validated in the target environment. Behavior can also differ between 12.1.1 and 12.2.2 due to Online Patching editioning and table synonym changes; in an AD/TXK editioned 12.2.2 environment, calls made from custom code must resolve to the correct edition.
-
PACKAGE: APPS.IGF_GR_LI_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_LI_IMPORT, status:VALID,
-
PACKAGE: APPS.IGF_GR_LI_IMPORT
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_LI_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_LI_IMPORT, status:VALID,
-
SYNONYM: APPS.IGF_AW_LI_PELL_INTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_LI_PELL_INTS, status:VALID,
-
SYNONYM: APPS.IGF_AW_LI_PDB_INTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_LI_PDB_INTS, status:VALID,
-
PACKAGE: APPS.IGF_GR_RFMS_BATCH_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_RFMS_BATCH_PKG, status:VALID,
-
SYNONYM: APPS.IGF_GR_RFMS_BATCH_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_RFMS_BATCH_ALL, status:VALID,
-
PACKAGE: APPS.IGF_GR_PELL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_PELL, status:VALID,
-
SYNONYM: APPS.IGF_GR_ALT_AMTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_ALT_AMTS, status:VALID,
-
SYNONYM: APPS.IGF_AP_ATTEND_MAP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_ATTEND_MAP_ALL, status:VALID,
-
SYNONYM: APPS.IGF_GR_REG_AMTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_REG_AMTS, status:VALID,
-
SYNONYM: APPS.IGF_GR_TUITION_FEE_CODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_TUITION_FEE_CODES, 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,
-
SYNONYM: APPS.IGF_GR_RFMS_DISB_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_RFMS_DISB_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,
-
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_GR_RFMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_RFMS_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AP_BATCH_AW_MAP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_BATCH_AW_MAP_ALL, 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.IGS_OR_ORG_ALT_IDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_ORG_ALT_IDS, status:VALID,
-
SYNONYM: APPS.IGF_AP_ISIR_MATCHED_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_ISIR_MATCHED_ALL, status:VALID,
-
PACKAGE: APPS.IGF_SL_DL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_DL_VALIDATION, status:VALID,
-
PACKAGE: APPS.IGF_AP_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_GEN, status:VALID,
-
PACKAGE: APPS.IGF_AP_FA_BASE_REC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_FA_BASE_REC_PKG, 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,
-
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,
-
PACKAGE: APPS.IGF_SL_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_GEN, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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,
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, status:VALID,
-
VIEW: APPS.IGF_AP_BATCH_AW_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_BATCH_AW_MAP_V, object_name:IGF_AP_BATCH_AW_MAP_V, 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.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,
-
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.FND_LOG_MESSAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_LOG_MESSAGES, 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,
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_LI_IMPORT
12.1.1
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_LI_IMPORT
12.1.1
-
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,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, 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,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
12.1.1 DBA Data
12.1.1