Skip to the content.

EAM Weekly Schedule – Oracle EBS SQL Report

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

Overview

Based on Oracle standard’s EAM Weekly Schedule report Application: Enterprise Asset Management Source: EAM Weekly Schedule report (XML) Short Name: EAMWSREP_XML DB package: EAM_EAMWSREP_XMLP_PKG

Report Parameters

Organization Code, Owning Department, Assigned Department, Week Starting, Date from, Date to, Area, Asset, Rebuild Item, Shutdown Type, Resource, Instance, Sort By

Oracle EBS Tables Used

per_all_people_f, bom_resource_employees, bom_resources, mtl_system_items_b_kfv, bom_resource_equipments, wip_entities, wip_discrete_jobs, wip_operations, wip_operation_resources, wip_op_resource_instances, eam_work_order_details, bom_departments, mtl_parameters, csi_item_instances, eam_org_maint_defaults, mtl_eam_locations, org_access_view

Report Categories

Enginatics, R12 only

CAC Manufacturing Variance, GL Account Analysis (Drilldown) (with inventory and WIP), GL Account Distribution Analysis, 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 Weekly Schedule 17-May-2020 135229.xlsx
Blitz Report™ XML Import EAM_Weekly_Schedule.xml
Full SQL on Enginatics www.enginatics.com/reports/eam-weekly-schedule/

Case Study & Technical Analysis: EAM Weekly Schedule

Executive Summary

The EAM Weekly Schedule report is a tactical planning tool for Maintenance Planners and Supervisors. It provides a Gantt-chart-style view of the upcoming week’s workload, broken down by Work Order, Operation, and Resource. Unlike a simple list of open work orders, this report focuses on scheduling: who is doing what, when they are starting, and how long it will take. It is essential for:

  1. Resource Leveling: Ensuring that mechanics and electricians are not overbooked on Tuesday and idle on Friday.
  2. Shutdown Planning: Identifying work orders that require a machine shutdown (Shutdown Type) to coordinate production downtime.
  3. Execution Tracking: Monitoring the progress of scheduled work against the plan.

Business Challenge

Maintenance scheduling is a dynamic puzzle.

The Solution

This report replicates the standard Oracle EAM Weekly Schedule logic but exposes it in a flexible SQL format.

Technical Architecture (High Level)

The query joins the Work Order header (WIP_DISCRETE_JOBS) to its operations and resources.

Parameters & Filtering

Performance & Optimization

FAQ

Q: Why is the “Instance Name” blank? A: If a resource requirement is defined at the Group level (e.g., “Any Mechanic”) but not assigned to a specific Instance (e.g., “John Doe”), the instance ID will be null. This is common for unassigned backlog work.

Q: What does “Firm Planned” mean? A: A “Firm” work order is locked in the schedule. MRP or auto-scheduling tools will not automatically move it. This report highlights these locked jobs so planners know what is non-negotiable.

Q: How does it handle multi-day jobs? A: The Duration column shows the total hours. The package functions (cp_1cp_7) likely distribute these hours across the days of the week, though the exact logic depends on the package code (which is wrapped in the database).


© 2026 Enginatics