Search Results cp_struct_num_p




Overview

JG_JGZZRCAK_XMLP_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema and classified under the ETRM as an "OTHER" API. The name follows the standard Oracle Reports convention in which a report executable or definition (short name JGZZRCAK, extended name JG_JGZZRCAK_XMLP) is paired with a generated XML Publisher (XMLP) package. The "JG" prefix identifies the object as belonging to the Oracle Public Sector / Local Government product family, and the report concerns customer receipts. In Oracle EBS 12.1.1 and 12.2.2, XML Publisher conversion wraps the original Oracle Reports PL/SQL logic into a database package so that the report can be executed against an XML data template. The package status is VALID in the APPS schema, and it exposes a documented set of 67 procedures and functions that perform data selection, formatting, number-to-word conversion, and document sequence auditing for the receipt output. Its business purpose is to drive the printed or published customer receipt document, including currency amounts, document sequencing compliance, and the associated customer and receipt attributes.

Key Procedures and Functions

The documented entry points cover report lifecycle and value-derivation logic:

Parameter lists are not reproduced here; the procedures perform the purposes named above.

Tables Accessed

The package reads and, where auditing applies, writes the following tables through APPS synonyms:

Usage Notes

JG_JGZZRCAK_XMLP_PKG is not invoked directly by end users or forms. It is executed as part of the JGZZRCAK XML Publisher report, normally submitted as a concurrent program from the Receivables or Public Sector receipts menu after receipt entry or remittance processing. The package is referenced by no other packages in the documented metadata, so its dependencies flow outward to the AR and FND tables rather than inward from other PL/SQL. Custom development should not call these procedures directly; instead, customisations should clone the report and its XML template if modified receipt output is required.