Search Results get_gr_ver_code
Overview
IGF_AP_BATCH_VER_PRC_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema that supports the batch verification processing logic used by Oracle Financial Aid (the IGF product family) when validating student financial aid records against Accounts Payable (AP) disbursement data. In the EBS 12.1.1 and 12.2.2 architectures, financial aid administrators must reconcile aid disbursements, ISIR (Institutional Student Information Record) data, and Title IV eligibility requirements before funds are released. This package serves as a processing utility within that pipeline, coordinating verification status updates, general ledger referencing, and federal verification checks at the batch level. It is classified as OTHER in the ETRM API registry, meaning it is an internal processing package rather than a formally published public API, and its procedures are invoked by higher-level financial aid processing packages rather than by external integrations directly.
Key Procedures and Functions
The ETRM metadata documents four procedures and functions within this package. Exact parameter lists are not published and are therefore not reproduced here.
- MAIN — The primary entry point that drives the batch verification process, orchestrating the sequence of validation, status retrieval, and update operations across the referenced financial aid and AP tables.
- UPDATE_PROCESS_STATUS — Updates the processing status flags on batch verification records, reflecting whether verification steps have completed successfully or require further action.
- GET_GR_VER_CODE — Retrieves the general ledger verification code, used to determine the verification state associated with a given aid or disbursement record.
- UPDATE_FED_VERIF_STATUS — Updates the federal verification status for records, reflecting compliance outcomes tied to federal Title IV verification requirements.
Tables Accessed
The package reads and writes several financial aid tables through APPS synonyms. It references IGF_AP_BATCH_AW_MAP_ALL (batch award mapping), IGF_AP_FA_BASE_REC_ALL (financial aid base records), IGF_AP_ISIR_MATCHED (matched ISIR data), IGF_AP_ISIR_CORR_ALL, and IGF_AP_ISIR_MATCHED_ALL for identifying corrections and matches. IGF_AP_TD_ITEM_INST_ALL and IGF_AP_TD_ITEM_MST_ALL provide Title IV item instance and master data. IGF_AW_INT_EXT_MAP supports internal/external mapping, while IGF_FC_SAR_CD_MST supplies SAR (Student Aid Report) code master values. HZ_PARTIES is referenced for party/student identity information. The package also uses DBMS_SQL for dynamic SQL and USER_TAB_COLUMNS for metadata introspection, alongside IGF_LOOKUPS_VIEW for lookup values.
Usage Notes
Because the package is internal and classified as OTHER, it is not intended to be called directly by users. It is referenced by six other packages, including IGF_AP_MATCHING_PROCESS_PKG, IGF_AP_SS_PKG, IGF_AP_TODO_GRPS_PRC_PKG, IGF_AP_VER_GRPS_PRC_PKG, IGF_AW_PACKAGING, and IGF_GR_PELL. These callers typically execute it from concurrent programs or during batch financial aid processing runs (such as Pell grant packaging and ISIR matching). Custom extensions should not invoke these procedures directly, as the internal call sequence and parameter expectations are not part of a published interface and may change between point releases.
-
PACKAGE: APPS.IGF_AP_BATCH_VER_PRC_PKG
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_BATCH_VER_PRC_PKG
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_LOOKUPS_VIEW
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_BATCH_AW_MAP_ALL
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_BATCH_AW_MAP_ALL
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AW_INT_EXT_MAP
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_LOOKUPS_VIEW
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_FA_BASE_REC_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_PELL
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on DBMS_SQL
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_BATCH_VER_PRC_PKG
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on FND_LOG
12.1.1