Search Results p_salesrep_high




Overview

ONT_OEXOEIOS_XMLP_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema that implements the server-side logic for the Order/Invoice Summary Report published through the XML Publisher (BI Publisher) concurrent program framework. In both Release 12.1.1 and 12.2.2 the package serves as the report logic container: it initializes the runtime environment, resolves report-level profile values, and supplies the formula and summary functions that the report layout invokes while generating output for a submitted concurrent request. It is classified as an OTHER API in the ETRM repository, meaning it is not part of Oracle's published, supported public interface and is regenerated by the XML Publisher report definition rather than maintained as a hand-coded integration point. The package reads transactional order and invoice data from Order Management and Receivables tables and presents aggregated order counts, line counts, ordered amounts, invoiced amounts, credit amounts, and balance-due figures for a selected range of customers, sales representatives, order types, and order numbers.

Key Procedures and Functions

Tables Accessed

Usage Notes

The package is invoked indirectly through the Order/Invoice Summary Report concurrent program; it is not called from Oracle Forms or by other PL/SQL packages, as the ETRM metadata records zero referencing packages. The parameter P_SALESREP_HIGH, together with its low counterpart, delimits the sales representative range reported on. Because the package is regenerated from the XML Publisher data definition, customizations should be applied to the report definition or handled through concurrent program parameters rather than by editing the package body, which Oracle may overwrite during patching or upgrade. All queries execute under the APPS schema and rely on MO_GLOBAL for operating unit security context.