Search Results jg_jgzzarin_xmlp_pkg
Overview
JG_JGZZARIN_XMLP_PKG is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite. It is registered as a component of the Oracle Financials for the Americas (JG) localization module and is classified as an XML Publisher (XMLP) report package. The object naming convention—*_XMLP_PKG—identifies it as one of the auto-generated or user-maintained packages that act as the report logic and data-definition layer behind an XML Publisher concurrent program. In the Americas localization context, JG objects support country-specific legal and fiscal reporting, including tax, invoice, and localization-driven financial formats.
The package holds status VALID on both EBS 12.1.1 and 12.2.2. It has no downstream dependents—no other package references it—which confirms that its role is confined to its own report definition and is not consumed programmatically elsewhere. Its only documented dependency is on the SYS.STANDARD package.
Key Procedures and Functions
ETRM documents 62 procedures and functions. The most significant are grouped below.
- BEFOREREPORT and AFTERREPORT — standard XML Publisher report lifecycle hooks. BEFOREREPORT initializes the data model and parameter state before extraction; AFTERREPORT performs post-processing and cleanup.
- S_SFORMULA — a summary or data-selection formula procedure used inside the report query or group logic.
- PRINT_STATUS_UPDATE — updates the concurrent request or record status upon printing.
- CF_*FORMULA functions — column-format formulas: CF_SHIP_ADDRESSFORMULA, CF_BILL_ADDRESSFORMULA, CF_REMIT_ADDRESSFORMULA, CF_1FORMULA, CF_DUE_DATEFORMULA, CF_TRX_DATEFORMULA, CF_TAX_DATEFORMULA, CF_APPLY_DATEFORMULA, and CP_SHIP_COUNTRYFORMULA. These derive formatted output columns such as addresses, due dates, transaction dates, tax dates, and ship country values.
- Group filters — G_INVOICE_HEADERGROUPFILTER and G_CUSTOMER_TRX_ID2GROUPFILTER control which rows enter report groups during data extraction.
- Data-fetch helpers — S_SAY_P, CP_SHIP_CUST_NAME_P, CP_SHIP_ADD_1_P, and CP_SHIP_ADD_2_P retrieve customer name and address line data for reporting.
- JE_AMOUNT_UTILITIES — shared numeric conversion/formatting logic used by the report.
Tables Accessed
The package reads through APPS synonyms:
- RA_CUSTOMER_TRX — receivables transactions, the primary data source for invoice-level reporting.
- ZX_PARTY_TAX_PROFILE — party-level tax registration and configuration data.
- XLE_ETB_PROFILES — legal entity / establishment profiles used for localization reporting.
- FND_CURRENCIES — currency codes and precision for formatting amounts.
- FND_LOOKUP_VALUES — lookup codes used for descriptive and status values.
- DUAL — single-row utility select.
No documented writes to application tables are recorded; processing is read-oriented with status handling routed through standard concurrent mechanisms.
Usage Notes
This package is invoked indirectly by the XML Publisher concurrent program it supports. Users and developers generally never call it directly. It runs in the context of the concurrent manager, driven by report parameters submitted through the standard Oracle EBS request submission screen. The BEFOREREPORT/AFTERREPORT hooks execute automatically at report boundaries, and the CF_* formulas are referenced by name from the report's data template or RTF layout.
Because the package is VALID and referenced by no other packages, it can be modified or regenerated safely without impacting dependent code, provided the associated concurrent program definition and XML template remain synchronized. In 12.2.2, all APPS-side access continues via synonyms, so the underlying JG schema objects must remain valid for the package to compile and execute.
-
PACKAGE: APPS.JG_JGZZARIN_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JG_JGZZARIN_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.JG_JGZZARIN_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JG_JGZZARIN_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JG_JGZZARIN_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JG_JGZZARIN_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JG_JGZZARIN_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JG_JGZZARIN_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.JG_INFO
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JG_INFO, status:VALID,
-
PACKAGE: APPS.JG_INFO
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JG_INFO, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.XLE_ETB_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLE_ETB_PROFILES, status:VALID,
-
SYNONYM: APPS.XLE_ETB_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLE_ETB_PROFILES, status:VALID,
-
PACKAGE: APPS.JG_ZZ_SHARED_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JG_ZZ_SHARED_PKG, status:VALID,
-
PACKAGE: APPS.JG_ZZ_SHARED_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JG_ZZ_SHARED_PKG, status:VALID,
-
PACKAGE: APPS.JG_JGZZARIN_XMLP_PKG
12.2.2
-
PACKAGE: APPS.JG_JGZZARIN_XMLP_PKG
12.1.1
-
SYNONYM: APPS.ZX_PARTY_TAX_PROFILE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_PARTY_TAX_PROFILE, status:VALID,
-
SYNONYM: APPS.ZX_PARTY_TAX_PROFILE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_PARTY_TAX_PROFILE, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
VIEW: APPS.AP_LOOKUP_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_LOOKUP_CODES, object_name:AP_LOOKUP_CODES, status:VALID,
-
VIEW: APPS.AP_LOOKUP_CODES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_LOOKUP_CODES, object_name:AP_LOOKUP_CODES, status:VALID,
-
APPS.JG_JGZZARIN_XMLP_PKG dependencies on JG_JGZZARIN_XMLP_PKG
12.1.1
-
APPS.JG_JGZZARIN_XMLP_PKG dependencies on JG_JGZZARIN_XMLP_PKG
12.2.2
-
SYNONYM: APPS.RA_CUSTOMER_TRX
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX, status:VALID,
-
PACKAGE BODY: APPS.JG_JGZZARIN_XMLP_PKG
12.1.1
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
PACKAGE BODY: APPS.JG_JGZZARIN_XMLP_PKG
12.2.2
-
SYNONYM: APPS.FND_LOOKUP_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_LOOKUP_VALUES, status:VALID,
-
SYNONYM: APPS.FND_LOOKUP_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_LOOKUP_VALUES, status:VALID,
-
SYNONYM: APPS.FND_CURRENCIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_CURRENCIES, status:VALID,
-
SYNONYM: APPS.FND_CURRENCIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_CURRENCIES, status:VALID,
-
PACKAGE: APPS.MO_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MO_GLOBAL, status:VALID,
-
PACKAGE: APPS.MO_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MO_GLOBAL, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
PACKAGE: APPS.FND_DATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,
-
PACKAGE: APPS.FND_DATE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,
-
PACKAGE: SYS.DBMS_STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
SYNONYM: PUBLIC.DUAL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1