Search Results check_ap_setup




Overview

The APPS.FUN_RECIPIENT_WF package is a workflow-enabled PL/SQL package within the Oracle E-Business Suite Financials family, operating under the APPS schema. Its name reflects its role as the recipient-side workflow handler for Oracle Financials transactions — most notably intercompany and intercompany transfer transactions managed by the FUN_TRX_PVT layer. The package supports the Oracle Workflow (WF) infrastructure by orchestrating transaction validation, approval routing, notification generation, and the transfer of approved transactions into General Ledger and, where configured, into Payables.

The package is classified as OTHER in the ETRM metadata, meaning it is not a formally published open API but rather an internal integration component invoked by other EBS packages and workflow processes. It is documented with a VALID status, confirming that the shipped version compiles and is populated in the database.

Key Procedures and Functions

The package exposes thirty-five documented procedures and functions that can be grouped by function:

Tables Accessed

The package reads and writes through APPS synonyms against the following base tables:

Usage Notes

FUN_RECIPIENT_WF is not intended for direct invocation by end users or forms. It is called by workflow processes and by peer packages, notably FUN_GLINT_WF and FUN_TRX_PVT, which appear in its dependency chain. When customizing or extending intercompany approval flows, developers should invoke these internal procedures only through the supported workflow framework and should treat the package as a private implementation, since its interface is not published as a formal API and may change between releases. It functions consistently across EBS 12.1.1 and 12.2.2.