Search Results mtl_kanban_source_type
Overview
The APPS.MTL_KANBAN_PULL_SEQUENCES_V view is a reporting and integration layer over Oracle EBS Kanban replenishment setup. It exposes pull sequence definitions configured for Kanban planning, presenting the source, sourcing organization, subinventory, locator, supplier, and replenishment parameters that govern how Kanban cards are replenished. The view is owned by APPS and is primarily consumed by Kanban execution and replenishment programs, as well as by custom reports and interfaces that need to resolve kanban sourcing attributes without joining the many supporting setup tables directly. Its central value is that it joins the pull sequence transaction table to organization, item, subinventory, and lookup reference data in a single flat structure.
Underlying Base Objects
The view is defined over the following documented base objects:
- MTL_KANBAN_PULL_SEQUENCES (SYNONYM) — the driving table, aliased MKP, supplying the pull sequence header, source type, sourcing organization, supplier, replenishment, and DFF columns.
- MTL_SYSTEM_ITEMS (SYNONYM) — aliased MSI, providing the source item's location control, restrict subinventories, and restrict locators flags.
- MTL_SECONDARY_INVENTORIES (SYNONYM) — aliased MSS and MSS2, supplying subinventory and locator type information for both the kanban and source subinventories.
- MTL_PARAMETERS (SYNONYM) — aliased MTP, providing source organization code, locator control, and negative inventory receipt control.
- HR_ORGANIZATION_UNITS (VIEW) — aliased HOU, supplying the source organization name.
- MFG_LOOKUPS (VIEW) — aliased MLK, decoding SOURCE_TYPE into a human-readable SOURCE_TYPE_MEANING via lookup type 'MTL_KANBAN_SOURCE_TYPE'.
- HR_GENERAL and HR_SECURITY (PACKAGE) — referenced for organization security filtering on HR_ORGANIZATION_UNITS.
- PO_VENDORS (VIEW) and WIP_LINES (SYNONYM) — referenced in the object footprint, though SUPPLIER_NAME and WIP_LINE_CODE are returned as NULL in the view text.
Key Columns
- PULL_SEQUENCE_ID, KANBAN_PLAN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID — primary identifiers for the pull sequence and its owning plan, organization, and item.
- SOURCE_TYPE and SOURCE_TYPE_MEANING — the kanban source type code and its decoded meaning; this is the column users search for when filtering by "mtl_kanban_source_type".
- SOURCE_ORGANIZATION_ID, SOURCE_ORG_CODE, SOURCE_ORG_NAME — the supplying organization for internal or inter-org replenishment.
- SUPPLIER_ID, SUPPLIER_SITE_ID, SUPPLIER_NAME — supplier reference for external sourcing; SUPPLIER_NAME is NULL and must be resolved from PO_VENDORS.
- SUBINVENTORY_NAME, LOCATOR_ID, SUB_LOCATOR_TYPE — kanban destination subinventory and locator details.
- SOURCE_SUBINVENTORY, SOURCE_LOCATOR_ID, SOURCE_SUB_LOCATOR_TYPE — the source subinventory and locator for transfer-based replenishment.
- REPLENISHMENT_LEAD_TIME, KANBAN_SIZE, FIXED_LOT_MULTIPLIER, SAFETY_STOCK_DAYS, NUMBER_OF_CARDS, MINIMUM_ORDER_QUANTITY — replenishment sizing and timing parameters.
- AGGREGATION_TYPE, ALLOCATION_PERCENT, CALCULATE_KANBAN_FLAG, RELEASE_KANBAN_FLAG, AUTO_REQUEST, AUTO_ALLOCATE_FLAG — processing and allocation controls.
- ATTRIBUTE1–ATTRIBUTE15, ATTRIBUTE_CATEGORY, REQUEST_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — descriptive flexfield and concurrent program audit columns.
Common Use Cases and Queries
Typical uses include listing all pull sequences for a plan, identifying source types such as internal, supplier, or inter-org, and driving replenishment reports. A representative query:
SELECT pull_sequence_id, organization_id, inventory_item_id, source_type, source_type_meaning, source_org_code, subinventory_name FROM apps.mtl_kanban_pull_sequences_v WHERE kanban_plan_id = :p_plan_id;SELECT source_type, source_type_meaning, COUNT(*) FROM apps.mtl_kanban_pull_sequences_v GROUP BY source_type, source_type_meaning;SELECT pull_sequence_id, supplier_id, supplier_site_id, source_organization_id FROM apps.mtl_kanban_pull_sequences_v WHERE source_type = 3;
Because SOURCE_TYPE_MEANING is derived from MTL_KANBAN_SOURCE_TYPE in MFG_LOOKUPS, the view is well suited for reporting that must present decoded source types without an additional lookup join.
-
Lookup Type: MTL_KANBAN_SOURCE_TYPE
12.2.2
product: INV - Inventory , meaning: MTL KANBAN SOURCE TYPE ,
-
Lookup Type: MTL_KANBAN_SOURCE_TYPE
12.1.1
product: INV - Inventory , meaning: MTL KANBAN SOURCE TYPE ,
-
VIEW: APPS.MTL_KANBAN_PULL_SEQUENCES_V
12.1.1
-
VIEW: APPS.MTL_KANBAN_CARDS_V
12.1.1
-
VIEW: APPS.MTL_KANBAN_PULL_SEQUENCES_V
12.2.2
-
VIEW: APPS.MRP_KANBAN_DETAILS_V
12.1.1
-
VIEW: APPS.MRP_KANBAN_DETAILS_V
12.2.2
-
View: MTL_KANBAN_PULL_SEQUENCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_KANBAN_PULL_SEQUENCES_V, object_name:MTL_KANBAN_PULL_SEQUENCES_V, status:VALID, product: INV - Inventory , description: retrofitted , implementation_dba_data: APPS.MTL_KANBAN_PULL_SEQUENCES_V ,
-
View: MTL_KANBAN_PULL_SEQUENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_KANBAN_PULL_SEQUENCES_V, object_name:MTL_KANBAN_PULL_SEQUENCES_V, status:VALID, product: INV - Inventory , description: retrofitted , implementation_dba_data: APPS.MTL_KANBAN_PULL_SEQUENCES_V ,
-
VIEW: APPS.MTL_KANBAN_CARDS_V
12.2.2
-
View: MTL_KANBAN_CARDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_KANBAN_CARDS_V, object_name:MTL_KANBAN_CARDS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_KANBAN_CARDS_V ,
-
View: MTL_KANBAN_CARDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_KANBAN_CARDS_V, object_name:MTL_KANBAN_CARDS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_KANBAN_CARDS_V ,
-
APPS.FLM_FLMRFPKB_XMLP_PKG SQL Statements
12.1.1
-
APPS.INV_KANBAN_LOVS SQL Statements
12.2.2
-
View: MRP_KANBAN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_DETAILS_V, object_name:MRP_KANBAN_DETAILS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban details view , implementation_dba_data: APPS.MRP_KANBAN_DETAILS_V ,
-
APPS.INV_KANBAN_LOVS SQL Statements
12.1.1
-
APPS.FLM_FLMRFPKB_XMLP_PKG SQL Statements
12.2.2
-
View: MRP_KANBAN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_DETAILS_V, object_name:MRP_KANBAN_DETAILS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban details view , implementation_dba_data: APPS.MRP_KANBAN_DETAILS_V ,
-
APPS.FLM_EKB_ACTUAL_DEMAND SQL Statements
12.2.2
-
PACKAGE BODY: APPS.FLM_FLMRFPKB_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.INV_KANBAN_LOVS
12.2.2
-
PACKAGE BODY: APPS.FLM_FLMRFPKB_XMLP_PKG
12.2.2
-
APPS.INV_KANBAN_PKG SQL Statements
12.2.2
-
APPS.INV_KANBAN_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.INV_KANBAN_LOVS
12.1.1
-
PACKAGE BODY: APPS.FLM_EKB_SUMMARY_UTIL
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.FLM_EKB_ACTUAL_DEMAND
12.2.2
-
PACKAGE BODY: APPS.INV_KANBAN_PKG
12.1.1
-
PACKAGE BODY: APPS.INV_KANBAN_PKG
12.2.2
-
APPS.FLM_EKB_ACTUAL_DEMAND dependencies on MFG_LOOKUPS
12.2.2
-
APPS.INV_KANBAN_LOVS dependencies on MFG_LOOKUPS
12.1.1
-
APPS.INV_KANBAN_LOVS dependencies on MFG_LOOKUPS
12.2.2
-
APPS.FLM_EKB_ACTUAL_DEMAND dependencies on MTL_KANBAN_CARDS
12.2.2
-
APPS.FLM_FLMRFPKB_XMLP_PKG dependencies on MFG_LOOKUPS
12.1.1
-
APPS.FLM_FLMRFPKB_XMLP_PKG dependencies on MFG_LOOKUPS
12.2.2
-
APPS.INV_KANBAN_PKG dependencies on MFG_LOOKUPS
12.1.1
-
APPS.INV_KANBAN_PKG dependencies on MFG_LOOKUPS
12.2.2
-
PACKAGE BODY: APPS.FLM_KANBAN_PUB
12.2.2
-
APPS.FLM_KANBAN_PUB dependencies on FLM_KANBAN_MASSLOAD
12.2.2