Search Results cst_res_overheads_interface
Overview
CST_RES_OVERHEADS_INTERFACE is an open interface (staging) table owned by the BOM schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It serves as the inbound repository for resource overhead association information that is loaded into Oracle Bills of Material and Cost Management. Records are inserted into this table by external processes, feeder programs, or data conversion scripts, then processed by a concurrent program that validates and applies the overhead-to-resource assignments into the production cost tables. Because it is an interface table rather than a transactional base table, its rows are transient: successful rows are applied and typically deleted or purged, while failed rows remain with error diagnostics until corrected and reprocessed.
Under a heuristic Data Vault classification mined from its foreign key structure, the object is modeled as standalone. From a modeling perspective, this classification reflects the absence of parent-child relationships to other interface tables within the FK graph; the only documented outbound reference is to CST_COST_TYPES via COST_TYPE_ID. This suggests the table functions as a self-contained staging hub for a single import business event — the association of resources with overheads — rather than as a link or satellite in a normalized warehouse sense. Practitioners modeling this data should treat it as a processing artifact rather than a persistent dimensional source.
Key Information Stored
The table contains 40 documented columns. The most significant for interface processing and validation are:
- RESOURCE_ID / RESOURCE_CODE — the resource being associated with an overhead. RESOURCE_ID is the internal surrogate reference; RESOURCE_CODE is the human-readable business identifier used for lookup during validation.
- COST_TYPE_ID / COST_TYPE — the cost type context for the association. COST_TYPE_ID is the documented foreign key to CST_COST_TYPES; COST_TYPE carries the corresponding name for readability.
- ORGANIZATION_ID / ORGANIZATION_CODE — the inventory organization in which the overhead assignment applies. As with the resource, both the internal ID and the code are supplied to support validation.
- OVERHEAD_ID / OVERHEAD — the overhead to be linked to the resource, again provided as both an internal identifier and a business name.
- GROUP_ID — the grouping identifier that batches related interface rows into a single logical load set for processing.
- TRANSACTION_ID — an optional transaction reference for tracing the originating feeder event.
- PROCESS_FLAG — the control column indicating processing status (for example, pending, processed, or errored).
- ERROR_FLAG, ERROR_CODE, ERROR_EXPLANATION — diagnostics populated by the import process when a row fails validation, allowing correction and resubmission.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID — concurrent request and program context identifying which run processed the row.
- GROUP_DESCRIPTION — a descriptive label for the group, useful for reporting and audit.
- Standard WHO columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN) and ATTRIBUTE_CATEGORY/ATTRIBUTE1–15 — audit and descriptive flexfield storage.
No surrogate primary key or unique index is documented for this interface table; it is a staging structure, and row identity is typically managed by GROUP_ID combined with the key business columns.
Common Use Cases and Queries
Typical scenarios include bulk loading overhead-resource associations during implementation or periodic maintenance, monitoring interface failures, and auditing imported associations. A common monitoring query checks the status of a load group:
- Select PROCESS_FLAG, ERROR_FLAG, ERROR_CODE, ERROR_EXPLANATION for a given GROUP_ID to identify rows requiring correction.
- Join to CST_COST_TYPES on COST_TYPE_ID to confirm that the supplied cost type resolves to a valid record before processing.
- Group by GROUP_ID and GROUP_DESCRIPTION to summarize pending versus errored loads by request.
- Filter on REQUEST_ID or PROGRAM_ID to reconcile rows against a specific concurrent request log.
Reporting use cases center on pre-validation extracts that surface mismatched RESOURCE_CODE, OVERHEAD, or ORGANIZATION_CODE values before the import program runs, reducing downstream errors.
Related Objects
- CST_COST_TYPES — referenced via CST_RES_OVERHEADS_INTERFACE.COST_TYPE_ID; the only documented foreign key target.
- BOM_RESOURCES — the production resource master that RESOURCE_ID/RESOURCE_CODE resolve against during validation.
- CST_OVERHEADS — the overhead definitions that OVERHEAD_ID/OVERHEAD reference.
- ORG_ORGANIZATION_DEFINITIONS — source of inventory organization validation for ORGANIZATION_ID.
- The resource overhead import concurrent program — the processor that reads active rows, applies them, and writes error diagnostics.
- FND_CONCURRENT_REQUESTS — correlated through REQUEST_ID for run tracking.
Together these objects form the validation and application chain that transforms staged interface rows into live resource-overhead associations.
-
Table: CST_RES_OVERHEADS_INTERFACE
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RES_OVERHEADS_INTERFACE, object_name:CST_RES_OVERHEADS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for resource overhead association information , implementation_dba_data: BOM.CST_RES_OVERHEADS_INTERFACE ,
-
Table: CST_RES_OVERHEADS_INTERFACE
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RES_OVERHEADS_INTERFACE, object_name:CST_RES_OVERHEADS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for resource overhead association information , implementation_dba_data: BOM.CST_RES_OVERHEADS_INTERFACE ,
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE SQL Statements
12.1.1
-
SYNONYM: APPS.CST_RES_OVERHEADS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_RES_OVERHEADS_INTERFACE, status:VALID,
-
SYNONYM: APPS.CST_RES_OVERHEADS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_RES_OVERHEADS_INTERFACE, status:VALID,
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE SQL Statements
12.2.2
-
VIEW: BOM.CST_RES_OVERHEADS_INTERFACE#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_RES_OVERHEADS_INTERFACE#, status:VALID,
-
VIEW: APPS.CST_CIMP_GROUP_ID
12.1.1
-
VIEW: APPS.CST_CIMP_GROUP_ID
12.2.2
-
PACKAGE BODY: APPS.CST_OVHD_RATE_IMPORT_INTERFACE
12.1.1
-
PACKAGE BODY: APPS.CST_OVHD_RATE_IMPORT_INTERFACE
12.2.2
-
VIEW: BOM.CST_RES_OVERHEADS_INTERFACE#
12.2.2
-
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,
-
TABLE: BOM.CST_RES_OVERHEADS_INTERFACE
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RES_OVERHEADS_INTERFACE, object_name:CST_RES_OVERHEADS_INTERFACE, status:VALID,
-
VIEW: APPS.CST_CIMP_GROUP_ID
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CIMP_GROUP_ID, object_name:CST_CIMP_GROUP_ID, status:VALID,
-
View: CST_CIMP_GROUP_ID
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CIMP_GROUP_ID, object_name:CST_CIMP_GROUP_ID, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_CIMP_GROUP_ID ,
-
VIEW: APPS.CST_CIMP_GROUP_ID
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CIMP_GROUP_ID, object_name:CST_CIMP_GROUP_ID, 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,
-
TABLE: BOM.CST_RES_OVERHEADS_INTERFACE
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RES_OVERHEADS_INTERFACE, object_name:CST_RES_OVERHEADS_INTERFACE, status:VALID,
-
View: CST_CIMP_GROUP_ID
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CIMP_GROUP_ID, object_name:CST_CIMP_GROUP_ID, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_CIMP_GROUP_ID ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_RES_OVERHEADS_INTERFACE
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_RES_OVERHEADS_INTERFACE
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on FND_FILE
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on FND_MESSAGE
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on FND_FILE
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_RESOURCE_OVERHEADS
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on FND_MESSAGE
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_RESOURCE_OVERHEADS
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_ITEM_CST_DTLS_INTERFACE_S
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_ITEM_CST_DTLS_INTERFACE_S
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_COST_TYPES
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on BOM_RESOURCES
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_COST_TYPES
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on BOM_RESOURCES
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on FND_CONCURRENT
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on FND_CONCURRENT
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on MTL_PARAMETERS
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on FND_GLOBAL
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on FND_GLOBAL
12.2.2