Skip to the content.

EAM Assets – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Enterprise asset management asset details such as location, department etc.

Report Parameters

Organization Code, Department, Asset Group, Asset Number

Oracle EBS Tables Used

hz_party_sites, ap_supplier_sites_all, mtl_parameters, csi_item_instances, org_access_view, mtl_system_items_vl, mtl_item_locations_kfv, eam_org_maint_defaults, bom_departments, mtl_eam_locations, mtl_categories_b_kfv, csi_i_assets, fa_additions_b, pn_locations_all, mtl_serial_numbers, mtl_object_genealogy, mtl_system_items_b_kfv, eam_failure_set_associations, eam_failure_sets, hz_locations, hr_locations_all

Report Categories

Enginatics, R12 only

EAM Weekly Schedule, EAM Work Orders, INV Items, GL Account Distribution Analysis, GL Account Analysis (Distributions), INV Item Upload, GL Account Analysis

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output EAM Assets 28-Jul-2020 182205.xlsx
Blitz Report™ XML Import EAM_Assets.xml
Full SQL on Enginatics www.enginatics.com/reports/eam-assets/

Case Study & Technical Analysis: EAM Assets

Executive Summary

The EAM Assets report is the master registry for the Enterprise Asset Management module. It provides a comprehensive view of the physical assets being maintained, linking the operational view (Maintenance) with the financial view (Fixed Assets) and the logistical view (Inventory). This report is essential for:

  1. Asset Registry Audits: Verifying that all physical equipment is correctly registered in the system with the right attributes.
  2. Location Tracking: Identifying exactly where assets are located, whether in a subinventory, a specific area, or at a vendor site.
  3. Hierarchy Analysis: Understanding the parent-child relationships between assets (e.g., a Motor belonging to a Pump belonging to a Processing Line).

Business Challenge

Managing a large asset fleet involves coordinating data across multiple domains.

The Solution

This report flattens the complex EAM data model into a single, readable row per asset.

Technical Architecture (High Level)

The query is built around CSI_ITEM_INSTANCES (the Install Base), which is the repository for EAM assets in R12.

Parameters & Filtering

Performance & Optimization

FAQ

Q: Why is the “Fixed Asset Number” blank? A: Not all EAM assets are capitalized Fixed Assets (e.g., small tools). Also, the link might not have been established in the “Asset Numbers” form.

Q: What is the difference between “Asset Group” and “Asset Number”? A: The “Asset Group” is the type of asset (e.g., “Ford F-150 Truck”). The “Asset Number” is the specific instance (e.g., “Truck #44, License Plate XYZ”). In Oracle, the Group is an Inventory Item, and the Number is a Serial Number/Instance.

Q: Why do I see “HZ_LOCATIONS” in the raw data? A: This is the internal code for the Trading Community Architecture (TCA) location model, used for external addresses. The report decodes this into a readable address string.


© 2026 Enginatics