Search Results cf_salespersonformula




Overview

AR_ARXPDI_XMLP_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema that supports the Oracle Receivables "ARXPDI" XML Publisher (BI Publisher) concurrent program. The suffix "XMLP_PKG" follows the standard Oracle naming convention for generated packages that wrap a report's data model: an XML Publisher data template typically calls a corresponding package that retrieves the report data and returns it as XML. In Oracle EBS 12.1.1 and 12.2.2, these packages are embedded in the report definition and invoked by the XML Publisher engine when the associated concurrent program is submitted. The package status is VALID in the documented environment, confirming that it compiles and is registered correctly.

Key Procedures and Functions

The package exposes 33 documented procedures and functions. These fall into several logical categories:

Tables Accessed

The only documented table reference is FND_CONCURRENT_REQUESTS, accessed through an APPS synonym. This is the standard concurrent processing table, and the package reads it to identify the current request, retrieve request-level context, and drive conditional logic tied to the running concurrent program. No Receivables business tables are listed in the documented dependency set.

Usage Notes

AR_ARXPDI_XMLP_PKG is not intended for direct invocation from forms or custom PL/SQL. It is invoked indirectly by the XML Publisher engine when the associated ARXPDI concurrent program is run, with BEFOREREPORT and the various formula functions called during data model execution. Because the package is registered as an APPS object with no external references, customization should be performed through the report's XML template and parameter configuration rather than by modifying the package body. Direct changes to the package body are overwritten by patching and are not supported under the Oracle support policy.