ECC iProcurement, iProcurement Top Categories, SQL1

Description
Categories: Enterprise Command Center
Imported from Enterprise Command Center
Dataset Key: icx-top-categories
Query Procedure: ICX_ECC_UTIL_PVT.get_ecc_data_load_info
Security Procedure: icx_ecc_datasecurity_pkg_pub.GetFilterAttributeValues
Run ECC iProcurement, iProcurement Top Categories, SQL1 and other Oracle EBS reports with Blitz Report™ on our demo environment
select
x.*
from
(
SELECT * FROM  ( SELECT
              ecc_spec_id,
              max(category_name) AS CATEGORY_NAME,
              thumbnail_image,
              language,
              sum(reqs_count) frequency
              from icx_cat_ecc_top_categories_v  WHERE LANGUAGE in ( 'US')    --pivot uptake in v4
              GROUP BY ecc_spec_id, thumbnail_image, language  ) PIVOT(
              MAX(category_name) AS CATEGORY_NAME,
              COUNT(1) AS IS_TRANSLATION_AVAILABLE
              FOR LANGUAGE IN ('US' "US"))
) x
where
2=2
Parameter Name SQL text Validation
Operating Unit
x.org_id in (select haouv.organization_id from hr_all_organization_units_vl haouv where haouv.name=:operating_unit)
LOV