Search Results wip_supply
Overview
APPS.MRP_COMPONENTS_SC_V is a reporting view in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 that exposes bill of material (BOM) component data used by the Oracle Manufacturing and Supply Chain planning modules. The suffix "SC" denotes a Supply Chain context, and the view is designed primarily to feed the Planned Order / BOM component inquiry forms and concurrent programs within Oracle MRP (Material Requirements Planning) and MPS (Master Production Scheduling). The name is directly relevant to searches for "wip_supply," because the view joins to the MFG_LOOKUPS view on the WIP_SUPPLY lookup type to resolve the supply type meaning for each component.
The view returns component assembly relationships — the parent ("using") assembly and its child "component" — along with organization, designator, effectivity, and supply-related attributes. It is a read-only, security-agnostic reporting layer that consolidates data normally scattered across planning tables, item master flexfields, and manufacturing lookups. Because MRP_COMPONENTS_SC_V is defined with a UNION ALL between two SELECT statements (the second mirrored block repeats the same column list), it aggregates records from both the standard BOM component source and a parallel source to produce a complete component listing for a given query context (MFQ.QUERY_ID).
Underlying Base Objects
Per the documented ETRM 12.2.2 metadata, the view is owned by APPS and references the following base objects:
- MRP_BOM_COMPONENTS (synonym, alias ASSY) — the primary fact table supplying the assembly, component, organization, designator, operation sequence, effectivity, and supply type columns.
- MRP_SYSTEM_ITEMS (synonym, alias DRV) — supplies the driving item's inventory use-up date when a driving item is present.
- MRP_FORM_QUERY (synonym, alias MFQ) — carries the form query identifier and context used to filter records for a specific user session or concurrent request.
- MTL_ITEM_FLEXFIELDS (view, aliases ASSY_NAME and COMP_NAME) — joined twice to resolve the descriptive item numbers of the using assembly and the component respectively.
- MTL_PARAMETERS (synonym, alias PARAM) — provides the organization code for the inventory organization.
- MFG_LOOKUPS (view, alias LU) — resolves the WIP_SUPPLY_TYPE lookup code into its display meaning.
The join condition LU.LOOKUP_TYPE = 'WIP_SUPPLY' establishes the view's explicit tie to WIP supply types, filtering and decoding the supply semantics for each BOM component.
Key Columns
- QUERY_ID — form query context identifier inherited from MRP_FORM_QUERY.
- INVENTORY_ITEM_ID — the component item's internal identifier.
- ITEM_NUMBER / ASSY_NAME (ITEM_NUMBER) — the concatenated flexfield item numbers for the component and the using assembly.
- ORGANIZATION_ID / ORGANIZATION_CODE — inventory organization reference from MTL_PARAMETERS.
- COMPILE_DESIGNATOR — the BOM designator linking the assembly and component.
- OPERATION_SEQ_NUM — routing operation sequence at which the component is consumed.
- REVISION, EFFECTIVITY_DATE, DISABLE_DATE — revision and date effectivity controls for the component relationship.
- WIP_SUPPLY_TYPE (resolved via MEANING) — the decoded supply type meaning from MFG_LOOKUPS; a central column for "wip_supply" searches.
- DRIVING_ITEM_ID, OPTIONAL_COMPONENT, ALTERNATE_BOM_DESIGNATOR, USE_UP_CODE, OPERATION_OFFSET_PERCENT — planning and consumption control attributes.
- FROM_END_ITEM_UNIT_NUMBER / TO_END_ITEM_UNIT_NUMBER — end-item unit range constraints.
Common Use Cases and Queries
Typical uses include BOM component inquiry reporting, WIP supply type analysis, and reconstruction of planned component supply. A practical query filtering by organization and designator is shown below:
SELECT QUERY_ID, ITEM_NUMBER, ASSY_NAME, ORGANIZATION_CODE,
COMPILE_DESIGNATOR, OPERATION_SEQ_NUM, MEANING
FROM APPS.MRP_COMPONENTS_SC_V
WHERE ORGANIZATION_CODE = 'M1'
AND ASSY_NAME = 'AS10001';
Analysts also aggregate by supply type to audit component sourcing:
SELECT MEANING, COUNT(*)
FROM APPS.MRP_COMPONENTS_SC_V
GROUP BY MEANING;
Because the view depends on MRP_FORM_QUERY for its QUERY_ID context, it is best invoked from within the originating planning form or a concurrent program that populates that context, rather than as a standalone ad-hoc source.
-
Lookup Type: WIP_SUPPLY
12.1.1
product: WIP - Work in Process , meaning: WIP SUPPLY ,
-
Lookup Type: WIP_SUPPLY
12.2.2
product: WIP - Work in Process , meaning: WIP SUPPLY ,
-
VIEW: APPS.MRP_COMPONENTS_SC_V
12.1.1
-
VIEW: APPS.WIP_ICX_COMPONENTS_V
12.2.2
-
VIEW: APPS.MRP_USING_ASSEMBLY_SC_V
12.1.1
-
VIEW: APPS.MRP_USING_ASSEMBLY_SC_V
12.2.2
-
VIEW: APPS.MRP_COMPONENTS_SC_V
12.2.2
-
VIEW: APPS.WSM_DISCRETE_JOBS_V
12.1.1
-
VIEW: APPS.WIP_REPETITIVE_ITEMS_V
12.1.1
-
VIEW: APPS.WIP_ICX_COMPONENTS_V
12.1.1
-
VIEW: APPS.WIP_REPETITIVE_ITEMS_V
12.2.2
-
VIEW: APPS.WSM_DISCRETE_JOBS_V
12.2.2
-
VIEW: APPS.WSM_CO_PRODUCT_COMPONENTS_V
12.2.2
-
VIEW: APPS.WSM_CO_PRODUCT_COMPONENTS_V
12.1.1
-
View: MRP_USING_ASSEMBLY_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_USING_ASSEMBLY_SC_V, object_name:MRP_USING_ASSEMBLY_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP using assembly view for supply chain planning , implementation_dba_data: APPS.MRP_USING_ASSEMBLY_SC_V ,
-
View: MRP_USING_ASSEMBLY_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_USING_ASSEMBLY_SC_V, object_name:MRP_USING_ASSEMBLY_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP using assembly view for supply chain planning , implementation_dba_data: APPS.MRP_USING_ASSEMBLY_SC_V ,
-
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: APPS.ENG_REVISED_COMPONENTS_V
12.1.1
-
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 ,
-
VIEW: APPS.EAM_CFR_MATERIALS_V
12.2.2
-
VIEW: APPS.EAM_CFR_MATERIALS_V
12.1.1
-
VIEW: APPS.MRP_SYSTEM_ITEMS_SC_V
12.2.2
-
VIEW: APPS.WIP_REQUIREMENT_OPERATIONS_V
12.1.1
-
VIEW: APPS.MRP_SYSTEM_ITEMS_SC_V
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_FKEYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FKEYS_V, object_name:MTL_SYSTEM_ITEMS_FKEYS_V, status:VALID,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.1.1
-
VIEW: APPS.WIP_REQUIREMENT_OPERATIONS_V
12.2.2
-
VIEW: APPS.ENG_REVISED_COMPONENTS_V
12.2.2
-
VIEW: APPS.WSM_DISCRETE_JOBS_LOTATTR_V
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_FKEYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FKEYS_V, object_name:MTL_SYSTEM_ITEMS_FKEYS_V, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_V
12.2.2
-
VIEW: APPS.WSM_DISCRETE_JOBS_LOTATTR_V
12.2.2
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.2.2
-
VIEW: APPS.MSC_COMPONENTS_SC_V
12.2.2
-
VIEW: APPS.BOM_INV_COMPS_INTERFACE_ERV
12.1.1
-
VIEW: APPS.BOM_INV_COMPS_INTERFACE_V
12.1.1
-
VIEW: APPS.BOM_INV_COMPS_INTERFACE_ERV
12.2.2
-
VIEW: APPS.BOM_INV_COMPS_INTERFACE_V
12.2.2
-
VIEW: APPS.WIP_DISCRETE_JOBS_V
12.2.2
-
VIEW: APPS.MSC_COMPONENTS_SC_V
12.1.1
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_V
12.1.1
-
APPS.BOM_VALIDATE SQL Statements
12.2.2
-
VIEW: APPS.WIP_REQUIREMENT_OPS_INQ_V
12.1.1
-
View: WSM_DISCRETE_JOBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_DISCRETE_JOBS_V, object_name:WSM_DISCRETE_JOBS_V, status:VALID, product: WSM - Shop Floor Management , implementation_dba_data: APPS.WSM_DISCRETE_JOBS_V ,
-
View: WSM_DISCRETE_JOBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_DISCRETE_JOBS_V, object_name:WSM_DISCRETE_JOBS_V, status:VALID, product: WSM - Shop Floor Management , implementation_dba_data: APPS.WSM_DISCRETE_JOBS_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 ,
-
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: WIP_ICX_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ICX_COMPONENTS_V, object_name:WIP_ICX_COMPONENTS_V, status:VALID, product: WIP - Work in Process , description: Component information for job/schedule operations , implementation_dba_data: APPS.WIP_ICX_COMPONENTS_V ,
-
View: WIP_ICX_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ICX_COMPONENTS_V, object_name:WIP_ICX_COMPONENTS_V, status:VALID, product: WIP - Work in Process , description: Component information for job/schedule operations , implementation_dba_data: APPS.WIP_ICX_COMPONENTS_V ,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_ERV
12.1.1