Search Results ap_batches_s




Overview

APPS.AP_APXIIMPT_XMLP_PKG is a package body in the Oracle E-Business Suite Payables (AP) schema. It backs the XML Publisher (BI Publisher) concurrent program that reports on invoice import activity, commonly associated with the Payables Open Interface Import process. The package serves as the report logic container for the APXIIMPT report, assembling output data for invoices processed through the Payables open interface tables and their associated batches. Its stated API classification is OTHER, indicating it is not a public or formally published programmatic interface but rather an internal report-support package.

The package is registered as VALID in the APPS schema and, per the ETRM metadata, is not referenced by any other database object. It in turn references a substantial set of AP and common EBS objects, and depends on several other PL/SQL packages, including AP_IMPORT_INVOICES_PKG, AP_XML_INVOICE_INBOUND_PKG, MO_GLOBAL, and FND_MESSAGE. It also depends on SYS constructs such as DBMS_STANDARD, DUAL, and STANDARD.

Key Procedures and Functions

The ETRM metadata documents 54 procedures and functions, including the following named members:

Tables Accessed

Usage Notes

AP_APXIIMPT_XMLP_PKG is invoked in the context of the Payables invoice import XML Publisher concurrent program. It is not designed for direct invocation from forms or from custom code; its procedures are called by the XML Publisher report engine through the standard before-report and after-report triggers (BEFOREREPORT and AFTERREPORT) and through XML Publisher formula columns. The package reads initialization and context values through FND_GLOBAL and delegates import-specific logic to AP_IMPORT_INVOICES_PKG and AP_XML_INVOICE_INBOUND_PKG. No other database object references this package, confirming that it is a terminal report-support package rather than a shared API. Because it depends on AP_BATCHES_S, its behavior is tied to batch-level data, which is the association most relevant when diagnosing report output for imported invoice batches.