Search Results p_order_date_high




Overview

ONT_OEXOEORR_XMLP_PKG is the PL/SQL package body that backs the Oracle Order Management "Order Organizer Report" (short name OEXOEORR), a BI Publisher / XML Publisher concurrent program. It is an XMLP wrapper package generated by the Oracle Reports-to-XML Publisher conversion utilities, and its role is to expose report-level parameters, lexical bindings, and derived display values to the report template at runtime. The package runs in the APPS schema and is classified under the ETRM taxonomy as OTHER rather than as a public API.

The package is not a business-logic engine. It performs report initialization, resolves organization and item context, formats date range parameters for the report header, and resolves the report title, company name, and functional currency. The user search term p_order_date_low refers to a report parameter accepted by the concurrent program; the package converts it in BEFOREREPORT to the character form CP_ORDER_DATE_LOW using the DD-MON-YY mask so it can be displayed in the report layout.

Key Procedures and Functions

In total 26 documented units exist, twenty of which are named above; the remainder are supporting internal routines. No parameter lists are documented in the ETRM source, and none are reproduced here.

Tables Accessed

All tables are referenced through APPS synonyms, consistent with the package's APPS schema ownership.

Usage Notes

ONT_OEXOEORR_XMLP_PKG is invoked exclusively by the Order Organizer Report concurrent program. Users do not call it from forms or custom code; the ETRM metadata records zero dependent packages. Customizations should target the underlying report definition or the concurrent program parameters (such as P_ORDER_DATE_LOW) rather than the generated package body, since it carries an Oracle noship header and is subject to regeneration. Supporting instances running Oracle EBS 12.1.1 and 12.2.2 rely on this package to populate XML tags consumed by the OEXOEORR template.