Search Results cf_ship_toformula




Overview

The APPS.RLM_RLMDMCOM_XMLP_PKG package is a PL/SQL package that belongs to the Oracle E-Business Suite Release Management (RLM) product family. Its naming conventions—specifically the _XMLP_PKG suffix—identify it as the generated PL/SQL package that underpins an Oracle XML Publisher (BI Publisher) concurrent program report. In the RLM context, this report is associated with demand management and commitment reporting (the "DMCOM" fragment suggests a Demand Management/Commitment report).

The package serves as the server-side data model for the corresponding XML Publisher report template, providing the PL/SQL functions that populate report parameters, perform report-level initialization and cleanup, and drive the conditional formatting and value-derivation logic that the layout template references. It is owned by the APPS schema and is documented as VALID in the ETRM metadata for both 12.1.1 and 12.2.2.

Key Procedures and Functions

The package exposes 24 documented procedures and functions:

No parameter lists are documented; purposes are inferred from naming and RLM report conventions.

Tables Accessed

The package references the following tables through APPS synonyms:

Usage Notes

This package is invoked exclusively as the data model of its associated Oracle XML Publisher concurrent program; it is not intended for direct ad-hoc invocation. It is registered in the concurrent program definitions, and its IS_SEQUENCED / IS_NON_SEQUENCED predicates conditionally control which report logic paths execute.

Because the RLM_RLMDMCOM_XMLP_PKG is referenced by zero other packages, it functions as a terminal, self-contained report package. Customizations should avoid modifying the generated package directly; instead, extend behavior via report template modifications or the supported RLM extension points, since the package body may be regenerated on patch application.