Search Results igf_aw_fisap_pkg
Overview
IGF_AW_FISAP_PKG is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite. Its name associates it with the IGF (Financial Aid / Student Systems) application family and, more specifically, with the "AW" (Award) sub-module and the FISAP reporting process. FISAP (Fiscal Operations Report and Application to Participate) is the annual reporting vehicle through which institutions participating in Title IV federal student aid programs report prior-year expenditures and request funding for the coming year. This package encapsulates the extraction, aggregation, and report-generation logic required to populate the FISAP report from the institution's award, disbursement, and payment data. The package is classified under the ETRM API classification "OTHER," meaning it is an internal, process-oriented package rather than a public, supported application programming interface. It is version-independent in the sense that its documented structure and dependencies apply to both EBS 12.1.1 and 12.2.2 environments, since the underlying IGF data model is unchanged across those releases.
Key Procedures and Functions
The ETRM repository documents three procedures or functions within IGF_AW_FISAP_PKG:
- MAIN — The primary entry point and driver of the package's processing. It is presumed to orchestrate the overall FISAP data preparation sequence, invoking the aggregation and reporting routines in the correct order and applying the applicable reporting parameters (such as reporting year and range definitions).
- GENERATE_AGGREGATE_DATA — Populates the aggregate data required for FISAP reporting. This routine consolidates award, disbursement, and payment records into the summary form required by the FISAP report structure.
- GENERATE_PARTII — Produces the Part II portion of the FISAP report. Part II of the FISAP addresses the fiscal operations of the institution's Title IV programs and is generated from the aggregated disbursement and payment data prepared by the preceding routine.
Specific parameter lists are not published in the available metadata and are therefore not documented here; callers should inspect the package specification in the APPS schema for the exact signatures.
Tables Accessed
The package references a substantial set of APPS synonyms, indicating both read and write activity. Key tables include IGF_AW_FISAP_BATCH, IGF_AW_FISAP_RANGES, and IGF_AW_FISAP_REP, which store the batch control, reporting ranges, and generated report output for FISAP processing. Award and disbursement data are read from IGF_AW_AWARD_ALL and IGF_AW_AWD_DISB_ALL, with funding detail drawn from IGF_AW_FUND_CAT_ALL and IGF_AW_FUND_MAST_ALL. Payment and authorization information comes from IGF_SE_PAYMENT and IGF_SE_AUTH. Batch mapping and base records are handled through IGF_AP_BATCH_AW_MAP_ALL and IGF_AP_FA_BASE_REC_ALL. Academic context is sourced from IGS_CA_INST_ALL and IGS_EN_SPA_TERMS, and the generated XML output is persisted via IGF_GR_PELL_GEN_XML_S. The package also reads FND_USER, presumably for audit or created-by tracking. Dependencies are otherwise limited to SYS and STANDARD.
Usage Notes
Because IGF_AW_FISAP_PKG is an internal "OTHER"-class package with no dependent packages, it is not intended for direct invocation by third-party customization. It is typically called by the FISAP concurrent program or by the FISAP setup and generation forms within the Financial Aid module, which pass reporting parameters and trigger the MAIN routine. Direct custom calls should be avoided; instead, customers should use the supported FISAP concurrent programs and report templates. The package is listed as VALID in the ETRM repository, confirming it compiles cleanly against the documented 12.1.1 and 12.2.2 schemas.
-
PACKAGE: APPS.IGF_AW_FISAP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_FISAP_PKG, status:VALID,
-
PACKAGE: APPS.IGF_AW_FISAP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_FISAP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_FISAP_PKG, status:VALID,
-
SYNONYM: APPS.IGF_AW_FISAP_BATCH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FISAP_BATCH, status:VALID,
-
SYNONYM: APPS.IGS_PS_DEGREES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_DEGREES, status:VALID,
-
SYNONYM: APPS.IGF_AW_FISAP_REP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FISAP_REP, status:VALID,
-
SYNONYM: APPS.IGF_AW_FISAP_RANGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FISAP_RANGES, status:VALID,
-
SYNONYM: APPS.IGF_GR_PELL_GEN_XML_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_PELL_GEN_XML_S, status:VALID,
-
PACKAGE: APPS.IGF_AW_FISAP_REP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_FISAP_REP_PKG, status:VALID,
-
PACKAGE: APPS.IGF_AW_FISAP_BATCH_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_FISAP_BATCH_PKG, status:VALID,
-
SYNONYM: APPS.IGF_SE_AUTH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SE_AUTH, status:VALID,
-
SYNONYM: APPS.IGF_SE_PAYMENT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SE_PAYMENT, status:VALID,
-
SYNONYM: APPS.IGS_PS_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_TYPE_ALL, 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.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.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_PRC_LOAD, 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.IGS_EN_SPA_TERMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_SPA_TERMS, 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.IGF_AW_FUND_MAST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_MAST_ALL, 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,
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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_PS_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_V, object_name:IGS_PS_VER_V, 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,
-
VIEW: APPS.IGS_AD_ACAD_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACAD_HISTORY_V, object_name:IGS_AD_ACAD_HISTORY_V, status:VALID,
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
PACKAGE: APPS.WF_NOTIFICATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_NOTIFICATION, status:VALID,
-
VIEW: APPS.IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, 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.IGS_PS_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER, object_name:IGS_PS_VER, status:VALID,
-
APPS.IGF_AW_FISAP_PKG dependencies on IGF_AW_FISAP_PKG
12.1.1
-
VIEW: APPS.IGF_AP_FA_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_CON_V, object_name:IGF_AP_FA_CON_V, status:VALID,
-
TYPE: APPS.WF_PARAMETER_LIST_T
12.1.1
owner:APPS, object_type:TYPE, object_name:WF_PARAMETER_LIST_T, status:VALID,
-
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,
-
PACKAGE: APPS.WF_EVENT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_EVENT, status:VALID,
-
APPS.IGF_AW_FISAP_PKG dependencies on WF_NOTIFICATION
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_FISAP_PKG
12.1.1
-
PACKAGE: APPS.WF_ENGINE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_ENGINE, status:VALID,
-
SYNONYM: APPS.FND_USER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_USER, 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,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,