Search Results mrp_assignment_sets
Overview
The MRP_ASSIGNMENT_SETS table is a core data structure within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the master definition table for sourcing assignment sets. An assignment set is a key configuration object that defines a collection of sourcing rules and bills of distribution, which are then assigned to specific items, organizations, and categories. These rules govern how the MRP and Master Scheduling engines determine the source of supply—such as from which supplier, internal organization, or transfer-from organization—for planned orders, purchase requisitions, and internal requisitions generated during a plan run. The table's primary role is to provide a reusable, named set of these sourcing assignments that can be linked to an MRP plan.
Key Information Stored
The table's central column is the ASSIGNMENT_SET_ID, which is the primary key and uniquely identifies each assignment set definition within the system. While the provided ETRM metadata does not list all columns, typical columns in this table, based on its function, would include ASSIGNMENT_SET_NAME for the user-defined identifier and a DESCRIPTION. It would also contain standard Oracle EBS audit columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY to track the object's lifecycle. The data in this table is primarily maintained through the application's user interface for defining assignment sets.
Common Use Cases and Queries
The primary use case is configuring and reporting on sourcing strategies for MRP plans. A planner creates an assignment set via the "Assignment Sets" form, defining specific sourcing assignments. This set is then selected when defining or running an MRP or Master Schedule plan. Common queries involve identifying which plans use a particular assignment set or listing all defined sets. For example, to find all assignment sets and any associated MRP plans, one might use a query such as:
SELECT mas.assignment_set_name, mp.plan_name FROM mrp_assignment_sets mas, mrp_plans mp WHERE mas.assignment_set_id = mp.assignment_set_id(+);
Another critical reporting use case is validating setup by ensuring that active MRP plans have a valid assignment set assigned, which is essential for the plan to execute correctly and generate properly sourced supply suggestions.
Related Objects
As indicated by the foreign key relationships in the metadata, the MRP_ASSIGNMENT_SETS table has direct dependencies with two other key MRP tables. The MRP_PLANS table references it via MRP_PLANS.ASSIGNMENT_SET_ID, linking a specific plan to its sourcing rule definitions. The MRP_SR_ASSIGNMENTS table references it via MRP_SR_ASSIGNMENTS.ASSIGNMENT_SET_ID; this table holds the detailed individual sourcing assignments (linking items, categories, or organizations to specific sourcing rules and bills of distribution) that constitute the set. Therefore, MRP_ASSIGNMENT_SETS acts as the header, with MRP_SR_ASSIGNMENTS as its lines, and MRP_PLANS as a key consuming object.
-
Table: MRP_ASSIGNMENT_SETS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ASSIGNMENT_SETS, object_name:MRP_ASSIGNMENT_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing assignment set , implementation_dba_data: MRP.MRP_ASSIGNMENT_SETS ,
-
Table: MRP_ASSIGNMENT_SETS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ASSIGNMENT_SETS, object_name:MRP_ASSIGNMENT_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing assignment set , implementation_dba_data: MRP.MRP_ASSIGNMENT_SETS ,
-
View: MRPFV_MFG_DIST_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MFG_DIST_PLANS, object_name:MRPFV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MFG_DIST_PLANS ,
-
View: MRPFV_MFG_DIST_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MFG_DIST_PLANS, object_name:MRPFV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MFG_DIST_PLANS ,
-
View: MRPFV_SR_ASSIGNMENT_SETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_SR_ASSIGNMENT_SETS, object_name:MRPFV_SR_ASSIGNMENT_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_SR_ASSIGNMENT_SETS ,
-
View: MRPFV_SR_ASSIGNMENT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_SR_ASSIGNMENT_SETS, object_name:MRPFV_SR_ASSIGNMENT_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_SR_ASSIGNMENT_SETS ,
-
View: MRPBV_SR_ASSIGNMENT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_SR_ASSIGNMENT_SETS, object_name:MRPBV_SR_ASSIGNMENT_SETS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_SR_ASSIGNMENT_SETS ,
-
View: MRPBV_SR_ASSIGNMENT_SETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_SR_ASSIGNMENT_SETS, object_name:MRPBV_SR_ASSIGNMENT_SETS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_SR_ASSIGNMENT_SETS ,
-
View: MRP_SC_BILL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_V, object_name:MRP_SC_BILL_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill view , implementation_dba_data: APPS.MRP_SC_BILL_V ,
-
Table: MRP_SR_ASSIGNMENTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SR_ASSIGNMENTS, object_name:MRP_SR_ASSIGNMENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing assignments , implementation_dba_data: MRP.MRP_SR_ASSIGNMENTS ,
-
Table: MRP_SR_ASSIGNMENTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SR_ASSIGNMENTS, object_name:MRP_SR_ASSIGNMENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing assignments , implementation_dba_data: MRP.MRP_SR_ASSIGNMENTS ,
-
View: MRP_SC_BILL_SF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_SF_V, object_name:MRP_SC_BILL_SF_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill source from view , implementation_dba_data: APPS.MRP_SC_BILL_SF_V ,
-
View: MRP_SC_BILL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_V, object_name:MRP_SC_BILL_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill view , implementation_dba_data: APPS.MRP_SC_BILL_V ,
-
View: MRP_SC_BILL_SF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_SF_V, object_name:MRP_SC_BILL_SF_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill source from view , implementation_dba_data: APPS.MRP_SC_BILL_SF_V ,
-
View: OLD_SC_BILL_SF_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Supply chain bill source from view , implementation_dba_data: Not implemented in this database ,
-
View: OLD_SC_BILL_SF_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Supply chain bill source from view , implementation_dba_data: Not implemented in this database ,
-
Table: MRP_PLANS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLANS, object_name:MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Settings for a specific plan name , implementation_dba_data: MRP.MRP_PLANS ,
-
View: MRP_ITEM_LOWEST_SR_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOWEST_SR_LEVEL_V, object_name:MRP_ITEM_LOWEST_SR_LEVEL_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Lowest sourcing level for an inventory org item , implementation_dba_data: APPS.MRP_ITEM_LOWEST_SR_LEVEL_V ,
-
Table: MRP_PLANS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLANS, object_name:MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Settings for a specific plan name , implementation_dba_data: MRP.MRP_PLANS ,
-
View: MRP_ITEM_LOWEST_SR_LEVEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOWEST_SR_LEVEL_V, object_name:MRP_ITEM_LOWEST_SR_LEVEL_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Lowest sourcing level for an inventory org item , implementation_dba_data: APPS.MRP_ITEM_LOWEST_SR_LEVEL_V ,
-
View: MRP_PLAN_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_PARAMETERS_V, object_name:MRP_PLAN_PARAMETERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS Plan Options View , implementation_dba_data: APPS.MRP_PLAN_PARAMETERS_V ,
-
View: MRP_PLAN_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_PARAMETERS_V, object_name:MRP_PLAN_PARAMETERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS Plan Options View , implementation_dba_data: APPS.MRP_PLAN_PARAMETERS_V ,
-
View: MRPFV_MPS_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_PLANS, object_name:MRPFV_MPS_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MPS_PLANS ,
-
View: MRPFV_DRP_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_DRP_PLANS, object_name:MRPFV_DRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_DRP_PLANS ,
-
View: MRPFV_DRP_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_DRP_PLANS, object_name:MRPFV_DRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_DRP_PLANS ,
-
View: MRPFV_MPS_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_PLANS, object_name:MRPFV_MPS_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MPS_PLANS ,
-
View: MRPFV_MRP_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MRP_PLANS, object_name:MRPFV_MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MRP_PLANS ,
-
View: MRP_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SOURCES_V, object_name:MRP_SOURCES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory item source view , implementation_dba_data: APPS.MRP_SOURCES_V ,
-
View: MRPFV_MRP_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MRP_PLANS, object_name:MRPFV_MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MRP_PLANS ,
-
View: MRP_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SOURCES_V, object_name:MRP_SOURCES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory item source view , implementation_dba_data: APPS.MRP_SOURCES_V ,
-
View: MRP_SC_BILL_BOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_BOM_V, object_name:MRP_SC_BILL_BOM_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill of material view , implementation_dba_data: APPS.MRP_SC_BILL_BOM_V ,
-
View: MRP_SC_BILL_BOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_BOM_V, object_name:MRP_SC_BILL_BOM_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill of material view , implementation_dba_data: APPS.MRP_SC_BILL_BOM_V ,
-
View: MRPFV_PLAN_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ORGANIZATIONS, object_name:MRPFV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_ORGANIZATIONS ,
-
View: MRPFV_PLAN_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ORGANIZATIONS, object_name:MRPFV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_ORGANIZATIONS ,
-
View: MRPFV_PLAN_ITEM_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_SOURCES, object_name:MRPFV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_SOURCES ,
-
View: MRPFV_PLAN_ITEM_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_SOURCES, object_name:MRPFV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_SOURCES ,
-
View: MRP_ITEM_SOURCING_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_LEVELS_V, object_name:MRP_ITEM_SOURCING_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_LEVELS_V ,
-
View: MRP_ITEM_SOURCING_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_LEVELS_V, object_name:MRP_ITEM_SOURCING_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_LEVELS_V ,
-
View: OLD_SC_BILL_WU_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Supply chain bill where used view , implementation_dba_data: Not implemented in this database ,
-
View: MRP_SC_BILL_WU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_WU_V, object_name:MRP_SC_BILL_WU_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill where used view , implementation_dba_data: APPS.MRP_SC_BILL_WU_V ,
-
View: OLD_SC_BILL_WU_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Supply chain bill where used view , implementation_dba_data: Not implemented in this database ,
-
View: MRP_SC_BILL_WU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_WU_V, object_name:MRP_SC_BILL_WU_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill where used view , implementation_dba_data: APPS.MRP_SC_BILL_WU_V ,