Search Results dl_credit_ack
Overview
The APPS.IGF_SL_DL_ORIG_ACK package is a component of the Oracle E-Business Suite (EBS) Student Systems / Financial Aid module, specifically within the federal Direct Loan processing subsystem. Its name derives from its role in handling "Direct Loan Origination Acknowledgement" processing — the inbound/outbound exchange by which the institution transmits loan origination records to the federal Common Origination and Disbursement (COD) system and subsequently processes the acknowledgement responses returned by COD.
In Oracle EBS 12.1.1 and 12.2.2, this package operates as a supporting PL/SQL unit within the broader IGF_SL_DL_* family of Direct Loan objects (for example, IGF_SL_DL_ORIG and related load/reconciliation packages). The package is classified under the ETRM (E-Business Suite Technical Reference Manual) as an "OTHER" API, meaning it is an internal, undocumented-for-external-use package rather than a public or bulk-processing API. Its status is documented as VALID, indicating it is compiled successfully and available at runtime in the APPS schema. The package consists of a specification and a package body, and the ETRM notes class dependencies on SYS.STANDARD and on the object itself, reflecting the standard PL/SQL dependencies expected of any compiled package unit.
Key Procedures and Functions
The ETRM documents two callable units within this package:
DL_ORIG_ACK— The primary procedure responsible for processing Direct Loan origination acknowledgement data. It handles acknowledgement records received in response to previously submitted origination requests, interpreting COD's returned status and applying the resulting information to the appropriate student loan records.DL_CREDIT_ACK— A companion procedure that processes loan credit acknowledgement data, covering the credit-related acknowledgement flow between the institution and the federal processor. It applies the returned credit decisions or status information to the affected loan and award records.
Both units are packaged together because they share the same acknowledgement-processing logic and table access patterns. The ETRM does not publish parameter lists for these procedures; they are internal entry points intended to be invoked by the Direct Loan load/acknowledgement processing orchestration rather than by external callers.
Tables Accessed
The documented tables referenced through APPS synonyms reflect both the direct loan domain and the financial aid award/funds domain:
IGF_AW_AWARD_ALL— The award base table; read and/or updated to reflect acknowledgement outcomes against the student's award.IGF_AW_FUND_CAT_ALLandIGF_AW_FUND_MAST_ALL— The fund category and fund master tables, used to resolve the funding source and category associated with an acknowledgement.IGF_SL_LOANS_ALL— The core student loan table; the principal target for applying origination and credit acknowledgement results.IGF_SL_DL_FILE_TYPEandIGF_SL_LOAD_FILE_T— File type and load-file tables that identify and track the incoming acknowledgement file being processed.
These tables support reading the inbound acknowledgement record, matching it to the originating loan and award, and updating the corresponding loan, award, and fund records with the returned status.
Usage Notes
IGF_SL_DL_ORIG_ACK is an internal component invoked as part of the Direct Loan acknowledgement import workflow. It is not intended to be called directly by end users or customer-written code. Typical invocation occurs through the Student Financial Aid Direct Loan concurrent programs or processing routines that load acknowledgement files from COD and then dispatch the parsed records to DL_ORIG_ACK and DL_CREDIT_ACK. Because it references no other packages and is referenced by no other documented packages (0 dependents), it functions as a leaf-level worker in the dependency chain. Customizations should avoid direct modification; any extensions should be implemented through the supported Oracle-provided Direct Loan APIs and concurrent programs. As with all ETRM "OTHER"-classified packages, its interface may change between releases and is not guaranteed for external consumption.
-
PACKAGE: APPS.IGF_SL_DL_ORIG_ACK
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_ORIG_ACK
12.1.1
-
APPS.IGF_SL_DL_ORIG_ACK dependencies on IGF_SL_DL_ORIG_ACK
12.1.1
-
APPS.IGF_SL_DL_ORIG_ACK dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGF_SL_DL_ORIG_ACK dependencies on FND_FILE
12.1.1
-
APPS.IGF_SL_DL_ORIG_ACK dependencies on IGF_SL_LOR
12.1.1
-
APPS.IGF_SL_DL_ORIG_ACK dependencies on FND_MESSAGE
12.1.1