Search Results msc_system_items
The MSC_SYSTEM_ITEMS
table is a critical data structure in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically within the Oracle Advanced Supply Chain Planning (ASCP) and Manufacturing modules. This table serves as a repository for item master data that is synchronized between Oracle Inventory (MTL_SYSTEM_ITEMS_B
) and the planning engine. Below is a detailed breakdown of its purpose, structure, and key attributes:
Purpose and Context
The MSC_SYSTEM_ITEMS
table stores item definitions used by Oracle ASCP for demand forecasting, supply planning, and inventory optimization. It acts as a staging area where item data from source systems (e.g., Oracle Inventory) is transformed and enriched for planning purposes. The table is populated during the "Snapshot" process, which extracts data from transactional systems into the planning engine's schema (MSC
). Key use cases include:
- Item attribute synchronization between inventory and planning modules.
- Support for multi-organization planning by storing organization-specific item properties.
- Integration with Bills of Materials (BOM) and routings for manufacturing planning.
Key Columns and Attributes
The table contains over 100 columns, but the most significant ones include:
Column Name | Data Type | Description |
---|---|---|
PLAN_ID |
NUMBER | Foreign key to MSC_PLANS , linking items to specific plans. |
SR_INSTANCE_ID |
NUMBER | Source system instance identifier (e.g., Inventory instance). |
ORGANIZATION_ID |
NUMBER | References HR_ORGANIZATION_UNITS for org-specific data. |
INVENTORY_ITEM_ID |
NUMBER | Matches MTL_SYSTEM_ITEMS_B.INVENTORY_ITEM_ID . |
ITEM_NAME |
VARCHAR2(240) | Item description from the source system. |
PLANNING_MAKE_BUY_CODE |
NUMBER | Determines if an item is planned as Make (1) or Buy (2). |
FIXED_LEAD_TIME |
NUMBER | Lead time used in planning calculations. |
Technical Considerations
In EBS 12.1.1 and 12.2.2, the table's behavior is influenced by:
- Snapshot Process: Data is refreshed via concurrent programs like "Refresh Snapshot" (
MSCSCREP
). - Indexing: Key indexes include
MSC_SYSTEM_ITEMS_N1
(onPLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID
) for query performance. - Partitioning: In large implementations, the table may be partitioned by
PLAN_ID
for scalability.
Integration Points
The table interacts with other MSC tables:
MSC_SUPPLIES
andMSC_DEMANDS
for supply-demand matching.MSC_ITEMS
for aggregated item attributes across organizations.MSC_PLAN_ORGANIZATIONS
for org-level planning parameters.
Customization and Extensions
Common extensions include:
- Adding custom columns via
MSC_EXTENSION_TABLE_NAME
tables. - Using Open Interfaces (
MSC_ITEM_OPEN_INTERFACE
) for bulk data loads. - Trigger-based validations during snapshot refreshes.
In summary, MSC_SYSTEM_ITEMS
is foundational to Oracle ASCP's item master management, enabling cross-module synchronization and complex planning scenarios. Proper maintenance of this table is essential for accurate supply chain planning in Oracle EBS 12.1.1/12.2.2 environments.
-
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 ,
-
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 ,
-
Lookup Type: MSC_SYSTEM_ITEMS
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: For Items , description: Field Prompts used for Personal Queries ,
-
Lookup Type: MSC_SYSTEM_ITEMS
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: For Items , description: Field Prompts used for Personal Queries ,
-
View: MSC_ITEM_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_TASK_SR_LEVELS_V, object_name:MSC_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_TASK_SR_LEVELS_V ,
-
View: MSC_ITEM_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_TASK_SR_LEVELS_V, object_name:MSC_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_TASK_SR_LEVELS_V ,
-
View: MSC_PROJECT_ITEMS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROJECT_ITEMS_TREE_V, object_name:MSC_PROJECT_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the project items in the tree , implementation_dba_data: APPS.MSC_PROJECT_ITEMS_TREE_V ,
-
View: MSC_PROJECT_ITEMS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROJECT_ITEMS_TREE_V, object_name:MSC_PROJECT_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the project items in the tree , implementation_dba_data: APPS.MSC_PROJECT_ITEMS_TREE_V ,
-
Table: MSC_SEQUENCE_DEPENDENT_SETUPS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SEQUENCE_DEPENDENT_SETUPS, object_name:MSC_SEQUENCE_DEPENDENT_SETUPS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The table stores the sequence dependent setups and tears down. This is used by HLS to ensure a minimun delay between two operations using the same resource. , implementation_dba_data: MSC.MSC_SEQUENCE_DEPENDENT_SETUPS ,
-
Table: MSC_SEQUENCE_DEPENDENT_SETUPS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SEQUENCE_DEPENDENT_SETUPS, object_name:MSC_SEQUENCE_DEPENDENT_SETUPS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The table stores the sequence dependent setups and tears down. This is used by HLS to ensure a minimun delay between two operations using the same resource. , implementation_dba_data: MSC.MSC_SEQUENCE_DEPENDENT_SETUPS ,
-
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_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_TASK_SR_LEVELS_V, object_name:MSC_BOD_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_TASK_SR_LEVELS_V ,
-
Table: MSC_DEMANDS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEMANDS, object_name:MSC_DEMANDS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores all the demands taken into account for planning. Disposition_id would be a foreign key to MSC_SUPPLIES for dependent demands. For independent demands, disposition_id holds MRP_SCHEDULE_DATES.MPS_TRANSACTION_ID. , implementation_dba_data: MSC.MSC_DEMANDS ,
-
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 ,
-
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: OLD_ITEM_SOURCING_LEVELS_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_BOD_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_TASK_SR_LEVELS_V, object_name:MSC_BOD_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_TASK_SR_LEVELS_V ,
-
Table: MSC_DEMANDS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEMANDS, object_name:MSC_DEMANDS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores all the demands taken into account for planning. Disposition_id would be a foreign key to MSC_SUPPLIES for dependent demands. For independent demands, disposition_id holds MRP_SCHEDULE_DATES.MPS_TRANSACTION_ID. , implementation_dba_data: MSC.MSC_DEMANDS ,
-
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_RESOURCE_ITEMS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_ITEMS_TREE_V, object_name:MSC_RESOURCE_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_RESOURCE_ITEMS_TREE_V ,
-
View: MSC_RESOURCE_ITEMS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_ITEMS_TREE_V, object_name:MSC_RESOURCE_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_RESOURCE_ITEMS_TREE_V ,
-
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_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_ACTION_ORDERS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ACTION_ORDERS_TREE_V, object_name:MSC_ACTION_ORDERS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Ths view shows the recommendations in the tree , implementation_dba_data: APPS.MSC_ACTION_ORDERS_TREE_V ,
-
View: MSC_ACTION_ORDERS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ACTION_ORDERS_TREE_V, object_name:MSC_ACTION_ORDERS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Ths view shows the recommendations in the tree , implementation_dba_data: APPS.MSC_ACTION_ORDERS_TREE_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_VERTICAL_PLAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_VERTICAL_PLAN_V, object_name:MSC_VERTICAL_PLAN_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the vertical plan , implementation_dba_data: APPS.MSC_VERTICAL_PLAN_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_CONSTRAINED_FORECAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CONSTRAINED_FORECAST_V, object_name:MSC_CONSTRAINED_FORECAST_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CONSTRAINED_FORECAST_V ,
-
View: MSC_VERTICAL_PLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_VERTICAL_PLAN_V, object_name:MSC_VERTICAL_PLAN_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the vertical plan , implementation_dba_data: APPS.MSC_VERTICAL_PLAN_V ,
-
View: MSC_CONSTRAINED_FORECAST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CONSTRAINED_FORECAST_V, object_name:MSC_CONSTRAINED_FORECAST_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CONSTRAINED_FORECAST_V ,
-
Table: MSC_ST_SYSTEM_ITEMS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_SYSTEM_ITEMS, object_name:MSC_ST_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to valid and process data for table MSC_SYSTEM_ITEMS. , implementation_dba_data: MSC.MSC_ST_SYSTEM_ITEMS ,
-
View: MSC_PUBLISH_ITEMS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PUBLISH_ITEMS_LOV_V, object_name:MSC_PUBLISH_ITEMS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PUBLISH_ITEMS_LOV_V ,
-
Table: MSC_SAFETY_STOCKS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SAFETY_STOCKS, object_name:MSC_SAFETY_STOCKS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Safety stock levels , implementation_dba_data: MSC.MSC_SAFETY_STOCKS ,
-
View: MSC_PRODUCT_FAMILIES_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PRODUCT_FAMILIES_TREE_V, object_name:MSC_PRODUCT_FAMILIES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PRODUCT_FAMILIES_TREE_V ,
-
Table: MSC_ST_SYSTEM_ITEMS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_SYSTEM_ITEMS, object_name:MSC_ST_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to valid and process data for table MSC_SYSTEM_ITEMS. , implementation_dba_data: MSC.MSC_ST_SYSTEM_ITEMS ,
-
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 ,
-
Table: MSC_SAFETY_STOCKS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SAFETY_STOCKS, object_name:MSC_SAFETY_STOCKS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Safety stock levels , implementation_dba_data: MSC.MSC_SAFETY_STOCKS ,
-
Table: MSC_AVAILABLE_TO_PROMISE
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_AVAILABLE_TO_PROMISE, object_name:MSC_AVAILABLE_TO_PROMISE, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Available to promise information for master scheduled parts , implementation_dba_data: MSC.MSC_AVAILABLE_TO_PROMISE ,
-
View: MSC_PRODUCT_FAMILIES_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PRODUCT_FAMILIES_TREE_V, object_name:MSC_PRODUCT_FAMILIES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PRODUCT_FAMILIES_TREE_V ,
-
Table: MSC_AVAILABLE_TO_PROMISE
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_AVAILABLE_TO_PROMISE, object_name:MSC_AVAILABLE_TO_PROMISE, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Available to promise information for master scheduled parts , implementation_dba_data: MSC.MSC_AVAILABLE_TO_PROMISE ,
-
Table: MSC_RESERVATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_RESERVATIONS, object_name:MSC_RESERVATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Material reservations , implementation_dba_data: MSC.MSC_RESERVATIONS ,
-
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_RESERVATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_RESERVATIONS, object_name:MSC_RESERVATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Material reservations , implementation_dba_data: MSC.MSC_RESERVATIONS ,
-
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 ,
-
View: MSC_PUBLISH_ITEMS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PUBLISH_ITEMS_LOV_V, object_name:MSC_PUBLISH_ITEMS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PUBLISH_ITEMS_LOV_V ,
-
View: MSC_EXC_DETAIL_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_ITEM_V, object_name:MSC_EXC_DETAIL_ITEM_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_ITEM_V ,
-
View: MSC_EXC_DETAIL_ITEM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_ITEM_V, object_name:MSC_EXC_DETAIL_ITEM_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_ITEM_V ,
-
Table: MSC_ITEM_SUPPLIERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SUPPLIERS, object_name:MSC_ITEM_SUPPLIERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the processing lead time, order modifier, and delivery calendar information for each item - supplier/site. , implementation_dba_data: MSC.MSC_ITEM_SUPPLIERS ,