Search Results ont_oexoeccl_xmlp_pkg
Overview
ONT_OEXOECCL_XMLP_PKG is an Oracle Order Management report package body owned by APPS and classified as OTHER within the ETRM metadata model. Its name follows the standard Oracle Reports XML Publisher (XMLP) PL/SQL library convention: the embedded "XMLP" token indicates it backs a concurrent-program report definition generated from a Reports-to-XML Publisher migration, while the "OEXOECCL" stem identifies the underlying Order Management report. The body encapsulates the report's bind variables, lexical substitution clauses, and group-level formatting logic so that the Oracle Reports runtime (or the XML Publisher concurrent engine, depending on execution path) can invoke them at defined trigger points.
Functionally, the package supports the order hold or order header detail report in Order Management, allowing users to constrain results by customer name, customer number, order number, currency code, order type, and hold-applied date ranges. The p_item_flex_code search term that surfaces this object corresponds to the item key flexfield segment handling exposed through the package's item flex valid trigger and related item identifier functions.
Key Procedures and Functions
The documented interface comprises 22 procedures and functions. Predictable-format triggers include BEFOREREPORT, which initializes report-level state, and AFTERREPORT, which performs post-report cleanup and error trapping. AFTERPFORM is the core parameter-formatting trigger; the source excerpt shows it conditionally building lexical LP_ variables (for customer name, customer number, order number, currency code, hold-applied date range, and order type) from non-null user parameters, defaulting each to a space when unset.
Formula columns include C_DATA_NOT_FOUNDFORMULA and C_ADDRESSFORMULA, used to derive display values for the "no data found" indicator and address blocks. The P_ITEM_FLEX_CODEVALIDTRIGGER validates the item flexfield code parameter at runtime, tying directly to the user's search term. Item resolution is handled by INVENTORY_ITEM_ID_P, ORDERED_ITEM_P, and ORDERED_ITEM_ID_P.
Report metadata and profile values are exposed through RP_REPORT_NAME_P, RP_SUB_TITLE_P, RP_COMPANY_NAME_P, RP_FUNCTIONAL_CURRENCY_P, RP_DATA_FOUND_P, RP_DATE_HOLD_APPLIED_RANGE_P, RP_SHIP_P, RP_ORDER_P, RP_VAT_PROFILE_P, RP_PRINT_DESCRIPTION_P, and RP_ITEM_FLEX_ALL_SEG_P, the last of which returns the concatenated item flexfield segments for display.
Tables Accessed
FND_CONCURRENT_REQUESTS— supplies concurrent request context for report identification and logging.FND_CURRENCIES— resolves currency descriptions and formatting for the report's currency display.MTL_CROSS_REFERENCESandMTL_CROSS_REFERENCE_TYPES— retrieve cross-reference information for ordered items.MTL_CUSTOMER_ITEMSandMTL_CUSTOMER_ITEM_XREFS— resolve customer item numbers and their cross-references to internal inventory items.OE_TRANSACTION_TYPES_TL— provides translated order type names used by the order type parameter and display logic.
Usage Notes
The package is invoked exclusively as part of its parent Oracle Reports / XML Publisher concurrent program; it is not an API and is not referenced by any other PL/SQL package (referenced by 0 other packages per ETRM). Custom code should not call these functions directly. The correct extension point for adding item flexfield filtering is the P_ITEM_FLEX_CODE parameter and its validation trigger, propagated through RP_ITEM_FLEX_ALL_SEG_P. The header comment ($Header: OEXOECCLB.pls 120.2 2008/05/05) marks the file noship, indicating it is a development artifact shipped only as part of the compiled report object, consistent across 12.1.1 and 12.2.2.
-
PACKAGE BODY: APPS.ONT_OEXOECCL_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ONT_OEXOECCL_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.ONT_OEXOECCL_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ONT_OEXOECCL_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.ONT_OEXOECCL_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ONT_OEXOECCL_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.ONT_OEXOECCL_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ONT_OEXOECCL_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.ONT_OEXOECCL_XMLP_PKG
12.2.2
-
PACKAGE: APPS.ONT_OEXOECCL_XMLP_PKG
12.1.1
-
SYNONYM: APPS.MTL_CROSS_REFERENCE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CROSS_REFERENCE_TYPES, status:VALID,
-
SYNONYM: APPS.MTL_CUSTOMER_ITEM_XREFS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CUSTOMER_ITEM_XREFS, status:VALID,
-
PACKAGE: APPS.FND_FLEX_XML_PUBLISHER_APIS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FLEX_XML_PUBLISHER_APIS, status:VALID,
-
SYNONYM: APPS.MTL_CROSS_REFERENCE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CROSS_REFERENCE_TYPES, status:VALID,
-
PACKAGE: APPS.FND_FLEX_XML_PUBLISHER_APIS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_FLEX_XML_PUBLISHER_APIS, status:VALID,
-
SYNONYM: APPS.MTL_CUSTOMER_ITEM_XREFS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CUSTOMER_ITEM_XREFS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.MTL_CROSS_REFERENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CROSS_REFERENCES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.MTL_CUSTOMER_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CUSTOMER_ITEMS, status:VALID,
-
SYNONYM: APPS.MTL_CROSS_REFERENCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CROSS_REFERENCES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.MTL_CUSTOMER_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CUSTOMER_ITEMS, status:VALID,
-
SYNONYM: APPS.OE_TRANSACTION_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_TRANSACTION_TYPES_TL, status:VALID,
-
SYNONYM: APPS.OE_TRANSACTION_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_TRANSACTION_TYPES_TL, status:VALID,
-
VIEW: APPS.OE_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LOOKUPS, object_name:OE_LOOKUPS, status:VALID,
-
VIEW: APPS.OE_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LOOKUPS, object_name:OE_LOOKUPS, status:VALID,
-
PACKAGE BODY: APPS.ONT_OEXOECCL_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.ONT_OEXOECCL_XMLP_PKG
12.2.2
-
PACKAGE: APPS.OE_SYS_PARAMETERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_SYS_PARAMETERS, status:VALID,
-
PACKAGE: APPS.OE_SYS_PARAMETERS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_SYS_PARAMETERS, status:VALID,
-
APPS.ONT_OEXOECCL_XMLP_PKG dependencies on ONT_OEXOECCL_XMLP_PKG
12.1.1
-
APPS.ONT_OEXOECCL_XMLP_PKG dependencies on ONT_OEXOECCL_XMLP_PKG
12.2.2
-
VIEW: APPS.FND_CONCURRENT_PROGRAMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS_VL, object_name:FND_CONCURRENT_PROGRAMS_VL, status:VALID,
-
VIEW: APPS.FND_CONCURRENT_PROGRAMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS_VL, object_name:FND_CONCURRENT_PROGRAMS_VL, status:VALID,
-
SYNONYM: APPS.FND_CONCURRENT_REQUESTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_CONCURRENT_REQUESTS, status:VALID,
-
SYNONYM: APPS.FND_CONCURRENT_REQUESTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_CONCURRENT_REQUESTS, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, 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,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, 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.GL_SETS_OF_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - INV Tables and Views
12.1.1
-
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
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,