Search Results msc_abc_classes
Overview
The MSC_ABC_CLASSES table is a core data object within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It serves as the master repository for defining ABC classification schemes, a foundational inventory analysis technique. This table enables planners to categorize inventory items based on their business importance, typically measured by criteria such as annual consumption value, volume, or criticality. The classifications stored here, such as Class A, B, or C, are critical for driving differentiated planning, replenishment, and cycle counting policies within the ASCP engine, allowing for focused management effort on the most significant items.
Key Information Stored
The table's structure is designed to support multi-organization and multi-scheme classifications within a single planning instance. Its primary key, as documented, is a composite of ABC_CLASS_ID and SR_INSTANCE_ID. The SR_INSTANCE_ID column uniquely identifies the specific planning server instance, enabling data partitioning in multi-instance deployments. The ABC_CLASS_ID is the unique identifier for a classification code within that instance. While the provided metadata does not list all columns, typical implementations include columns for the classification code (e.g., 'A', 'B', 'C'), a descriptive name, assignment criteria thresholds, and associated cycle count information. The table acts as the validated source for the ABC class codes assigned to items in the planning system.
Common Use Cases and Queries
The primary use case is reporting and analyzing the distribution of planned items across ABC classes to validate classification rules and assess planning focus. A common analytical query involves joining this table to the MSC_SYSTEM_ITEMS table to generate a count or value summary of items per class. For example, a planner may execute a query to list all Class A items for a specific organization or category. Furthermore, the data is essential for custom reports that tie ABC class to planning performance metrics, such as forecast accuracy or service levels by class. The table is also referenced during the execution of the planning engine's ABC assignment process, which may populate or update the ABC_CLASS column in MSC_SYSTEM_ITEMS based on current demand data.
Related Objects
The relationship data confirms a critical foreign key dependency from the MSC_SYSTEM_ITEMS table. This is the principal link between classification definitions and the items being planned.
- MSC_SYSTEM_ITEMS: This table holds the item master data for the planning engine. It references MSC_ABC_CLASSES via its ABC_CLASS and SR_INSTANCE_ID columns. The join condition for querying an item's ABC class description is typically:
MSC_SYSTEM_ITEMS.ABC_CLASS = MSC_ABC_CLASSES.ABC_CLASS_ID AND MSC_SYSTEM_ITEMS.SR_INSTANCE_ID = MSC_ABC_CLASSES.SR_INSTANCE_ID.
This relationship ensures referential integrity, meaning an ABC class assigned to a planning item must be defined in the MSC_ABC_CLASSES table for the corresponding planning instance.
-
Table: MSC_ABC_CLASSES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ABC_CLASSES, object_name:MSC_ABC_CLASSES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table describes the classification of inventory goods into class A, B, C class types. , implementation_dba_data: MSC.MSC_ABC_CLASSES ,
-
Table: MSC_ABC_CLASSES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ABC_CLASSES, object_name:MSC_ABC_CLASSES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table describes the classification of inventory goods into class A, B, C class types. , implementation_dba_data: MSC.MSC_ABC_CLASSES ,
-
APPS.MSC_GET_NAME dependencies on MSC_ABC_CLASSES
12.2.2
-
APPS.MSC_GET_NAME dependencies on MSC_ABC_CLASSES
12.1.1
-
VIEW: MSC.MSC_ABC_CLASSES#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ABC_CLASSES#, status:VALID,
-
SYNONYM: APPS.MSC_ABC_CLASSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_ABC_CLASSES, status:VALID,
-
VIEW: APPS.MSC_X_ABC_CLASSES_V
12.2.2
-
VIEW: APPS.MSC_X_ABC_CLASSES_V
12.1.1
-
VIEW: MSC.MSC_ABC_CLASSES#
12.2.2
-
SYNONYM: APPS.MSC_ABC_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_ABC_CLASSES, status:VALID,
-
TABLE: MSC.MSC_ABC_CLASSES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ABC_CLASSES, object_name:MSC_ABC_CLASSES, status:VALID,
-
TABLE: MSC.MSC_ABC_CLASSES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ABC_CLASSES, object_name:MSC_ABC_CLASSES, status:VALID,
-
VIEW: APPS.MSC_X_ABC_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_X_ABC_CLASSES_V, status:VALID,
-
VIEW: APPS.MSC_X_ABC_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_X_ABC_CLASSES_V, status:VALID,
-
TABLE: MSC.MSC_ST_ABC_CLASSES
12.1.1
owner:MSC, object_type:TABLE, object_name:MSC_ST_ABC_CLASSES, status:VALID,
-
Lookup Type: MSC_ODS_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
Lookup Type: MSC_ODS_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
TABLE: MSC.MSC_ST_ABC_CLASSES
12.2.2
owner:MSC, object_type:TABLE, object_name:MSC_ST_ABC_CLASSES, status:VALID,
-
PACKAGE BODY: APPS.MSC_GET_NAME
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_GET_NAME, status:VALID,
-
PACKAGE BODY: APPS.MSC_GET_NAME
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_GET_NAME, status:VALID,
-
Table: MSC_SYSTEM_ITEMS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SYSTEM_ITEMS, object_name:MSC_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SYSTEM_ITEMS stores the organization items defined at source applications. It also stores a copy of items planned by the planning process. Most of the columns in MSC_SYSTEM_ITEMS correspond to columns from the Oracle Inventory Item mast , implementation_dba_data: MSC.MSC_SYSTEM_ITEMS ,
-
Table: MSC_SYSTEM_ITEMS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SYSTEM_ITEMS, object_name:MSC_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SYSTEM_ITEMS stores the organization items defined at source applications. It also stores a copy of items planned by the planning process. Most of the columns in MSC_SYSTEM_ITEMS correspond to columns from the Oracle Inventory Item mast , implementation_dba_data: MSC.MSC_SYSTEM_ITEMS ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_CL_ITEM_ODS_LOAD dependencies on MSC_CL_COLLECTION
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.MSC_CL_ITEM_ODS_LOAD dependencies on MSC_CL_COLLECTION
12.2.2
-
APPS.MSC_CL_ITEM_ODS_LOAD dependencies on FND_MESSAGE
12.1.1
-
APPS.MSC_CL_ITEM_ODS_LOAD dependencies on FND_MESSAGE
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.MSC_CL_ITEM_ODS_LOAD dependencies on MSC_UTIL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_CL_ITEM_ODS_LOAD dependencies on MSC_UTIL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_CL_ITEM_ODS_LOAD SQL Statements
12.1.1
-
APPS.MSC_CL_ITEM_ODS_LOAD SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_ITEM_ODS_LOAD
12.2.2
-
APPS.MSC_PURGE_LID SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_ITEM_ODS_LOAD
12.1.1
-
APPS.MSC_PURGE_LID SQL Statements
12.2.2
-
APPS.MSC_GET_NAME SQL Statements
12.1.1
-
APPS.MSC_GET_NAME SQL Statements
12.2.2
-
eTRM - MSC Tables and Views
12.1.1
description: This table contains the mapping between user-defined zone and included regions ,
-
PACKAGE BODY: APPS.MSC_PURGE_LID
12.1.1
-
eTRM - MSC Tables and Views
12.2.2
description: This table contains the mapping between user-defined zone and included regions ,
-
PACKAGE BODY: APPS.MSC_PURGE_LID
12.2.2