Search Results msc_department_resources
Overview
The MSC_DEPARTMENT_RESOURCES table is a core data structure within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It functions as the central repository for storing and managing resource capacity data used during the planning engine's finite and infinite capacity scheduling runs. This table is critical for modeling the availability of manufacturing resources (e.g., machines, labor, work centers) within specific departments for a given plan. It enables the planning engine to perform constraint-based scheduling by understanding the time-phased capacity limits of each resource, thereby determining feasible production schedules and identifying potential bottlenecks.
Key Information Stored
The table's primary key uniquely identifies a resource within the context of a specific plan, organization, department, and sourcing instance. The key columns are PLAN_ID, SR_INSTANCE_ID, ORGANIZATION_ID, DEPARTMENT_ID, and RESOURCE_ID. While the provided metadata does not list all detail columns, typical data stored in this and related tables includes resource availability per 24-hour day, available hours per day, efficiency, and capacity units. The table's structure ensures that resource capacity is correctly scoped to a single planning scenario (PLAN_ID) and its associated supply chain model (SR_INSTANCE_ID). The foreign key relationship to MSC_RESOURCE_GROUPS via RESOURCE_GROUP_NAME indicates it also supports resource grouping for aggregate capacity planning.
Common Use Cases and Queries
This table is primarily accessed for capacity analysis, exception reporting, and plan data validation. Common operational queries involve joining to related planning output tables to analyze resource utilization against available capacity. For instance, to identify resources that are over-utilized in a specific plan, one might join MSC_DEPARTMENT_RESOURCES to MSC_NET_RESOURCE_AVAIL. A typical reporting pattern is to list all resources for a given plan to verify data collection:
SELECT resource_id, department_id FROM msc_department_resources WHERE plan_id = :p_plan_id AND organization_id = :p_org_id ORDER BY department_id;
It is also central to diagnosing capacity-related planning exceptions, as the MSC_EXCEPTION_DETAILS and MSC_ITEM_EXCEPTIONS tables directly reference it to provide context for resource overload or underutilization alerts.
Related Objects
MSC_DEPARTMENT_RESOURCES sits at the center of a key data model for resource planning. Its integrity is enforced by foreign key relationships to master data and it is referenced by numerous planning output tables. The documented relationships are:
- MSC_PLAN_ORGANIZATIONS: Validates that the PLAN_ID, ORGANIZATION_ID, and SR_INSTANCE_ID combination is part of the defined plan.
- MSC_RESOURCE_GROUPS: Validates the RESOURCE_GROUP_NAME against defined groups.
- Referenced By: The table is the parent to several critical planning output tables, which use its primary key to detail resource-specific plan results:
- MSC_BIS_RES_SUMMARY (for Business Intelligence System summaries)
- MSC_BOR_REQUIREMENTS (for Bill of Resource requirements)
- MSC_EXCEPTION_DETAILS (for planning exceptions)
- MSC_ITEM_EXCEPTIONS (for item-level exceptions)
- MSC_NET_RESOURCE_AVAIL (for net resource availability calculations)
-
Table: MSC_DEPARTMENT_RESOURCES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEPARTMENT_RESOURCES, object_name:MSC_DEPARTMENT_RESOURCES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the resources available for planning. , implementation_dba_data: MSC.MSC_DEPARTMENT_RESOURCES ,
-
Table: MSC_DEPARTMENT_RESOURCES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEPARTMENT_RESOURCES, object_name:MSC_DEPARTMENT_RESOURCES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the resources available for planning. , implementation_dba_data: MSC.MSC_DEPARTMENT_RESOURCES ,
-
View: MSC_LINE_ITEMS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_LINE_ITEMS_LOV_V, object_name:MSC_LINE_ITEMS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_LINE_ITEMS_LOV_V ,
-
View: MSC_LINE_ITEMS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_LINE_ITEMS_LOV_V, object_name:MSC_LINE_ITEMS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_LINE_ITEMS_LOV_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: MSC_RESOURCES_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCES_TREE_V, object_name:MSC_RESOURCES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the resources in the tree , implementation_dba_data: APPS.MSC_RESOURCES_TREE_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_RESOURCES_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCES_TREE_V, object_name:MSC_RESOURCES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the resources in the tree , implementation_dba_data: APPS.MSC_RESOURCES_TREE_V ,
-
View: MSC_EXC_DETAIL_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_RESOURCE_V, object_name:MSC_EXC_DETAIL_RESOURCE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_RESOURCE_V ,
-
View: MSC_EXC_DETAIL_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_RESOURCE_V, object_name:MSC_EXC_DETAIL_RESOURCE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_RESOURCE_V ,
-
View: MSC_AVAIL_RESOURCE_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_AVAIL_RESOURCE_SUMMARY_V, object_name:MSC_AVAIL_RESOURCE_SUMMARY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_AVAIL_RESOURCE_SUMMARY_V ,
-
Table: MSC_ST_DEPARTMENT_RESOURCES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_DEPARTMENT_RESOURCES, object_name:MSC_ST_DEPARTMENT_RESOURCES, 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_DEPARTMENT_RESOURCES. , implementation_dba_data: MSC.MSC_ST_DEPARTMENT_RESOURCES ,
-
Table: MSC_ST_DEPARTMENT_RESOURCES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_DEPARTMENT_RESOURCES, object_name:MSC_ST_DEPARTMENT_RESOURCES, 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_DEPARTMENT_RESOURCES. , implementation_dba_data: MSC.MSC_ST_DEPARTMENT_RESOURCES ,
-
View: MSC_AVAIL_RESOURCE_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_AVAIL_RESOURCE_SUMMARY_V, object_name:MSC_AVAIL_RESOURCE_SUMMARY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_AVAIL_RESOURCE_SUMMARY_V ,
-
Table: MSC_BIS_RES_SUMMARY
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_RES_SUMMARY, object_name:MSC_BIS_RES_SUMMARY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_RES_SUMMARY stores resource required hours and available hours for BIS reports. , implementation_dba_data: MSC.MSC_BIS_RES_SUMMARY ,
-
Table: MSC_BIS_RES_SUMMARY
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_RES_SUMMARY, object_name:MSC_BIS_RES_SUMMARY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_RES_SUMMARY stores resource required hours and available hours for BIS reports. , implementation_dba_data: MSC.MSC_BIS_RES_SUMMARY ,
-
Table: MSC_RESOURCE_GROUPS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_RESOURCE_GROUPS, object_name:MSC_RESOURCE_GROUPS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores different resource groups. , implementation_dba_data: MSC.MSC_RESOURCE_GROUPS ,
-
Table: MSC_RESOURCE_GROUPS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_RESOURCE_GROUPS, object_name:MSC_RESOURCE_GROUPS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores different resource groups. , implementation_dba_data: MSC.MSC_RESOURCE_GROUPS ,
-
Table: MSC_NET_RESOURCE_AVAIL
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_NET_RESOURCE_AVAIL, object_name:MSC_NET_RESOURCE_AVAIL, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the resource availability profile of the different resources. , implementation_dba_data: MSC.MSC_NET_RESOURCE_AVAIL ,
-
Table: MSC_NET_RESOURCE_AVAIL
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_NET_RESOURCE_AVAIL, object_name:MSC_NET_RESOURCE_AVAIL, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the resource availability profile of the different resources. , implementation_dba_data: MSC.MSC_NET_RESOURCE_AVAIL ,
-
Table: MSC_BOR_REQUIREMENTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BOR_REQUIREMENTS, object_name:MSC_BOR_REQUIREMENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the set of resources required in an organization for an item. , implementation_dba_data: MSC.MSC_BOR_REQUIREMENTS ,
-
Table: MSC_BOR_REQUIREMENTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BOR_REQUIREMENTS, object_name:MSC_BOR_REQUIREMENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the set of resources required in an organization for an item. , implementation_dba_data: MSC.MSC_BOR_REQUIREMENTS ,
-
Table: MSC_EXCEPTION_DETAILS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_EXCEPTION_DETAILS, object_name:MSC_EXCEPTION_DETAILS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the details of exceptions generated by Oracle Advanced Planning and Scheduling(APS) and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_EXCEPTION_DETAILS ,
-
Table: MSC_EXCEPTION_DETAILS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_EXCEPTION_DETAILS, object_name:MSC_EXCEPTION_DETAILS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the details of exceptions generated by Oracle Advanced Planning and Scheduling(APS) and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_EXCEPTION_DETAILS ,
-
View: MSC_FLP_RES_ATP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_RES_ATP_V, object_name:MSC_FLP_RES_ATP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_RES_ATP_V ,
-
Table: MSC_ITEM_EXCEPTIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_EXCEPTIONS, object_name:MSC_ITEM_EXCEPTIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores a row per exception message against an item for exceptions generated in the Oracle Advanced planning and scheduling (APS) and the Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_ITEM_EXCEPTIONS ,
-
View: MSC_FLP_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_RES_V, object_name:MSC_FLP_RES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_RES_V ,
-
Table: MSC_ITEM_EXCEPTIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_EXCEPTIONS, object_name:MSC_ITEM_EXCEPTIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores a row per exception message against an item for exceptions generated in the Oracle Advanced planning and scheduling (APS) and the Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_ITEM_EXCEPTIONS ,
-
View: MSC_FLP_RES_ATP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_RES_ATP_V, object_name:MSC_FLP_RES_ATP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_RES_ATP_V ,
-
View: MSC_ALTERNATE_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ALTERNATE_RESOURCES_V, object_name:MSC_ALTERNATE_RESOURCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ALTERNATE_RESOURCES_V ,
-
View: MSC_FLP_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_RES_V, object_name:MSC_FLP_RES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_RES_V ,
-
View: MSC_ALTERNATE_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ALTERNATE_RESOURCES_V, object_name:MSC_ALTERNATE_RESOURCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ALTERNATE_RESOURCES_V ,
-
Table: MSC_PLAN_ORGANIZATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORGANIZATIONS, object_name:MSC_PLAN_ORGANIZATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the parameters relative to organizations that participate to the plan in Oracle Advanced Planning and Scheduling (APS). This table also contains the different companies which are collaborating in a supply or demand plan in , implementation_dba_data: MSC.MSC_PLAN_ORGANIZATIONS ,
-
View: MSC_PROCESS_EFFECTIVITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROCESS_EFFECTIVITY_V, object_name:MSC_PROCESS_EFFECTIVITY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PROCESS_EFFECTIVITY_V ,
-
View: MSC_PROCESS_EFFECTIVITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROCESS_EFFECTIVITY_V, object_name:MSC_PROCESS_EFFECTIVITY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PROCESS_EFFECTIVITY_V ,
-
Table: MSC_PLAN_ORGANIZATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORGANIZATIONS, object_name:MSC_PLAN_ORGANIZATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the parameters relative to organizations that participate to the plan in Oracle Advanced Planning and Scheduling (APS). This table also contains the different companies which are collaborating in a supply or demand plan in , implementation_dba_data: MSC.MSC_PLAN_ORGANIZATIONS ,
-
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 ,
-
View: MSC_PDR_RESOURCE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_RESOURCE_DETAILS_V, object_name:MSC_PDR_RESOURCE_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_RESOURCE_DETAILS_V ,
-
View: MSC_PDR_RESOURCE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_RESOURCE_DETAILS_V, object_name:MSC_PDR_RESOURCE_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_RESOURCE_DETAILS_V ,
-
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_PLANNED_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLANNED_RESOURCES_V, object_name:MSC_PLANNED_RESOURCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the resources used in a plan , implementation_dba_data: APPS.MSC_PLANNED_RESOURCES_V ,
-
View: MSC_BILL_OF_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BILL_OF_RESOURCES_V, object_name:MSC_BILL_OF_RESOURCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BILL_OF_RESOURCES_V ,
-
View: MSC_PLANNED_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLANNED_RESOURCES_V, object_name:MSC_PLANNED_RESOURCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the resources used in a plan , implementation_dba_data: APPS.MSC_PLANNED_RESOURCES_V ,
-
View: MSC_BILL_OF_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BILL_OF_RESOURCES_V, object_name:MSC_BILL_OF_RESOURCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BILL_OF_RESOURCES_V ,
-
View: MSC_CRITICAL_PATHS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CRITICAL_PATHS_V, object_name:MSC_CRITICAL_PATHS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CRITICAL_PATHS_V ,
-
View: MSC_CRITICAL_PATHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CRITICAL_PATHS_V, object_name:MSC_CRITICAL_PATHS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CRITICAL_PATHS_V ,
-
View: MSC_RESOURCE_REQUIREMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_REQUIREMENTS_V, object_name:MSC_RESOURCE_REQUIREMENTS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the resource requirements , implementation_dba_data: APPS.MSC_RESOURCE_REQUIREMENTS_V ,
-
View: MSC_RESOURCE_REQUIREMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_REQUIREMENTS_V, object_name:MSC_RESOURCE_REQUIREMENTS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the resource requirements , implementation_dba_data: APPS.MSC_RESOURCE_REQUIREMENTS_V ,
-
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_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 ,