Search Results mtl_abc_classes
Overview
The MTL_ABC_CLASSES table is a core data object within the Oracle E-Business Suite (EBS) Inventory (INV) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master repository for defining ABC classification codes used in inventory management. ABC analysis is a methodology for categorizing inventory items based on their value or usage, typically into classes such as A (high value/usage), B (medium), and C (low). This classification is fundamental to prioritizing management efforts, optimizing cycle counting programs, and informing material planning strategies. The table's primary role is to provide a centralized, organization-specific list of valid classes that can be assigned to items.
Key Information Stored
The table's structure is designed to uniquely identify and describe each ABC class within an organizational context. The primary key, ABC_CLASS_ID, is a unique system-generated identifier. The ORGANIZATION_ID links the class definition to a specific inventory organization, allowing for tailored classification schemes. The ABC_CLASS column stores the actual classification code (e.g., 'A', 'B', 'C', or other user-defined values). While the provided ETRM metadata does not list all columns, typical supplementary columns would include descriptive fields, creation and last update dates, and the identifiers of the users who created and last updated the record, supporting auditability and data integrity.
Common Use Cases and Queries
The primary use case is the assignment of ABC classes to items for cycle counting and analysis. Administrators define the valid classes in this table, which are then available for selection in item master records and assignment rules. A common reporting need is to list all defined classes for an organization. A sample query for this is:
SELECT ABC_CLASS, DESCRIPTION
FROM INV.MTL_ABC_CLASSES
WHERE ORGANIZATION_ID = :org_id
ORDER BY ABC_CLASS;
Another critical use case is analyzing item distribution across classes. This involves joining with the MRP_SYSTEM_ITEMS or MTL_SYSTEM_ITEMS table on the ABC_CLASS column to generate reports showing the count or total value of items in each classification bracket, which is essential for inventory control and audit planning.
Related Objects
As documented in the ETRM metadata, MTL_ABC_CLASSES has defined foreign key relationships with several key Inventory and Manufacturing tables, centralizing its role in the application's data model:
- MTL_PARAMETERS: Linked via ORGANIZATION_ID, establishing the organizational context for the class definitions.
- MRP_SYSTEM_ITEMS: Linked via the ABC_CLASS column (MRP_SYSTEM_ITEMS.ABC_CLASS references MTL_ABC_CLASSES.ABC_CLASS). This is a primary relationship where the class is assigned to an item for planning purposes.
- MTL_ABC_ASSGN_GROUP_CLASSES: Linked via ABC_CLASS_ID, used in defining assignment groups for automatic ABC classification.
- MTL_ABC_ASSIGNMENTS: Linked via ABC_CLASS_ID, storing the historical or current ABC class assignments for specific items.
- MTL_CYCLE_COUNT_CLASSES: Linked via ABC_CLASS_ID, used to define which ABC classes are included in a specific cycle count.
- MTL_CYCLE_COUNT_ITEMS: Linked via ABC_CLASS_ID, recording the ABC class of an item at the time a specific cycle count is scheduled or performed.
-
Table: MTL_ABC_CLASSES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_CLASSES, object_name:MTL_ABC_CLASSES, status:VALID, product: INV - Inventory , description: Inventory ABC classes , implementation_dba_data: INV.MTL_ABC_CLASSES ,
-
Table: MTL_ABC_CLASSES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_CLASSES, object_name:MTL_ABC_CLASSES, status:VALID, product: INV - Inventory , description: Inventory ABC classes , implementation_dba_data: INV.MTL_ABC_CLASSES ,
-
Table: MTL_ABC_ASSIGNMENTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSIGNMENTS, object_name:MTL_ABC_ASSIGNMENTS, status:VALID, product: INV - Inventory , description: Assigns items to abc classes in an abc group , implementation_dba_data: INV.MTL_ABC_ASSIGNMENTS ,
-
View: MTL_ABC_CLASSES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_CLASSES_ALL_V, object_name:MTL_ABC_CLASSES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_CLASSES_ALL_V ,
-
Table: MTL_ABC_ASSGN_GROUP_CLASSES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSGN_GROUP_CLASSES, object_name:MTL_ABC_ASSGN_GROUP_CLASSES, status:VALID, product: INV - Inventory , description: Assigns abc classes to abc groups , implementation_dba_data: INV.MTL_ABC_ASSGN_GROUP_CLASSES ,
-
View: MTL_ABC_CLASSES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_CLASSES_VAL_V, object_name:MTL_ABC_CLASSES_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_CLASSES_VAL_V ,
-
Table: MTL_ABC_ASSIGNMENTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSIGNMENTS, object_name:MTL_ABC_ASSIGNMENTS, status:VALID, product: INV - Inventory , description: Assigns items to abc classes in an abc group , implementation_dba_data: INV.MTL_ABC_ASSIGNMENTS ,
-
Table: MTL_CYCLE_COUNT_CLASSES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_CLASSES, object_name:MTL_CYCLE_COUNT_CLASSES, status:VALID, product: INV - Inventory , description: Defines cycle count classes , implementation_dba_data: INV.MTL_CYCLE_COUNT_CLASSES ,
-
Table: MTL_CYCLE_COUNT_ITEMS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS, object_name:MTL_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: Defines items to be used in cycle count , implementation_dba_data: INV.MTL_CYCLE_COUNT_ITEMS ,
-
View: INVBV_ABC_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_ABC_CLASSES, object_name:INVBV_ABC_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_ABC_CLASSES ,
-
Table: MTL_ABC_ASSGN_GROUP_CLASSES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSGN_GROUP_CLASSES, object_name:MTL_ABC_ASSGN_GROUP_CLASSES, status:VALID, product: INV - Inventory , description: Assigns abc classes to abc groups , implementation_dba_data: INV.MTL_ABC_ASSGN_GROUP_CLASSES ,
-
Table: MTL_CYCLE_COUNT_ITEMS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS, object_name:MTL_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: Defines items to be used in cycle count , implementation_dba_data: INV.MTL_CYCLE_COUNT_ITEMS ,
-
Table: MTL_CYCLE_COUNT_CLASSES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_CLASSES, object_name:MTL_CYCLE_COUNT_CLASSES, status:VALID, product: INV - Inventory , description: Defines cycle count classes , implementation_dba_data: INV.MTL_CYCLE_COUNT_CLASSES ,
-
View: MTL_ABC_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_CLASSES_V, object_name:MTL_ABC_CLASSES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_CLASSES_V ,
-
View: MTL_ABC_CLASSES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_CLASSES_ALL_V, object_name:MTL_ABC_CLASSES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_CLASSES_ALL_V ,
-
View: INVBV_ABC_ASSGN_GROUP_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_ABC_ASSGN_GROUP_CLASSES, object_name:INVBV_ABC_ASSGN_GROUP_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_ABC_ASSGN_GROUP_CLASSES ,
-
View: MTL_ABC_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_CLASSES_V, object_name:MTL_ABC_CLASSES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_CLASSES_V ,
-
View: INVFV_ABC_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_CLASSES, object_name:INVFV_ABC_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_ABC_CLASSES ,
-
View: INVFV_ABC_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_CLASSES, object_name:INVFV_ABC_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_ABC_CLASSES ,
-
View: MTL_ABC_CLASSES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_CLASSES_VAL_V, object_name:MTL_ABC_CLASSES_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_CLASSES_VAL_V ,
-
View: INVBV_ABC_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_ABC_CLASSES, object_name:INVBV_ABC_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_ABC_CLASSES ,
-
View: MTL_CYCLE_COUNT_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_CLASSES_V, object_name:MTL_CYCLE_COUNT_CLASSES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_CLASSES_V ,
-
View: MTL_CYCLE_COUNT_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_CLASSES_V, object_name:MTL_CYCLE_COUNT_CLASSES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_CLASSES_V ,
-
View: INVBV_ABC_ASSGN_GROUP_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_ABC_ASSGN_GROUP_CLASSES, object_name:INVBV_ABC_ASSGN_GROUP_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_ABC_ASSGN_GROUP_CLASSES ,
-
View: MTL_CYCLE_COUNT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS_V, object_name:MTL_CYCLE_COUNT_ITEMS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ITEMS_V ,
-
View: INVFV_ABC_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_ASSIGNMENTS, object_name:INVFV_ABC_ASSIGNMENTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_ABC_ASSIGNMENTS ,
-
View: INVFV_ABC_ASSGN_GROUP_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_ASSGN_GROUP_CLASSES, object_name:INVFV_ABC_ASSGN_GROUP_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_ABC_ASSGN_GROUP_CLASSES ,
-
View: MTL_CYCLE_COUNT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS_V, object_name:MTL_CYCLE_COUNT_ITEMS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ITEMS_V ,
-
View: INVFV_ABC_ASSGN_GROUP_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_ASSGN_GROUP_CLASSES, object_name:INVFV_ABC_ASSGN_GROUP_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_ABC_ASSGN_GROUP_CLASSES ,
-
View: INVFV_CYCLE_COUNT_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_ITEMS, object_name:INVFV_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_ITEMS ,
-
View: INVFV_CYCLE_COUNT_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_CLASSES, object_name:INVFV_CYCLE_COUNT_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_CLASSES ,
-
View: INVFV_CYCLE_COUNT_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_CLASSES, object_name:INVFV_CYCLE_COUNT_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_CLASSES ,
-
View: INVFV_ABC_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ABC_ASSIGNMENTS, object_name:INVFV_ABC_ASSIGNMENTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_ABC_ASSIGNMENTS ,
-
View: MTL_ABC_ASSGN_GROUP_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_ASSGN_GROUP_CLASSES_V, object_name:MTL_ABC_ASSGN_GROUP_CLASSES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_ASSGN_GROUP_CLASSES_V ,
-
View: INVFV_CYCLE_COUNT_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_ITEMS, object_name:INVFV_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_ITEMS ,
-
View: MTL_ABC_ASSGN_GROUP_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_ASSGN_GROUP_CLASSES_V, object_name:MTL_ABC_ASSGN_GROUP_CLASSES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_ASSGN_GROUP_CLASSES_V ,
-
View: MTL_ABC_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_ASSIGNMENTS_V, object_name:MTL_ABC_ASSIGNMENTS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_ASSIGNMENTS_V ,
-
View: MTL_ABC_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ABC_ASSIGNMENTS_V, object_name:MTL_ABC_ASSIGNMENTS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ABC_ASSIGNMENTS_V ,
-
View: MTL_CC_GRAPH_V
12.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_V
12.1.1
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CYCLE_COUNT_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES_V, object_name:MTL_CYCLE_COUNT_ENTRIES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ENTRIES_V ,
-
View: MTL_CYCLE_COUNT_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES_V, object_name:MTL_CYCLE_COUNT_ENTRIES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ENTRIES_V ,
-
Table: MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,