Search Results msc_item_categories
Overview
The MSC_ITEM_CATEGORIES table is a core data repository within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It serves as the central planning engine's counterpart to the inventory-centric MTL_ITEM_CATEGORIES table. Its primary role is to store and manage the assignment of items to categories within specific category sets, as defined and used by the planning processes. This categorization is fundamental for grouping items with similar planning attributes, enabling aggregate reporting, demand forecasting, and the execution of planning rules based on logical item groupings. The table's structure supports a multi-organization and multi-instance architecture, which is critical for deployments utilizing Oracle's Shared Service Planning model.
Key Information Stored
The table's composite primary key defines the unique granularity of each record, consisting of ORGANIZATION_ID, SR_INSTANCE_ID, INVENTORY_ITEM_ID, CATEGORY_SET_ID, and SR_CATEGORY_ID. This structure ensures a single item can be assigned to only one category within a given category set for a specific organization and source instance. Key columns include SR_INSTANCE_ID, which identifies the source system instance from which the data originated (e.g., a specific manufacturing or inventory instance). INVENTORY_ITEM_ID and ORGANIZATION_ID together identify the specific item. CATEGORY_SET_ID references the defined grouping structure (e.g., "Planning" or "Purchasing" category set), and SR_CATEGORY_ID holds the identifier for the actual category within that set to which the item belongs. The table acts as a junction between planning items and their categorical classifications.
Common Use Cases and Queries
A primary use case is generating reports on planned items grouped by category for analysis, such as summarizing total planned supply or demand by product family. Data in this table is essential for planners running scenarios where planning parameters or strategies are applied at the category level. Common queries involve joining to item and category master tables. For example, to list all planned items with their category assignments for a specific category set, a typical SQL pattern would be:
- SELECT mic.organization_id, mic.inventory_item_id, msi.concatenated_segments, mc.category_name
- FROM msc_item_categories mic,
- msc_system_items msi,
- msc_categories mc
- WHERE mic.inventory_item_id = msi.inventory_item_id
- AND mic.organization_id = msi.organization_id
- AND mic.sr_instance_id = msi.sr_instance_id
- AND mic.sr_category_id = mc.category_id
- AND mic.category_set_id = <desired_category_set_id>;
This table is also critical for troubleshooting data synchronization issues between inventory master data (MTL_ITEM_CATEGORIES) and the planning repository.
Related Objects
The most direct relationship, as documented in the foreign key, is with MSC_CATEGORY_SETS (via CATEGORY_SET_ID), which defines the valid category sets for planning. The table has intrinsic relationships with MSC_SYSTEM_ITEMS (via INVENTORY_ITEM_ID, ORGANIZATION_ID, and SR_INSTANCE_ID) and MSC_CATEGORIES (via SR_CATEGORY_ID). For data population and synchronization, it is closely tied to the MSC_ITEM_CATEGORIES_PKG package and the underlying collection processes that pull data from the source instances. From a reporting perspective, planners often access this data indirectly through planning-specific views or analytical dashboards built upon this foundational table.
-
Table: MSC_ITEM_CATEGORIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_CATEGORIES, object_name:MSC_ITEM_CATEGORIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the item assignment to categories within a category set. , implementation_dba_data: MSC.MSC_ITEM_CATEGORIES ,
-
Table: MSC_ITEM_CATEGORIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_CATEGORIES, object_name:MSC_ITEM_CATEGORIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the item assignment to categories within a category set. , implementation_dba_data: MSC.MSC_ITEM_CATEGORIES ,
-
View: MSC_ITEMS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEMS_TREE_V, object_name:MSC_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEMS_TREE_V ,
-
View: MSC_ITEMS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEMS_TREE_V, object_name:MSC_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEMS_TREE_V ,
-
View: MSC_SEARCH_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ITEMS_V, object_name:MSC_SEARCH_ITEMS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this shows all the search criteria for items , implementation_dba_data: APPS.MSC_SEARCH_ITEMS_V ,
-
View: MSC_SEARCH_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ITEMS_V, object_name:MSC_SEARCH_ITEMS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this shows all the search criteria for items , implementation_dba_data: APPS.MSC_SEARCH_ITEMS_V ,
-
Table: MSC_CATEGORY_SETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CATEGORY_SETS, object_name:MSC_CATEGORY_SETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This tables stores different category sets for an item. , implementation_dba_data: MSC.MSC_CATEGORY_SETS ,
-
Table: MSC_ST_ITEM_CATEGORIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ITEM_CATEGORIES, object_name:MSC_ST_ITEM_CATEGORIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_ITEM_CATEGORIES. , implementation_dba_data: MSC.MSC_ST_ITEM_CATEGORIES ,
-
Table: MSC_ST_ITEM_CATEGORIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ITEM_CATEGORIES, object_name:MSC_ST_ITEM_CATEGORIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_ITEM_CATEGORIES. , implementation_dba_data: MSC.MSC_ST_ITEM_CATEGORIES ,
-
Table: MSC_CATEGORY_SETS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CATEGORY_SETS, object_name:MSC_CATEGORY_SETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This tables stores different category sets for an item. , implementation_dba_data: MSC.MSC_CATEGORY_SETS ,
-
View: MSC_CATEGORIES_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CATEGORIES_TREE_V, object_name:MSC_CATEGORIES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the categories in the tree , implementation_dba_data: APPS.MSC_CATEGORIES_TREE_V ,
-
View: MSC_SEARCH_SUPPLIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_SUPPLIERS_V, object_name:MSC_SEARCH_SUPPLIERS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the search criteria for suppliers , implementation_dba_data: APPS.MSC_SEARCH_SUPPLIERS_V ,
-
View: MSC_SEARCH_SUPPLIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_SUPPLIERS_V, object_name:MSC_SEARCH_SUPPLIERS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the search criteria for suppliers , implementation_dba_data: APPS.MSC_SEARCH_SUPPLIERS_V ,
-
View: MSC_CATEGORIES_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CATEGORIES_TREE_V, object_name:MSC_CATEGORIES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the categories in the tree , implementation_dba_data: APPS.MSC_CATEGORIES_TREE_V ,
-
View: MSC_SEARCH_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ORGS_V, object_name:MSC_SEARCH_ORGS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the search criteria for organizations , implementation_dba_data: APPS.MSC_SEARCH_ORGS_V ,
-
View: MSC_SEARCH_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ORGS_V, object_name:MSC_SEARCH_ORGS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the search criteria for organizations , implementation_dba_data: APPS.MSC_SEARCH_ORGS_V ,
-
View: MSC_ITEM_EXCEPTION_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_EXCEPTION_V2, object_name:MSC_ITEM_EXCEPTION_V2, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view picks the item exceptions at the plan level , implementation_dba_data: APPS.MSC_ITEM_EXCEPTION_V2 ,
-
View: MSC_ITEM_EXCEPTION_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_EXCEPTION_V2, object_name:MSC_ITEM_EXCEPTION_V2, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view picks the item exceptions at the plan level , implementation_dba_data: APPS.MSC_ITEM_EXCEPTION_V2 ,
-
View: MSC_SUPPLIERS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIERS_TREE_V, object_name:MSC_SUPPLIERS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIERS_TREE_V ,
-
View: MSC_SUPPLIERS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIERS_TREE_V, object_name:MSC_SUPPLIERS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIERS_TREE_V ,
-
View: MSC_COMPONENTS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_COMPONENTS_SC_V, object_name:MSC_COMPONENTS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the components in the tree , implementation_dba_data: APPS.MSC_COMPONENTS_SC_V ,
-
View: MSC_COMPONENTS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_COMPONENTS_SC_V, object_name:MSC_COMPONENTS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the components in the tree , implementation_dba_data: APPS.MSC_COMPONENTS_SC_V ,
-
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 ,
-
View: MSC_ITEM_EXCEPTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_EXCEPTION_V, object_name:MSC_ITEM_EXCEPTION_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view picks up all the item exceptions , implementation_dba_data: APPS.MSC_ITEM_EXCEPTION_V ,
-
View: MSC_ITEM_SOURCING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_V, object_name:MSC_ITEM_SOURCING_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SOURCING_V ,
-
View: MSC_ITEM_EXCEPTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_EXCEPTION_V, object_name:MSC_ITEM_EXCEPTION_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view picks up all the item exceptions , implementation_dba_data: APPS.MSC_ITEM_EXCEPTION_V ,
-
View: MSC_ITEM_SOURCING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_V, object_name:MSC_ITEM_SOURCING_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SOURCING_V ,
-
View: MSC_BOD_SOURCING_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_SOURCING_RULES_V, object_name:MSC_BOD_SOURCING_RULES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_SOURCING_RULES_V ,
-
View: MSC_BOD_SOURCING_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_SOURCING_RULES_V, object_name:MSC_BOD_SOURCING_RULES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_SOURCING_RULES_V ,
-
View: MSC_SCATP_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_ITEM_SR_LEVELS_V, object_name:MSC_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SCATP_ITEM_SR_LEVELS_V ,
-
View: MSC_SCATP_ITEM_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_ITEM_SR_LEVELS_V, object_name:MSC_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SCATP_ITEM_SR_LEVELS_V ,
-
View: MSC_SYSTEM_ITEMS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SYSTEM_ITEMS_SC_V, object_name:MSC_SYSTEM_ITEMS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the items , implementation_dba_data: APPS.MSC_SYSTEM_ITEMS_SC_V ,
-
View: MSC_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SR_LEVELS_V, object_name:MSC_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Inventory items sources view , implementation_dba_data: APPS.MSC_ITEM_SR_LEVELS_V ,
-
View: MSC_ITEM_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SR_LEVELS_V, object_name:MSC_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Inventory items sources view , implementation_dba_data: APPS.MSC_ITEM_SR_LEVELS_V ,
-
View: MSC_SYSTEM_ITEMS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SYSTEM_ITEMS_SC_V, object_name:MSC_SYSTEM_ITEMS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the items , implementation_dba_data: APPS.MSC_SYSTEM_ITEMS_SC_V ,
-
View: OLD_ITEM_SOURCING_LEVELS_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: OLD_ITEM_SOURCING_LEVELS_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_PDR_ITEM_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_ITEM_DETAILS_V, object_name:MSC_PDR_ITEM_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_ITEM_DETAILS_V ,
-
View: MSC_PDR_ITEM_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_ITEM_DETAILS_V, object_name:MSC_PDR_ITEM_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_ITEM_DETAILS_V ,
-
View: MSC_EXC_DETAIL_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_ALL_V, object_name:MSC_EXC_DETAIL_ALL_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_ALL_V ,
-
View: MSC_EXC_DETAIL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_ALL_V, object_name:MSC_EXC_DETAIL_ALL_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_ALL_V ,
-
View: MSC_ITEM_SOURCING_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_LEVELS_V, object_name:MSC_ITEM_SOURCING_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view picks up all the sources at various levels for an item , implementation_dba_data: APPS.MSC_ITEM_SOURCING_LEVELS_V ,
-
View: MSC_PDR_LATE_ORDER_EXC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_LATE_ORDER_EXC_V, object_name:MSC_PDR_LATE_ORDER_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_LATE_ORDER_EXC_V ,
-
View: MSC_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ORDERS_V, object_name:MSC_ORDERS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shjows all the supplies,demands anf sales orders , implementation_dba_data: APPS.MSC_ORDERS_V ,
-
View: MSC_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ORDERS_V, object_name:MSC_ORDERS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shjows all the supplies,demands anf sales orders , implementation_dba_data: APPS.MSC_ORDERS_V ,
-
View: MSC_ITEM_SOURCING_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_LEVELS_V, object_name:MSC_ITEM_SOURCING_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view picks up all the sources at various levels for an item , implementation_dba_data: APPS.MSC_ITEM_SOURCING_LEVELS_V ,
-
View: MSC_PDR_LATE_ORDER_EXC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_LATE_ORDER_EXC_V, object_name:MSC_PDR_LATE_ORDER_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_LATE_ORDER_EXC_V ,
-
View: MSC_PDR_VERT_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_VERT_LIST_V, object_name:MSC_PDR_VERT_LIST_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_VERT_LIST_V ,
-
View: MSC_PDR_VERT_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_VERT_LIST_V, object_name:MSC_PDR_VERT_LIST_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_VERT_LIST_V ,