Search Results igf_sl_rej_wf
Overview
IGF_SL_REJ_WF is an Oracle E-Business Suite PL/SQL package owned by the APPS schema. The prefix "IGF" associates it with the Oracle Student Financial Aid (previously Financial Aid) product family, while the suffix "SL_REJ_WF" indicates a role in the Student Loan rejection workflow. The package provides workflow-enabled processing for rejected student loan records, orchestrating notifications to interested parties and supporting actions such as re-manifesting or reprinting loan data. In the context of Oracle EBS 12.1.1 and 12.2.2, it forms part of the integration layer that links the loan processing engine to Oracle Workflow notification and re-processing mechanisms.
The package is documented as VALID and is classified as "OTHER" under the ETRM API classification, meaning it is not a public, declaratively supported API surface. It is an internal package intended to be invoked by other components of the financial aid loan workflow rather than by external customers.
Key Procedures and Functions
The ETRM metadata documents three procedures, each aligned with a step in the rejected-loan handling cycle:
- SEND_NOTIF — dispatches a workflow notification associated with a rejected student loan. This procedure is responsible for generating the outbound message that alerts the appropriate recipient (for example, a financial aid administrator or the loan processing queue) that a loan has entered the rejection state and requires attention.
- MANIF_LOAN — performs the manifest operation for a loan record. This corresponds to the generation or re-generation of the manifest data that accompanies a student loan submission, typically re-issued after a rejection has been resolved or when the loan must be resubmitted to the disbursing or guaranty agency.
- REPRINT_LOAN — handles the reprint of loan documentation. This supports the operational need to regenerate loan promissory or disclosure documents when the original output is invalid, lost, or requires correction following a rejection event.
Each of these procedures is designed to be called within the workflow context, so that state transitions in the rejection process trigger the appropriate notification and document-handling actions.
Tables Accessed
The ETRM metadata for IGF_SL_REJ_WF does not enumerate specific base tables accessed through APPS synonyms. In practice, a package of this nature operates against the core student loan tables in the IGF schema, such as the loan and loan disbursement entities, the workflow notification tables, and any manifest or document tracking tables. Because no explicit table references are documented, integrators should treat the data access surface as internal and subject to change across patch levels.
Usage Notes
IGF_SL_REJ_WF is referenced only by itself according to the dependency metadata, and no other packages are documented as referencing it. This self-reference pattern typically indicates internal procedure-to-procedure calls within the package body rather than consumption by unrelated modules. The package is expected to be invoked from Oracle Workflow process definitions, concurrent program logic, or the financial aid loan processing forms during the rejection and re-submission cycle.
Because it is classified as OTHER and lacks a documented public API contract, direct calls from custom code are not recommended. Implementations upgrading between 12.1.1 and 12.2.2 should validate that workflow notification and document reprint behavior remains consistent, as such utilities are frequently adjusted in patch updates.
-
PACKAGE: APPS.IGF_SL_REJ_WF
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_REJ_WF, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_REJ_WF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_REJ_WF, status:VALID,
-
PACKAGE: APPS.IGF_SL_REJ_WF
12.1.1
-
PACKAGE: APPS.IGF_SL_LOR_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_LOR_PKG, status:VALID,
-
VIEW: APPS.IGF_SL_DL_LOR_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_LOR_RESP, object_name:IGF_SL_DL_LOR_RESP, status:VALID,
-
VIEW: APPS.IGF_SL_DL_PNOTE_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_RESP, object_name:IGF_SL_DL_PNOTE_RESP, status:VALID,
-
VIEW: APPS.IGF_SL_DL_BATCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_BATCH, object_name:IGF_SL_DL_BATCH, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_REJ_WF
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_SL_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS, object_name:IGF_SL_LOANS, 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_SL_LOANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS_V, object_name:IGF_SL_LOANS_V, status:VALID,
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
APPS.IGF_SL_REJ_WF dependencies on IGF_SL_REJ_WF
12.1.1
-
VIEW: APPS.IGF_SL_LOR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR, object_name:IGF_SL_LOR, status:VALID,
-
APPS.IGF_SL_REJ_WF dependencies on WF_CORE
12.1.1
-
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,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,