Search Results allocation_percent
Overview
The APPS.MRP_SCATP_SOURCES_V view is a Supply Chain ATP (Available-to-Promise) sourcing view defined in the Oracle E-Business Suite 12.1.1 and 12.2.2 environments. It belongs to the MRP — Master Scheduling/MRP product family and exposes the effective sourcing rules that govern how supply is allocated against demand during ATP and supply chain planning calculations. In EBS, sourcing rules determine the ranked sequence of sources (organizations, vendors, or customers) that fulfil a given item at a given destination or ship-to location, including allocation percentages and transit lead times.
Rather than presenting every sourcing level that may exist for an item, the view deliberately resolves a single effective level per item, ship-to site, and assignment set. It achieves this through a correlated subquery that filters MRP_SCATP_ITEM_SR_LEVELS_V to the minimum SOURCING_LEVEL present for the same customer, ship-to site, item, and assignment set. This makes the view a convenient reporting and integration surface for consumers that need the authoritative, highest-priority sourcing data without reconstructing the level-selection logic themselves. The view is commonly consumed by ATP, order promising, and planning inquiry screens, as well as by custom reports and interfaces that must respect configured sourcing precedence.
Underlying Base Objects
The documented metadata identifies the following referenced base objects behind MRP_SCATP_SOURCES_V:
MRP_SCATP_ITEM_SR_LEVELS_V(VIEW) — the primary projection source, supplying sourcing levels and the level attribute used by the minimum-level filter.MRP_SCATP_PVT(PACKAGE) — the supply chain ATP private package that provides the underlying logic for sourcing rule resolution.HR_GENERAL(PACKAGE) — the HR foundation package referenced in the dependency chain.HR_SECURITY(PACKAGE) — the HR security package, consistent with organization and, in some functional flows, site-level security filtering.
The view text is a straightforward SELECT ... FROM MRP_SCATP_ITEM_SR_LEVELS_V MSISLV WHERE SOURCING_LEVEL = (subquery), so all column semantics and record derivation ultimately trace to the item sourcing levels view and, beneath it, to the SCATP private package. The view owns no storage of its own; it is a pure filter-and-project layer.
Key Columns
INVENTORY_ITEM_ID— the item being sourced.TO_LOCATION_ID/FROM_LOCATION_ID— destination and originating location for the sourcing assignment.ASSIGNMENT_TYPE/ASSIGNMENT_SET_ID— the assignment construct that groups sourcing rule assignments.SOURCING_RULE_TYPE,SOURCING_RULE_ID,SOURCING_RULE_NAME— identify the sourcing rule and its classification (for example, sourcing rule versus bill of distribution semantics). TheSOURCING_RULE_TYPEcolumn is the attribute most frequently queried when users search for sourcing rule type information.SOURCE_TYPE,SOURCE_ORGANIZATION_ID,VENDOR_ID,VENDOR_SITE_ID— describe the resolved source, whether internal organization or external supplier site.ALLOCATION_PERCENTandRANK— define the split and priority ordering of competing sources.AVG_TRANSIT_LEAD_TIMEandSHIP_METHOD— transportation characteristics applied to the source.EFFECTIVE_DATE,DISABLE_DATE,CATEGORY_ID,ASSIGNMENT_ID— date-effectivity, category scope, and assignment identifiers.CUSTOMER_ID,SHIP_TO_SITE_ID— customer and ship-to context against which the minimum sourcing level is evaluated.
Common Use Cases and Queries
Typical scenarios include validating sourcing rule configuration, diagnosing ATP failures, reconciling planned supply against configured sources, and feeding downstream order-promising logic. A common query retrieves the effective sourcing rule type and source for an item at a destination:
SELECT inventory_item_id, sourcing_rule_type, sourcing_rule_name,
source_type, source_organization_id, vendor_id, vendor_site_id,
allocation_percent, rank, avg_transit_lead_time
FROM apps.mrp_scatp_sources_v
WHERE inventory_item_id = :item_id
AND to_location_id = :location_id
ORDER BY rank;
A second pattern examines sourcing rule types across an assignment set, or joins to MTL_SYSTEM_ITEMS_VL for item descriptions. Because the view already eliminates non-minimum sourcing levels, results reflect the effective configuration and are suitable for comparison against planning or order-promising output.
-
View: MRP_SCATP_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCATP_SOURCES_V, object_name:MRP_SCATP_SOURCES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply Chain ATP sources view , implementation_dba_data: APPS.MRP_SCATP_SOURCES_V ,
-
View: MRP_SCATP_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCATP_SOURCES_V, object_name:MRP_SCATP_SOURCES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply Chain ATP sources view , implementation_dba_data: APPS.MRP_SCATP_SOURCES_V ,
-
View: MRP_AP_SR_SOURCE_ORG_V
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_AP_SR_SOURCE_ORG_V
12.1.1
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_SR_VIEW_MAKE_AT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_VIEW_MAKE_AT_V, object_name:MRP_SR_VIEW_MAKE_AT_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule make at view , implementation_dba_data: APPS.MRP_SR_VIEW_MAKE_AT_V ,
-
View: MRPBV_REPLENISHMENT_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_REPLENISHMENT_SOURCES, object_name:MRPBV_REPLENISHMENT_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_REPLENISHMENT_SOURCES ,
-
View: MRPBV_REPLENISHMENT_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_REPLENISHMENT_SOURCES, object_name:MRPBV_REPLENISHMENT_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_REPLENISHMENT_SOURCES ,
-
View: MRP_SR_VIEW_MAKE_AT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_VIEW_MAKE_AT_V, object_name:MRP_SR_VIEW_MAKE_AT_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule make at view , implementation_dba_data: APPS.MRP_SR_VIEW_MAKE_AT_V ,
-
View: MRP_SR_VIEW_EXP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_VIEW_EXP_V, object_name:MRP_SR_VIEW_EXP_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule/BOD expanded view , implementation_dba_data: APPS.MRP_SR_VIEW_EXP_V ,
-
View: MRP_SR_VIEW_EXP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_VIEW_EXP_V, object_name:MRP_SR_VIEW_EXP_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule/BOD expanded view , implementation_dba_data: APPS.MRP_SR_VIEW_EXP_V ,
-
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: 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_MAKE_AT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_MAKE_AT_V, object_name:MRP_SC_BILL_MAKE_AT_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill make at view , implementation_dba_data: APPS.MRP_SC_BILL_MAKE_AT_V ,
-
View: MRPFV_REPLENISHMENT_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_REPLENISHMENT_SOURCES, object_name:MRPFV_REPLENISHMENT_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_REPLENISHMENT_SOURCES ,
-
View: MRP_SC_BILL_MAKE_AT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_MAKE_AT_V, object_name:MRP_SC_BILL_MAKE_AT_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill make at view , implementation_dba_data: APPS.MRP_SC_BILL_MAKE_AT_V ,
-
View: MRPFV_REPLENISHMENT_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_REPLENISHMENT_SOURCES, object_name:MRPFV_REPLENISHMENT_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_REPLENISHMENT_SOURCES ,
-
View: MRP_SR_SOURCE_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_SOURCE_ORG_V, object_name:MRP_SR_SOURCE_ORG_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule source organization view , implementation_dba_data: APPS.MRP_SR_SOURCE_ORG_V ,
-
View: MRP_SR_SOURCE_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_SOURCE_ORG_V, object_name:MRP_SR_SOURCE_ORG_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule source organization view , implementation_dba_data: APPS.MRP_SR_SOURCE_ORG_V ,
-
View: MRP_ITEM_SOURCING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_V, object_name:MRP_ITEM_SOURCING_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan items source view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_V ,
-
View: MRPBV_PLAN_ITEM_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_SOURCES, object_name:MRPBV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_SOURCES ,
-
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: MRPBV_PLAN_ITEM_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_SOURCES, object_name:MRPBV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_SOURCES ,
-
View: MRP_ITEM_SOURCING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_V, object_name:MRP_ITEM_SOURCING_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan items source view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_V ,
-
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_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 ,
-
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: 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 ,
-
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: 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: 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_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: MRP_SCATP_ITEM_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCATP_ITEM_SR_LEVELS_V, object_name:MRP_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply Chain ATP item sourcing levels view , implementation_dba_data: APPS.MRP_SCATP_ITEM_SR_LEVELS_V ,
-
View: MRP_SCATP_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCATP_ITEM_SR_LEVELS_V, object_name:MRP_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply Chain ATP item sourcing levels view , implementation_dba_data: APPS.MRP_SCATP_ITEM_SR_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: 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: OLD_ITEM_SOURCING_LEVELS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: Not implemented in this database ,
-
View: OLD_ITEM_SOURCING_LEVELS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: Not implemented in this database ,
-
View: OLD_SCATP_ITEM_SR_LEVELS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Supply Chain ATP item sourcing levels view , implementation_dba_data: Not implemented in this database ,
-
View: OLD_SCATP_ITEM_SR_LEVELS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Supply Chain ATP item sourcing levels view , implementation_dba_data: Not implemented in this database ,
-
View: MRP_BOD_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BOD_TASK_SR_LEVELS_V, object_name:MRP_BOD_TASK_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: BOD task sourcing rule levels view , implementation_dba_data: APPS.MRP_BOD_TASK_SR_LEVELS_V ,
-
View: MRP_BOD_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BOD_TASK_SR_LEVELS_V, object_name:MRP_BOD_TASK_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: BOD task sourcing rule levels view , implementation_dba_data: APPS.MRP_BOD_TASK_SR_LEVELS_V ,
-
View: MRP_ITEM_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_TASK_SR_LEVELS_V, object_name:MRP_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory item sources view , implementation_dba_data: APPS.MRP_ITEM_TASK_SR_LEVELS_V ,
-
View: MRP_ITEM_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_TASK_SR_LEVELS_V, object_name:MRP_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory item sources view , implementation_dba_data: APPS.MRP_ITEM_TASK_SR_LEVELS_V ,