Search Results igf_ap_isir_import_pkg
Overview
The APPS.IGF_AP_ISIR_IMPORT_PKG package is a PL/SQL component within the Oracle E-Business Suite Financial Aid module (IGF). Its name reflects its core purpose: importing ISIR (Institutional Student Information Record) data into the Oracle EBS student financial aid data model. ISIR files are produced by the U.S. Department of Education's Central Processing System (CPS) and contain the applicant data, Expected Family Contribution (EFC), and transaction-level correction information required for federal student aid processing. This package performs the validation, matching, and persistence operations that move ISIR transaction content into EBS base records and correction workflow structures. In the ETRM 12.1.1 documentation, it is classified with an API classification of "OTHER" and holds a status of VALID in the APPS schema. It is not referenced by any other packages (referenced by 0 other packages), indicating it is a top-level entry point rather than a shared utility library.
Key Procedures and Functions
The documented package exposes nine procedures that together form the ISIR import lifecycle:
- MAIN_IMPORT_PROCESS — The principal driver of the import. It orchestrates the end-to-end processing of ISIR transaction data into the EBS tables.
- VALIDATE_CORRECTIONS — Performs validation logic on correction records before they are applied.
- UPDATE_MATCHED_ISIR — Updates the matched ISIR records, linking validated ISIR data to the appropriate matching structures.
- UPDATE_FABASE — Writes or refreshes the Financial Aid base record (
IGF_AP_FA_BASE_REC_ALL) for the applicant. - UPDATE_ISIR_CORR — Persists ISIR correction data into the correction tables.
- PREPARE_MESSAGE and CREATE_MESSAGE — Construct the outbound message payloads used in the correction communication workflow.
- OUTSIDE_CORRECTIONS — Handles corrections originating outside the standard correction path.
- SEND_MESSAGE — Dispatches the prepared message, typically through workflow integration.
Tables Accessed
The package operates across a set of financial aid and Oracle Trading Community tables accessed via APPS synonyms:
IGF_AP_FA_BASE_REC_ALL— the core Financial Aid base record, updated byUPDATE_FABASE.IGF_AP_ISIR_CORR_ALL— stores ISIR correction records.IGF_AP_ISIR_MATCHED_ALLandIGF_AP_ISIR_MATCHED— matched ISIR data linking applicants to transactions.IGF_AP_RECORD_MATCH_ALLandHZ_PARTIES— used to resolve the applicant party identity during matching.IGF_AP_ISIR_INTS_ALL— intermediate ISIR import staging data.IGF_AP_CORR_WF_S,IGF_AP_OUTCORR_WF,IGF_AP_BATCH_AW_MAP_ALL— workflow and batch mapping structures supporting corrections.IGS_OR_ORG_ALT_IDS,IGS_OR_ORG_ALT_IDTYP,IGF_FC_SAR_CD_MST— organization alternate identifiers and SAR code master reference data.DBMS_SQL,DUAL, and PL/SQL table types (PLITBLM) — dynamic SQL and internal array handling.
Usage Notes
This package is typically invoked from the ISIR import concurrent program or from Financial Aid forms that trigger ISIR processing. Because it is not referenced by other packages, it functions as a self-contained entry point, suggesting its procedures are called directly by concurrent program definitions, workflow activities, or custom extensions rather than through a documented public API. The presence of dedicated message-preparation and send procedures indicates tight coupling with Oracle Workflow for correction acknowledgements. When extending or debugging ISIR import behavior in 12.1.1 or 12.2.2, this package is the primary technical artifact to review, though the available ETRM metadata provides only structural dependency information rather than parameter-level documentation.
-
PACKAGE: APPS.IGF_AP_ISIR_IMPORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_ISIR_IMPORT_PKG, status:VALID,
-
SYNONYM: APPS.IGF_AP_ISIR_CORR_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_ISIR_CORR_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_ISIR_IMPORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_ISIR_IMPORT_PKG, 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_AP_ISIR_IMPORT_PKG
12.1.1
-
SYNONYM: APPS.IGF_AP_CORR_WF_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_CORR_WF_S, status:VALID,
-
PACKAGE: APPS.IGF_AP_OUTCORR_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_OUTCORR_WF_PKG, status:VALID,
-
SYNONYM: APPS.IGF_AP_ISIR_INTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_ISIR_INTS_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AP_OUTCORR_WF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_OUTCORR_WF, status:VALID,
-
SYNONYM: APPS.IGF_AP_RECORD_MATCH_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_RECORD_MATCH_ALL, status:VALID,
-
PACKAGE: APPS.IGF_AP_ISIR_CORR_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_ISIR_CORR_PKG, status:VALID,
-
PACKAGE: APPS.IGF_AP_ISIR_MATCHED_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_ISIR_MATCHED_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_BATCH_AW_MAP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_BATCH_AW_MAP_ALL, status:VALID,
-
SYNONYM: APPS.IGF_FC_SAR_CD_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_FC_SAR_CD_MST, status:VALID,
-
SYNONYM: APPS.IGS_OR_ORG_ALT_IDTYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_ORG_ALT_IDTYP, status:VALID,
-
PACKAGE: APPS.IGF_AP_MATCHING_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_MATCHING_PROCESS_PKG, status:VALID,
-
VIEW: APPS.IGF_AP_ISIR_CORR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_CORR, object_name:IGF_AP_ISIR_CORR, 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_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_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
-
VIEW: APPS.IGF_AP_RECORD_MATCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_RECORD_MATCH, object_name:IGF_AP_RECORD_MATCH, status:VALID,
-
VIEW: APPS.IGF_AP_BATCH_AW_MAP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_BATCH_AW_MAP, object_name:IGF_AP_BATCH_AW_MAP, 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,
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
PACKAGE: APPS.FND_STATS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_STATS, 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,
-
APPS.IGF_AP_ISIR_IMPORT_PKG dependencies on IGF_AP_ISIR_IMPORT_PKG
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.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,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE: APPS.WF_CORE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_CORE, status:VALID,
-
PACKAGE: APPS.WF_ENGINE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_ENGINE, status:VALID,
-
PACKAGE: APPS.FND_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_ISIR_IMPORT_PKG
12.1.1
-
APPS.IGF_AP_ISIR_IMPORT_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGF_AP_ISIR_IMPORT_PKG dependencies on IGF_AP_ISIR_MATCHED
12.1.1
-
APPS.IGF_AP_ISIR_IMPORT_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGF_AP_ISIR_IMPORT_PKG dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
VIEW: APPS.IGF_AP_ISIR_INTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_INTS, object_name:IGF_AP_ISIR_INTS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
PACKAGE: APPS.IGS_GE_MSG_STACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_MSG_STACK, status:VALID,
-
SYNONYM: PUBLIC.DBMS_SQL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_SQL, 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 ,