ECC Enterprise Asset Management, Stores Materials (Maintenance), SQL2

Description
Categories: Enterprise Command Center
Imported from Enterprise Command Center
Dataset Key: eam-store-mat
Query Procedure: EAM_ECC_MAT_UTIL_PVT.GET_ECC_STORES_MAT_DL_INFO
Security Procedure:

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select
x.*
from
(
SELECT eesmt.ecc_spec_id,mcikfv.concatenated_segments item_category
    FROM mtl_item_categories mci,mtl_categories_kfv mcikfv,eam_ecc_stores_mat_temp eesmt
    WHERE mci.inventory_item_id = eesmt.inventory_item_id
    AND mci.organization_id = eesmt.organization_id
    AND mci.category_id = mcikfv.category_id
) x
where
2=2