Search Results cst_resource_overheads
Overview
CST_RESOURCE_OVERHEADS is a Bills of Material (BOM) schema table in Oracle E-Business Suite that defines the relationship between a resource and the overhead(s) applied to it. In Oracle EBS costing and manufacturing, overheads are indirect costs that are absorbed into the cost of a manufactured item based on the activity of resources. This table records, for a given resource, which overhead should be applied and under which cost type. It is a foundational configuration table consumed by the Cost Management (CST) costing engine when resource-level overhead absorption is calculated, particularly for standard costing and average costing organizations.
From a dimensional modeling perspective, the ETRM metadata classifies this object heuristically as a link table. This is appropriate: CST_RESOURCE_OVERHEADS does not represent a business entity or hub in its own right; rather, it resolves a many-to-many association between resources, cost types, and overheads. A Data Vault model would treat it as a link entity joining the resource and cost type hubs through the overhead relationship.
Key Information Stored
The table contains 29 documented columns, most of which are standard EBS audit and descriptive flexfield (DFF) columns. The following are the most significant:
- RESOURCE_ID — The resource to which the overhead applies. This forms part of the composite primary key and foreign key to BOM_RESOURCES.
- COST_TYPE_ID — The cost type under which the overhead association is valid (for example, Standard or Average). Foreign key to CST_COST_TYPES and part of the composite primary key.
- OVERHEAD_ID — The overhead resource being applied. Also a foreign key to BOM_RESOURCES, since overheads are themselves defined as resources. Part of the composite primary key.
- ORGANIZATION_ID — The inventory organization context for the record, enabling multi-org isolation of overhead assignments.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — Standard EBS audit who/when columns.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program tracking columns recording which program created or last modified the row.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — Descriptive flexfield segments for organization-specific extensions.
The surrogate primary key is CST_RESOURCE_OVERHEADS_PK, defined over (RESOURCE_ID, COST_TYPE_ID, OVERHEAD_ID). A unique index, CST_RESOURCE_OVERHEADS_U1, is documented over the same three columns, which serves as the business-key candidate ensuring a given overhead is not applied more than once to the same resource/cost type combination.
Common Use Cases and Queries
Typical uses include validating overhead setup prior to cost rollup, troubleshooting missing overhead absorption on a work order, and generating configuration reports for manufacturing costing.
- Listing all overheads assigned to a specific resource:
SELECT overhead_id FROM cst_resource_overheads WHERE resource_id = :resource_id AND cost_type_id = :cost_type_id; - Joining to BOM_RESOURCES to retrieve overhead resource names and to CST_COST_TYPES for cost type descriptions.
- Reporting the overhead-to-resource matrix across organizations using ORGANIZATION_ID as a filter.
- Auditing recently changed configurations via CREATION_DATE, LAST_UPDATE_DATE, and PROGRAM_ID.
Related Objects
The table integrates primarily with the following EBS objects:
- BOM_RESOURCES — Referenced twice, via RESOURCE_ID (the base resource) and OVERHEAD_ID (the overhead resource definition).
- CST_COST_TYPES — Via COST_TYPE_ID, defining the costing environment for the association.
- CST_ITEM_COSTS and cost rollup processes — Downstream consumers that apply the overhead during item cost calculation.
- BOM_RESOURCE_OVERHEADS or equivalent resource-overhead assignment logic — Related configuration that governs how overhead rates drive absorption.
- CST_OVERHEAD_DEFAULTS / default overhead setup — Organizational defaults that may be overridden at the resource level by this table.
Together, these relationships make CST_RESOURCE_OVERHEADS a critical link in the EBS manufacturing costing chain, connecting resource definition, cost type, and overhead absorption rules.
-
Table: CST_RESOURCE_OVERHEADS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RESOURCE_OVERHEADS, object_name:CST_RESOURCE_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: Resource that an overhead is applied to , implementation_dba_data: BOM.CST_RESOURCE_OVERHEADS ,
-
Table: CST_RESOURCE_OVERHEADS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RESOURCE_OVERHEADS, object_name:CST_RESOURCE_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: Resource that an overhead is applied to , implementation_dba_data: BOM.CST_RESOURCE_OVERHEADS ,
-
VIEW: APPS.CST_RESOURCE_COST_TYPES_V
12.1.1
-
VIEW: APPS.CST_RESOURCE_COST_TYPES_V
12.2.2
-
VIEW: APPS.CST_RESOURCE_OVERHEADS_DFV
12.1.1
-
VIEW: APPS.CST_RESOURCE_OVERHEADS_DFV
12.2.2
-
APPS.CST_RESOURCE_OVERHEADS_PKG SQL Statements
12.2.2
-
VIEW: BOM.CST_RESOURCE_OVERHEADS#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_RESOURCE_OVERHEADS#, status:VALID,
-
APPS.CST_RESOURCE_OVERHEADS_PKG SQL Statements
12.1.1
-
View: CST_RESOURCE_COST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_RESOURCE_COST_TYPES_V, object_name:CST_RESOURCE_COST_TYPES_V, status:VALID, product: BOM - Bills of Material , description: Resource and outside processing subelement associations with cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_RESOURCE_COST_TYPES_V ,
-
SYNONYM: APPS.CST_RESOURCE_OVERHEADS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_RESOURCE_OVERHEADS, status:VALID,
-
VIEW: APPS.CSTBV_MFG_RESOURCE_OVERHEADS
12.2.2
-
View: CST_RESOURCE_COST_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_RESOURCE_COST_TYPES_V, object_name:CST_RESOURCE_COST_TYPES_V, status:VALID, product: BOM - Bills of Material , description: Resource and outside processing subelement associations with cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_RESOURCE_COST_TYPES_V ,
-
VIEW: APPS.CSTFV_MFG_RESOURCE_OVERHEADS
12.1.1
-
VIEW: APPS.CSTBV_MFG_RESOURCE_OVERHEADS
12.1.1
-
VIEW: APPS.CST_RESOURCE_OVERHEADS_V
12.1.1
-
VIEW: APPS.CSTFV_MFG_RESOURCE_OVERHEADS
12.2.2
-
SYNONYM: APPS.CST_RESOURCE_OVERHEADS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_RESOURCE_OVERHEADS, status:VALID,
-
VIEW: BOM.CST_RESOURCE_OVERHEADS#
12.2.2
-
VIEW: APPS.CST_RESOURCE_OVERHEADS_V
12.2.2
-
TABLE: BOM.CST_RESOURCE_OVERHEADS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RESOURCE_OVERHEADS, object_name:CST_RESOURCE_OVERHEADS, status:VALID,
-
Table: BOM_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
TABLE: BOM.CST_RESOURCE_OVERHEADS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RESOURCE_OVERHEADS, object_name:CST_RESOURCE_OVERHEADS, status:VALID,
-
Table: BOM_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
PACKAGE BODY: APPS.CST_RESOURCE_OVERHEADS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CST_RESOURCE_OVERHEADS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CST_RESOURCE_OVERHEADS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_RESOURCE_OVERHEADS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSTPUPDT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPUPDT, status:VALID,
-
View: CSTBV_MFG_RESOURCE_OVERHEADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_RESOURCE_OVERHEADS, object_name:CSTBV_MFG_RESOURCE_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_RESOURCE_OVERHEADS ,
-
VIEW: APPS.CST_RESOURCE_OVERHEADS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:CST_RESOURCE_OVERHEADS_DFV, status:VALID,
-
PACKAGE BODY: APPS.CST_OVHD_RATE_IMPORT_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CST_OVHD_RATE_IMPORT_INTERFACE, status:VALID,
-
View: CSTFV_MFG_RESOURCE_OVERHEADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_RESOURCE_OVERHEADS, object_name:CSTFV_MFG_RESOURCE_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MFG_RESOURCE_OVERHEADS ,
-
PACKAGE BODY: APPS.CST_OVHD_RATE_IMPORT_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_OVHD_RATE_IMPORT_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.CSTPACWS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPACWS, status:VALID,
-
PACKAGE BODY: APPS.CST_ITEM_COST_IMPORT_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CST_ITEM_COST_IMPORT_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.CST_RESOURCE_OVERHEADS_PKG
12.2.2
-
VIEW: APPS.CST_RESOURCE_OVERHEADS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:CST_RESOURCE_OVERHEADS_DFV, status:VALID,
-
View: CSTBV_MFG_RESOURCE_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_RESOURCE_OVERHEADS, object_name:CSTBV_MFG_RESOURCE_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_RESOURCE_OVERHEADS ,
-
PACKAGE BODY: APPS.CSTPUPDT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPUPDT, status:VALID,
-
PACKAGE BODY: APPS.CSTPACWS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPACWS, status:VALID,
-
PACKAGE BODY: APPS.CST_RESOURCE_OVERHEADS_PKG
12.1.1
-
View: CSTFV_MFG_RESOURCE_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_RESOURCE_OVERHEADS, object_name:CSTFV_MFG_RESOURCE_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MFG_RESOURCE_OVERHEADS ,
-
PACKAGE BODY: APPS.CSTPPWRO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPWRO, status:VALID,
-
PACKAGE BODY: APPS.CST_ITEM_COST_IMPORT_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_ITEM_COST_IMPORT_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.MRP_CRP_HORIZONTAL_PLAN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_CRP_HORIZONTAL_PLAN, status:VALID,
-
PACKAGE BODY: APPS.CSTPACWC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPACWC, status:VALID,
-
PACKAGE BODY: APPS.CSTPPWRO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPWRO, status:VALID,
-
PACKAGE BODY: APPS.CST_EAMJOB_ACTESTIMATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CST_EAMJOB_ACTESTIMATE, status:VALID,
-
PACKAGE BODY: APPS.CST_EAMJOB_ACTESTIMATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_EAMJOB_ACTESTIMATE, status:VALID,
-
PACKAGE BODY: APPS.CSTPACWC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPACWC, status:VALID,
-
View: CST_RESOURCE_OVERHEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_RESOURCE_OVERHEADS_V, object_name:CST_RESOURCE_OVERHEADS_V, status:VALID, product: BOM - Bills of Material , description: Resource based overheads by cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_RESOURCE_OVERHEADS_V ,