Search Results mtl_abc_compile_headers
Overview
The MTL_ABC_COMPILE_HEADERS table is a core data object within the Oracle E-Business Suite Inventory (INV) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master header table for ABC (Activity-Based Costing) Compilation processes. An ABC Compilation is a periodic analytical procedure that classifies inventory items into categories—typically A, B, and C—based on predefined criteria such as usage value, transaction volume, or other business metrics. This classification is fundamental for implementing selective inventory control policies. The table stores the control parameters and master definitions for each unique compilation run, acting as the parent record for detailed assignment data stored in related tables.
Key Information Stored
The table's primary key is the COMPILE_ID, a unique system-generated identifier for each compilation. Other critical columns define the scope and rules of the analysis. The ORGANIZATION_ID ties the compilation to a specific inventory organization. Key parameter columns include SCHEDULE_DESIGNATOR (linking to MRP schedules), SECONDARY_INVENTORY (to restrict analysis to a specific subinventory), MRP_FORECAST_NAME, MRP_PLAN_NAME, and COST_TYPE. These columns allow the compilation to be executed against a highly specific dataset, such as items within a particular plan or valued with a specific cost type. Additional columns typically track the compilation's status, creation date, and the user who initiated it, providing a complete audit trail.
Common Use Cases and Queries
The primary use case is generating and reviewing historical ABC classification analyses. Analysts query this table to understand past compilation parameters or to monitor ongoing jobs. A common reporting query retrieves header information for compilations within a specific organization and date range. For technical support, identifying details for a specific compile ID is frequent. Furthermore, the table is central to any data fix or purge activity related to ABC compilations, as operations must start at the header level to maintain referential integrity with child assignment records.
- Listing recent compilations:
SELECT compile_id, creation_date, last_update_date FROM mtl_abc_compile_headers WHERE organization_id = :org_id ORDER BY creation_date DESC; - Finding compilations using a specific cost type:
SELECT compile_id, cost_type FROM mtl_abc_compile_headers WHERE cost_type = :cost_type_name;
Related Objects
As indicated by its foreign keys, MTL_ABC_COMPILE_HEADERS has strong relationships with several key EBS tables. It references master data tables like MTL_PARAMETERS (organizations), MTL_SECONDARY_INVENTORIES, MRP_SCHEDULE_DESIGNATORS, MRP_FORECAST_DESIGNATORS, MRP_PLANS, and CST_COST_TYPES to validate parameters. Most importantly, it is the direct parent to the MTL_ABC_ASSIGNMENT_GROUPS and MTL_ABC_COMPILES tables. The MTL_ABC_ASSIGNMENT_GROUPS table stores the group definitions (e.g., classification rules and value bands), while MTL_ABC_COMPILES stores the detailed item-level assignment results for each compilation, linked via the COMPILE_ID. Any process or report examining ABC classification results will join from this header table to these child tables.
-
Table: MTL_ABC_COMPILE_HEADERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS, object_name:MTL_ABC_COMPILE_HEADERS, status:VALID, product: INV - Inventory , description: ABC compile header data , implementation_dba_data: INV.MTL_ABC_COMPILE_HEADERS ,
-
Table: MTL_ABC_COMPILE_HEADERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS, object_name:MTL_ABC_COMPILE_HEADERS, status:VALID, product: INV - Inventory , description: ABC compile header data , implementation_dba_data: INV.MTL_ABC_COMPILE_HEADERS ,
-
VIEW: APPS.MTL_ABC_COMPILE_HEADERS_DFV
12.2.2
-
VIEW: APPS.MTL_ABC_COMPILE_HEADERS_DFV
12.1.1
-
SYNONYM: APPS.MTL_ABC_COMPILE_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_ABC_COMPILE_HEADERS, status:VALID,
-
VIEW: APPS.MTL_ABC_ASSIGNMENT_GROUPS_V
12.1.1
-
SYNONYM: APPS.MTL_ABC_COMPILE_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ABC_COMPILE_HEADERS, status:VALID,
-
VIEW: APPS.INVFV_ABC_ASSIGNMENT_GROUPS
12.1.1
-
VIEW: INV.MTL_ABC_COMPILE_HEADERS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ABC_COMPILE_HEADERS#, status:VALID,
-
VIEW: APPS.INVFV_ABC_ASSIGNMENT_GROUPS
12.2.2
-
VIEW: APPS.MTL_ABC_ASSIGNMENT_GROUPS_V
12.2.2
-
VIEW: INV.MTL_ABC_COMPILE_HEADERS#
12.2.2
-
VIEW: APPS.MTL_ABC_COMPILES_V
12.2.2
-
VIEW: APPS.MTL_ABC_COMPILES_V
12.1.1
-
Table: MTL_ABC_ASSIGNMENT_GROUPS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS, object_name:MTL_ABC_ASSIGNMENT_GROUPS, status:VALID, product: INV - Inventory , description: Defines abc groups , implementation_dba_data: INV.MTL_ABC_ASSIGNMENT_GROUPS ,
-
VIEW: APPS.MTL_ABC_COMPILE_HEADERS_V
12.1.1
-
Table: MRP_PLANS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLANS, object_name:MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Settings for a specific plan name , implementation_dba_data: MRP.MRP_PLANS ,
-
Table: MTL_ABC_COMPILES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILES, object_name:MTL_ABC_COMPILES, status:VALID, product: INV - Inventory , description: ABC descending value compile data , implementation_dba_data: INV.MTL_ABC_COMPILES ,
-
VIEW: APPS.MTL_ABC_COMPILE_HEADERS_V
12.2.2
-
VIEW: APPS.MTL_ABC_COMPILE_HEADERS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:MTL_ABC_COMPILE_HEADERS_DFV, status:VALID,
-
Table: MRP_PLANS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLANS, object_name:MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Settings for a specific plan name , implementation_dba_data: MRP.MRP_PLANS ,
-
Table: MTL_ABC_COMPILES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILES, object_name:MTL_ABC_COMPILES, status:VALID, product: INV - Inventory , description: ABC descending value compile data , implementation_dba_data: INV.MTL_ABC_COMPILES ,
-
Table: MRP_SCHEDULE_DESIGNATORS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_DESIGNATORS, object_name:MRP_SCHEDULE_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Schedule names , implementation_dba_data: MRP.MRP_SCHEDULE_DESIGNATORS ,
-
View: INVFV_ABC_ASSIGNMENT_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_ASSIGNMENT_GROUPS, object_name:INVFV_ABC_ASSIGNMENT_GROUPS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_ABC_ASSIGNMENT_GROUPS ,
-
View: INVFV_ABC_ASSIGNMENT_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_ASSIGNMENT_GROUPS, object_name:INVFV_ABC_ASSIGNMENT_GROUPS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_ABC_ASSIGNMENT_GROUPS ,
-
Table: MRP_FORECAST_DESIGNATORS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS, object_name:MRP_FORECAST_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast names and sets , implementation_dba_data: MRP.MRP_FORECAST_DESIGNATORS ,
-
Table: MRP_SCHEDULE_DESIGNATORS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_DESIGNATORS, object_name:MRP_SCHEDULE_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Schedule names , implementation_dba_data: MRP.MRP_SCHEDULE_DESIGNATORS ,
-
Table: MTL_ABC_ASSIGNMENT_GROUPS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS, object_name:MTL_ABC_ASSIGNMENT_GROUPS, status:VALID, product: INV - Inventory , description: Defines abc groups , implementation_dba_data: INV.MTL_ABC_ASSIGNMENT_GROUPS ,
-
View: MTL_ABC_ASSIGNMENT_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS_V, object_name:MTL_ABC_ASSIGNMENT_GROUPS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_ASSIGNMENT_GROUPS_V ,
-
TABLE: INV.MTL_ABC_COMPILE_HEADERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS, object_name:MTL_ABC_COMPILE_HEADERS, status:VALID,
-
TABLE: INV.MTL_ABC_COMPILE_HEADERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS, object_name:MTL_ABC_COMPILE_HEADERS, status:VALID,
-
Table: MRP_FORECAST_DESIGNATORS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS, object_name:MRP_FORECAST_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast names and sets , implementation_dba_data: MRP.MRP_FORECAST_DESIGNATORS ,
-
VIEW: APPS.MTL_ABC_COMPILE_HEADERS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:MTL_ABC_COMPILE_HEADERS_DFV, status:VALID,
-
TABLE: INV.MTL_ABC_COMPILE_HEADERS_EFC
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS_EFC, object_name:MTL_ABC_COMPILE_HEADERS_EFC, status:VALID,
-
Table: CST_COST_TYPES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_TYPES, object_name:CST_COST_TYPES, status:VALID, product: BOM - Bills of Material , description: Stores cost type definitions , implementation_dba_data: BOM.CST_COST_TYPES ,
-
Table: CST_COST_TYPES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_TYPES, object_name:CST_COST_TYPES, status:VALID, product: BOM - Bills of Material , description: Stores cost type definitions , implementation_dba_data: BOM.CST_COST_TYPES ,
-
TABLE: INV.MTL_ABC_COMPILE_HEADERS_EFC
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS_EFC, object_name:MTL_ABC_COMPILE_HEADERS_EFC, status:VALID,
-
View: MTL_ABC_ASSIGNMENT_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS_V, object_name:MTL_ABC_ASSIGNMENT_GROUPS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_ASSIGNMENT_GROUPS_V ,
-
VIEW: APPS.INVFV_ABC_ASSIGNMENT_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_ASSIGNMENT_GROUPS, object_name:INVFV_ABC_ASSIGNMENT_GROUPS, status:VALID,
-
View: MTL_ABC_COMPILE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS_V, object_name:MTL_ABC_COMPILE_HEADERS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ABC_COMPILE_HEADERS_V ,
-
VIEW: APPS.INVFV_ABC_ASSIGNMENT_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_ASSIGNMENT_GROUPS, object_name:INVFV_ABC_ASSIGNMENT_GROUPS, status:VALID,
-
View: MTL_ABC_COMPILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_COMPILES_V, object_name:MTL_ABC_COMPILES_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ABC_COMPILES_V ,
-
View: MTL_ABC_COMPILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_COMPILES_V, object_name:MTL_ABC_COMPILES_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ABC_COMPILES_V ,
-
View: MTL_ABC_COMPILE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS_V, object_name:MTL_ABC_COMPILE_HEADERS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ABC_COMPILE_HEADERS_V ,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.MTL_ABC_ASSIGNMENT_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS_V, object_name:MTL_ABC_ASSIGNMENT_GROUPS_V, status:VALID,
-
VIEW: APPS.MTL_ABC_ASSIGNMENT_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS_V, object_name:MTL_ABC_ASSIGNMENT_GROUPS_V, status:VALID,
-
VIEW: APPS.MTL_ABC_COMPILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_COMPILES_V, object_name:MTL_ABC_COMPILES_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2