Search Results mrp_components_sc_v
Overview
The APPS.MRP_COMPONENTS_SC_V view is a supply chain components view delivered within the Oracle E-Business Suite Master Scheduling/MRP (MRP) module. Its primary role is to expose detailed bill-of-material component information for a given assembly within a specific organization, resolving the surrogate item identifiers stored in the base MRP tables into human-readable item numbers. The view is a union of multiple component scenarios, allowing reports, concurrent programs, and integration interfaces to query a single flattened source for component-level detail such as supply type, effectivity, optionality, and operation sequencing. Because it joins two instances of MTL_ITEM_FLEXFIELDS, the view is often surfaced when users search for "mtl_item_flexfields," as that object is central to translating inventory item IDs into concatenated item numbers.
Underlying Base Objects
The view is defined over a set of documented base objects owned by APPS. The central fact source is MRP_BOM_COMPONENTS (accessed via synonym), which holds the component-to-assembly relationships. MRP_SYSTEM_ITEMS provides the driving item information used in the effectivity logic. Two references to MTL_ITEM_FLEXFIELDS, aliased as ASSY_NAME and COMP_NAME, supply the assembly and component item numbers respectively. MFG_LOOKUPS (a view) resolves the WIP_SUPPLY_TYPE lookup meaning, restricted to the 'WIP_SUPPLY' lookup type. MTL_PARAMETERS supplies the organization code, and MRP_FORM_QUERY (MFQ) restricts rows to the current query context using NUMBER1, NUMBER2, and CHAR1 parameters. The joins link assembly and component flexfield views on both INVENTORY_ITEM_ID and ORGANIZATION_ID, ensuring item numbers resolve correctly within each inventory organization.
Key Columns
- QUERY_ID — Identifier tying the row to the active MRP_FORM_QUERY context.
- INVENTORY_ITEM_ID — Surrogate key of the component item.
- ITEM_NUMBER (COMP_NAME / ASSY_NAME) — Concatenated flexfield item numbers for component and assembly.
- ORGANIZATION_ID / ORGANIZATION_CODE — Inventory organization identifiers.
- COMPILE_DESIGNATOR, CHANGE_NOTICE, REVISION — Engineering and revision control attributes of the assembly.
- USING_ASSEMBLY_ID, OPERATION_SEQ_NUM, OPERATION_OFFSET_PERCENT — Assembly reference and routing operation sequencing.
- OPTIONAL_COMPONENT, WIP_SUPPLY_TYPE (MEANING) — Component optionality and resolved supply type meaning.
- EFFECTIVITY_DATE, DISABLE_DATE, USE_UP_CODE, INVENTORY_USE_UP_DATE — Date and use-up effectivity controls.
- FROM_END_ITEM_UNIT_NUMBER / TO_END_ITEM_UNIT_NUMBER — End-item unit ranges governing applicability.
- DRIVING_ITEM_ID, ALTERNATE_BOM_DESIGNATOR — Driving item and alternate BOM identification.
Common Use Cases and Queries
Typical usage includes MRP/MPS component reports, supply-chain exception analysis, and custom interfaces that require resolved item numbers rather than internal IDs. A representative query filters by organization and assembly:
- SELECT QUERY_ID, ASSY_NAME, COMP_NAME, OPERATION_SEQ_NUM, MEANING FROM APPS.MRP_COMPONENTS_SC_V WHERE ORGANIZATION_CODE = :org AND ASSY_NAME = :assembly;
- SELECT COMP_NAME, INVENTORY_ITEM_ID, OPERATION_SEQ_NUM FROM APPS.MRP_COMPONENTS_SC_V WHERE OPTIONAL_COMPONENT = 1 AND ORGANIZATION_ID = :org_id;
- SELECT ASSY_NAME, COMP_NAME, DISABLE_DATE, USE_UP_CODE FROM APPS.MRP_COMPONENTS_SC_V WHERE ORGANIZATION_CODE = :org ORDER BY ASSY_NAME, OPERATION_SEQ_NUM;
Because many columns derive from MTL_ITEM_FLEXFIELDS, queries against this view require the item flexfield to be correctly compiled in the target organization; otherwise item number lookups return unexpected values.
-
View: MRP_COMPONENTS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_COMPONENTS_SC_V, object_name:MRP_COMPONENTS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Components view , implementation_dba_data: APPS.MRP_COMPONENTS_SC_V ,
-
View: MRP_COMPONENTS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_COMPONENTS_SC_V, object_name:MRP_COMPONENTS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Components view , implementation_dba_data: APPS.MRP_COMPONENTS_SC_V ,
-
SYNONYM: APPS.MRP_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_BOM_COMPONENTS, status:VALID,
-
SYNONYM: APPS.MRP_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_BOM_COMPONENTS, status:VALID,
-
SYNONYM: APPS.MRP_FORM_QUERY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_FORM_QUERY, status:VALID,
-
SYNONYM: APPS.MRP_FORM_QUERY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_FORM_QUERY, status:VALID,
-
SYNONYM: APPS.MRP_SYSTEM_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_SYSTEM_ITEMS, status:VALID,
-
SYNONYM: APPS.MRP_SYSTEM_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_SYSTEM_ITEMS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.MRP_COMPONENTS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_COMPONENTS_SC_V, object_name:MRP_COMPONENTS_SC_V, status:VALID,
-
VIEW: APPS.MRP_COMPONENTS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_COMPONENTS_SC_V, object_name:MRP_COMPONENTS_SC_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.MFG_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.MFG_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID,
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
eTRM - MRP Tables and Views
12.1.1
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - MRP Tables and Views
12.2.2
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - INV Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - MRP Tables and Views
12.1.1
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - MRP Tables and Views
12.2.2
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2