Library of Oracle EBS SQLs for operational Excel and ECC reporting, Discoverer replacement, Oracle EBS performance tuning and rapid report development.
Report to show the intercompany sales order (SO) price list information, including the item number, price list name and related information. Price list parameter list of values are from the Intercompany Relationship Setups (from Oracle Inventory), per the price lists associated with the internal customers.
/* +=============================================================================+ – | Copyright 2010 - 2022 Douglas Volz Consulting, Inc. | – | All rights reserved. | – | Permission to use this code is granted provided the original author is | – | acknowledged. No warranties, express or otherwise is included in this | – | permission. | – +=============================================================================+ – | – | Original Author: Douglas Volz (doug@volzconsulting.com) – | – | Program Name: xxx_so_price_list_rept.sql – | – | Parameters: – | p_price_effective_date – Date the sales order list prices are effective, mandatory. – | p_price_list – Specific intercompany price list name to report – | p_item_number – Specific item number you wish to report, optional. – | p_category_set1 – The first item category set to report, typically the – | Cost or Product Line Category Set – | p_category_set2 – The second item category set to report, typically the – | Inventory Category Set – | – | Description: – | Report to show the SO price list information, including the item number, price – | list name and related information. – | – | Version Modified on Modified by Description – | ======= =========== ============== ========================================= – | 1.0 19 Sep 2010 Douglas Volz Created initial Report based on qp_price_list_lines_v – | 1.1 15 Dec 2010 Douglas Volz Cleaned up report for BO Repository – | 1.2 22 Dec 2010 Douglas Volz Fix for the Price End Date logic, change – | sysdate to ‘&p_price_effective_date’ to – | 1.3 01 Dec 2014 Douglas Volz Add Item Type column – | 1.4 15 Oct 2018 Douglas Volz Get price list Ids based on intercompany – | relationships, as opposed to hard-coding – | 1.5 16 Oct 2018 Douglas Volz And get prices from Customer default price – | list from hz_cust_accounts – | 1.6 20 Nov 2018 Douglas Volz Get Item Type from fnd_common_lookups as – | fnd_lookup_values as a duplicate ‘KIT’ – | 1.7 11 Dec 2018 Douglas Volz Avoid using the qp_price_list_pvt package, – | to see if this is faster. Use the query – | to finding the price list headers as the – | driving query or table, including the hint – | to make the price list header the driving table – | 1.8 17 Jun 2019 Douglas Volz Replace Oracle function – | apps.qp_price_list_pvt.get_product_uom_code – | with “qpa.product_uom_code”. – | 1.9 18 Sep 2019 Douglas Volz Added item status column and item categories – | 1.10 09 Jul 2022 Douglas Volz Changed back to Oracle QP price packages, to – | get price list information based on both – | categoryor item-specific price lists. – +=============================================================================+*/
Price Effective Date, Intercompany Price List, Category Set 1, Category Set 2, Category Set 3, Item Number
select, hz_cust_site_uses_all, hz_cust_accounts, hz_cust_acct_sites_all, mtl_system_items_vl, mtl_item_status_vl, mtl_units_of_measure_vl, fnd_lookup_values, qp_list_headers_b, qp_list_headers_tl, qp_list_lines, fnd_common_lookups
CAC Intercompany SO Price List vs. Item Cost Comparison
If you would like to try one of these Oracle EBS SQLs without having Blitz Report installed, note that some of the reports require functions from utility package xxen_util.
CAC Intercompany SO Price List 08-Jul-2022 221636.xlsx
www.enginatics.com/reports/cac-intercompany-so-price-list/
CAC_Intercompany_SO_Price_List.xml
We provide an open source Oracle EBS SQLs as a part of operational and project implementation support toolkits for rapid Excel reports generation.
Blitz Report™ is based on Oracle EBS forms technology, and hence requires minimal training. There are no data or performance limitations since the output files are created directly from the database without going through intermediate file formats such as XML.
Blitz Report can be used as BI Publisher and Oracle Discoverer replacement tool. Standard Oracle BI Publisher and Discoverer reports can also be imported into Blitz Report for immediate output to Excel. Typically, reports can be created and version tracked within hours instead of days. The concurrent request output automatically opens upon completion without the need for re-formatting.
The Filters, Columns, Rows and Values fields are used to create and deliver the data in pivot table format with full drill down to details.
The Excel template upload functionality in Blitz Report allows users to create their own layouts by uploading an Excel template with additional sheets and charts, automatically refreshed when the report runs again. This allows to create custom dashboards and more advanced visualizations of report data.
You can download and use Blitz Report free of charge for your first 30 reports.
The installation and implementation process usually takes less than 1 hour; you can refer to our installation and user guides for specific details.
If you would like to optimize your Oracle EBS implementation and or operational reporting you can visit www.enginatics.com to review great ideas and example usage in blog. Or why not try for yourself in our demo environment.
Useful Links
Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS
Oracle Discoverer replacement – importing worksheets into Blitz Report™
Blitz Report™ Questions & Answers
Supply Chain Hub by Blitz Report™
© 2025 Enginatics