Search Results msc_scatp_item_sr_levels_v
Overview
MSC_SCATP_ITEM_SR_LEVELS_V is an Advanced Supply Chain Planning (MSC) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents sourcing rule assignments that are resolved at the item and organization level, keyed by assignment type 6 (ITEM-ORG). The view exists to flatten the multi-table sourcing model — system items, sourcing rules, receipt organizations, source organizations, assignments, and trading partner site identifiers — into a single denormalized row set that planning and ATP (Available-to-Promise) engines can query efficiently.
Its role is primarily internal to the SATP (Sourcing and ATP) processing logic. The view supplies the resolved sourcing hierarchy used by the supply chain planning engine to determine valid source organizations, vendors, allocation percentages, and effective date windows for an item within a given organization. Because the rows are filtered to active sourcing rules and to receipt organizations whose effective and disable dates bracket the current system date, the view reflects only sourcing that is valid at runtime.
Underlying Base Objects
The view is defined over the following documented base objects, most exposed through APPS synonyms:
- MSC_SYSTEM_ITEMS — the item master consumed by planning; the join is restricted to PLAN_ID = -1 and to the source organization.
- MSC_SOURCING_RULES — the header defining the global sourcing rule; only rows with STATUS = 1 and SOURCING_RULE_TYPE = 1 are eligible.
- MSC_SR_ASSIGNMENTS — the assignment layer; the view selects ASSIGNMENT_TYPE = 6 (ITEM-ORG) with non-null partner and ship-to site.
- MSC_SR_RECEIPT_ORG — supplies the receipt organization and the effective/disable date window controlling validity.
- MSC_SR_SOURCE_ORG — supplies the source organization, source partner, allocation percent, and rank.
- MSC_TP_SITE_ID_LID — resolves the trading partner ship-to site identifier.
- MSC_TRADING_PARTNER_SITES — trading partner site definitions referenced in the partner context.
- MSC_ITEM_CATEGORIES and MSC_REGIONS_TEMP — category and region context used for downstream filtering.
- MSC_SATP_FUNC — a PL/SQL package; the view calls MSC_SATP_FUNC.GET_SESSION_ID to stamp SESSION_ID on each row.
Because the view is read-only aggregation of these objects, it inherits their security and indexing characteristics and should be treated as a planning-internal construct rather than a transactional table.
Key Columns
- INVENTORY_ITEM_ID — the planned item.
- ASSIGNMENT_TYPE, ASSIGNMENT_SET_ID, ASSIGNMENT_ID — identify the sourcing assignment set and the specific assignment record.
- SOURCING_RULE_TYPE, SOURCING_RULE_ID, SOURCING_RULE_NAME, DESCRIPTION — the parent sourcing rule attributes.
- SOURCE_ORGANIZATION_ID, SOURCE_ORG_INSTANCE_ID, SOURCE_TYPE — the resolved source organization.
- VENDOR_ID, VENDOR_SITE_ID, CUSTOMER_ID — partner identifiers derived from source partner and assignment partner columns.
- ALLOCATION_PERCENT, RANK — the priority and percentage split across sources.
- EFFECTIVE_DATE, DISABLE_DATE — the validity window applied to the receipt organization.
- CATEGORY_ID, REGION_ID, SHIP_TO_SITE_ID — category, region, and ship-to context.
- SOURCING_LEVEL — a literal 1000 flagging the ITEM-ORG level.
- SESSION_ID — populated by MSC_SATP_FUNC.GET_SESSION_ID for the calling session.
Common Use Cases and Queries
The most frequent use is resolving the valid sourcing path for a specific item and organization during ATP or planning diagnostics:
- Item-org sourcing lookup:
SELECT sourcing_rule_name, source_organization_id, allocation_percent, rank FROM msc_scatp_item_sr_levels_v WHERE inventory_item_id = :item AND source_organization_id = :org; - Vendor sourcing resolution: query VENDOR_ID and VENDOR_SITE_ID for a given item to identify approved external sources and their allocation splits.
- Validity auditing: inspect EFFECTIVE_DATE and DISABLE_DATE to confirm which sourcing assignments are currently in force, since the view already filters on SYSDATE.
- Allocation analysis: aggregate RANK and ALLOCATION_PERCENT across rows to validate that percentage allocations for a rule sum appropriately.
Queries should always filter on INVENTORY_ITEM_ID or SOURCE_ORGANIZATION_ID to avoid full scans, given the joins across the sourcing tables. The view is not designed for direct DML; write-back is performed through the SATP package APIs.
-
View: MSC_SCATP_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_ITEM_SR_LEVELS_V, object_name:MSC_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SCATP_ITEM_SR_LEVELS_V ,
-
View: MSC_SCATP_ITEM_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_ITEM_SR_LEVELS_V, object_name:MSC_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SCATP_ITEM_SR_LEVELS_V ,
-
VIEW: APPS.MSC_SCATP_SOURCES_V
12.2.2
-
VIEW: APPS.MSC_SCATP_SOURCES_V
12.1.1
-
View: MSC_SCATP_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_SOURCES_V, object_name:MSC_SCATP_SOURCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SCATP_SOURCES_V ,
-
View: MSC_SCATP_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_SOURCES_V, object_name:MSC_SCATP_SOURCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SCATP_SOURCES_V ,
-
SYNONYM: APPS.MSC_REGIONS_TEMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_REGIONS_TEMP, status:VALID,
-
SYNONYM: APPS.MSC_SR_SOURCE_ORG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_SR_SOURCE_ORG, status:VALID,
-
SYNONYM: APPS.MSC_REGIONS_TEMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_REGIONS_TEMP, status:VALID,
-
PACKAGE: APPS.MSC_SATP_FUNC
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MSC_SATP_FUNC, status:VALID,
-
SYNONYM: APPS.MSC_SR_RECEIPT_ORG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_SR_RECEIPT_ORG, status:VALID,
-
SYNONYM: APPS.MSC_SR_SOURCE_ORG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_SR_SOURCE_ORG, status:VALID,
-
SYNONYM: APPS.MSC_SOURCING_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_SOURCING_RULES, status:VALID,
-
VIEW: APPS.MSC_SCATP_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_SOURCES_V, object_name:MSC_SCATP_SOURCES_V, status:VALID,
-
SYNONYM: APPS.MSC_SR_RECEIPT_ORG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_SR_RECEIPT_ORG, status:VALID,
-
SYNONYM: APPS.MSC_SOURCING_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_SOURCING_RULES, status:VALID,
-
SYNONYM: APPS.MSC_SR_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_SR_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.MSC_TP_SITE_ID_LID
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_TP_SITE_ID_LID, status:VALID,
-
SYNONYM: APPS.MSC_SR_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_SR_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.MSC_SCATP_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_ITEM_SR_LEVELS_V, object_name:MSC_SCATP_ITEM_SR_LEVELS_V, status:VALID,
-
SYNONYM: APPS.MSC_ITEM_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_ITEM_CATEGORIES, status:VALID,
-
SYNONYM: APPS.MSC_ITEM_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_ITEM_CATEGORIES, status:VALID,
-
PACKAGE BODY: APPS.RLM_MANAGE_DEMAND_SV
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:RLM_MANAGE_DEMAND_SV, status:VALID,
-
PACKAGE BODY: APPS.RLM_MANAGE_DEMAND_SV
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RLM_MANAGE_DEMAND_SV, status:VALID,
-
PACKAGE: APPS.MSC_SATP_FUNC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MSC_SATP_FUNC, status:VALID,
-
VIEW: APPS.MSC_SCATP_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_SOURCES_V, object_name:MSC_SCATP_SOURCES_V, status:VALID,
-
VIEW: APPS.MSC_SCATP_ITEM_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_ITEM_SR_LEVELS_V, object_name:MSC_SCATP_ITEM_SR_LEVELS_V, status:VALID,
-
SYNONYM: APPS.MSC_TP_SITE_ID_LID
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_TP_SITE_ID_LID, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.MSC_TRADING_PARTNER_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_TRADING_PARTNER_SITES, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.MSC_TRADING_PARTNER_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_TRADING_PARTNER_SITES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.MSC_SYSTEM_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_SYSTEM_ITEMS, status:VALID,
-
APPS.RLM_MANAGE_DEMAND_SV SQL Statements
12.1.1
-
SYNONYM: APPS.MSC_SYSTEM_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_SYSTEM_ITEMS, status:VALID,
-
APPS.RLM_MANAGE_DEMAND_SV SQL Statements
12.2.2
-
APPS.RLM_MANAGE_DEMAND_SV dependencies on MSC_SCATP_ITEM_SR_LEVELS_V
12.1.1
-
APPS.RLM_MANAGE_DEMAND_SV dependencies on MSC_SCATP_ITEM_SR_LEVELS_V
12.2.2
-
PACKAGE BODY: APPS.RLM_MANAGE_DEMAND_SV
12.2.2
-
PACKAGE BODY: APPS.RLM_MANAGE_DEMAND_SV
12.1.1
-
eTRM - MSC Tables and Views
12.1.1
description: This table contains the mapping between user-defined zone and included regions ,
-
eTRM - MSC Tables and Views
12.2.2
description: This table contains the mapping between user-defined zone and included regions ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - MSC Tables and Views
12.1.1
description: This table contains the mapping between user-defined zone and included regions ,
-
eTRM - MSC Tables and Views
12.2.2
description: This table contains the mapping between user-defined zone and included regions ,