Search Results mrp_kanban_comparison_v
Overview
The MRP_KANBAN_COMPARISON_V view is a Kanban comparison view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its purpose is to compare two Kanban pull sequence configurations for the same inventory item, subinventory, and locator combination, thereby enabling planners and manufacturing personnel to evaluate variations in Kanban card sizing and pull signals across the "from" and "to" states.
Within the Master Scheduling/MRP product family, Kanban execution relies on pull sequences that describe how material is replenished at a given point of use. This view correlates a source pull sequence (PSFROM) with a target pull sequence (PSTO) so that differences in Kanban size, number of cards, and plan assignment can be reviewed side by side. It is therefore useful both as a reconciliation aid during plan redefinition and as a data source for custom reports and integration interfaces that must surface Kanban configuration deltas.
Underlying Base Objects
The view is defined over the following documented base objects:
- MTL_KANBAN_PULL_SEQUENCES — the primary Kanban pull sequence table, joined twice as PSTO and PSFROM to represent the target and source pull sequences respectively.
- MRP_KANBAN_PLANS — the Kanban plan definitions, joined to obtain plan designators and descriptions for both sides.
- MTL_SYSTEM_ITEMS_KFV — the concatenated item segment view, providing organization-scoped item identification and planner code.
- MFG_LOOKUPS — used with lookup type
MRP_KANBAN_PRODUCTION_NAMEto resolve the "-1" plan code to a meaningful label. - MRP_GET_LOCATION (package) — materializes the locator description for the target locator via
MRP_GET_LOCATION.LOCATION. - FLM_KANBAN_WORKBENCH_UTIL (package) — supplies the component category through
GET_CATEGORY_ID.
The join logic correlates the two pull-sequence instances by matching item, subinventory, and locator (with a NVL default of 1 for null locators), while also tying KANFROM to the same Kanban plan as PSFROM and to the same organization as PSTO.
Key Columns
- ROW_ID — the rowid of the source pull sequence record.
- ORGANIZATION_ID — the inventory organization for the comparison.
- KANBAN_PLAN_ID_TO / PLAN_NAME_TO / PLAN_DESCRIPTION_TO — target plan identifiers and their resolved name/description (from the lookup when the plan ID is -1).
- INPUT_TYPE_TO / INPUT_DESIGN — input type and designator of the target pull sequence.
- PULL_SEQUENCE_ID — identifier of the source pull sequence used as the basis for comparison.
- INVENTORY_ITEM_ID / CONCATENATED_SEGMENTS — item identifier and concatenated segment string.
- SUBINVENTORY_NAME / LOCATOR_ID — physical stocking location of the target.
- SOURCE_TYPE / KANBAN_SIZE / NUMBER_OF_CARDS — target Kanban sizing attributes.
- Percentage variance column — a rounded percentage expressing the difference in total Kanban quantity between the source and target configurations.
- PLANNER_CODE / COMPONENT_CATEGORY_ID — planner ownership and the derived component category.
Common Use Cases and Queries
Typical scenarios include auditing pull-sequence changes before committing a plan, identifying items where Kanban quantities differ significantly between two states, and feeding exception reports. A representative query follows:
- Compare Kanban sizing for a given item and organization across two plans to highlight material variance.
- Report all pull sequences associated with a Kanban plan using the plan name derived from the lookup.
- Join the view to item and plan master data for a Kanban configuration dashboard.
For example, to surface significant Kanban quantity deltas:
SELECT organization_id, concatenated_segments, subinventory_name, kanban_size, number_of_cards FROM apps.mrp_kanban_comparison_v WHERE organization_id = :org_id AND plan_name_to = :plan_name AND ROUND(DECODE(kanban_size * number_of_cards, 0, 0, 1), 2) IS NOT NULL;
Because the view references packaged functions and a KFV synonym, queries should be run against the APPS schema with the standard EBS responsibility and MO profile options in place to ensure correct organization security and item visibility.
-
View: MRP_KANBAN_COMPARISON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_COMPARISON_V, object_name:MRP_KANBAN_COMPARISON_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban comparison view , implementation_dba_data: APPS.MRP_KANBAN_COMPARISON_V ,
-
View: MRP_KANBAN_COMPARISON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_COMPARISON_V, object_name:MRP_KANBAN_COMPARISON_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban comparison view , implementation_dba_data: APPS.MRP_KANBAN_COMPARISON_V ,
-
PACKAGE: APPS.FLM_KANBAN_WORKBENCH_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FLM_KANBAN_WORKBENCH_UTIL, status:VALID,
-
SYNONYM: APPS.MRP_KANBAN_PLANS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_KANBAN_PLANS, status:VALID,
-
PACKAGE: APPS.MRP_GET_LOCATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MRP_GET_LOCATION, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.MRP_GET_LOCATION
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MRP_GET_LOCATION, status:VALID,
-
PACKAGE: APPS.FLM_KANBAN_WORKBENCH_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FLM_KANBAN_WORKBENCH_UTIL, status:VALID,
-
SYNONYM: APPS.MRP_KANBAN_PLANS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_KANBAN_PLANS, status:VALID,
-
SYNONYM: APPS.MTL_KANBAN_PULL_SEQUENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_KANBAN_PULL_SEQUENCES, status:VALID,
-
SYNONYM: APPS.MTL_KANBAN_PULL_SEQUENCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_KANBAN_PULL_SEQUENCES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.MRP_KANBAN_COMPARISON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_COMPARISON_V, object_name:MRP_KANBAN_COMPARISON_V, status:VALID,
-
VIEW: APPS.MRP_KANBAN_COMPARISON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_COMPARISON_V, object_name:MRP_KANBAN_COMPARISON_V, 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.MFG_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - INV Tables and Views
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