Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

layout default
title CAC Resources by Department Setup | Oracle EBS SQL Report
description Report to show which resources are assigned to which departments. With the respective resource rates as well. /…
keywords Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, CAC, Resources, Department, Setup, cst_activities, bom_departments, bom_resources
permalink /CAC%20Resources%20by%20Department%20Setup/

CAC Resources by Department Setup – Oracle EBS SQL Report

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

Overview

Report to show which resources are assigned to which departments. With the respective resource rates as well.

/* +=============================================================================+ -- | Copyright 2016 - 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. |

-- +=============================================================================+
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
-- +=============================================================================+*/

Report Parameters

Resource/Overhead Cost Type, Organization Code, Operating Unit, Ledger

Oracle EBS Tables Used

cst_activities, bom_departments, bom_resources, bom_department_resources, cst_resource_costs, cst_cost_types, cst_cost_elements, mtl_parameters, hr_organization_information, hr_all_organization_units_vl, gl_ledgers, mfg_lookups, gl_access_set_norm_assign, gl_ledger_set_norm_assign_v, mo_glob_org_access_tmp, dual, org_access_view

Report Categories

Enginatics

Related Reports

CAC Item Cost & Routing, CAC Manufacturing Variance, CAC Resources Associated with Overheads Setup, CAC WIP Account Detail, CAC ICP PII WIP Material Usage Variance, CAC Department Overhead Setup, CAC Department Overhead Setup Errors, CAC Resource Costs, CAC WIP Resource Efficiency

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 CAC Resources by Department Setup 08-Jul-2022 195451.xlsx
Blitz Report™ XML Import CAC_Resources_by_Department_Setup.xml
Full SQL on Enginatics www.enginatics.com/reports/cac-resources-by-department-setup/

Case Study & Technical Analysis: CAC Resources by Department Setup

Executive Summary

The CAC Resources by Department Setup report validates the manufacturing topology. It shows which Resources are available in which Departments. This setup controls both Scheduling (Capacity Planning) and Costing (Departmental Rates).

Business Challenge

  • Routing Errors: You cannot add a Resource to a Routing Operation if that Resource is not assigned to the Department.
  • Capacity Planning: "Do we have enough 'Welding' capacity in the 'Fabrication' department?"
  • Costing: Some overheads are Department-specific. This setup links the resource to the department context.

Solution

This report lists the assignments.

  • Hierarchy: Department -> Resource.
  • Capacity: Shows "Capacity Units" (e.g., 2 machines) and "Available 24 Hours" flags.
  • Costing: Shows the resource rate (for convenience).

Technical Architecture

  • Tables: bom_departments, bom_department_resources, bom_resources.
  • Logic: Standard join of the BOM setup tables.

Parameters

  • Organization Code: (Optional) Filter by plant.

Performance

  • Fast: Master data.

FAQ

Q: Can a resource be in multiple departments? A: Yes, "General Labor" might be assigned to every department. "Specialized CNC" might be in only one.


Useful Links

© 2026 Enginatics