DBA Data[Home] [Help]

APPS.FLM_KANBAN_PLANNING_UTIL dependencies on MTL_SECONDARY_INVENTORIES

Line 1008: FROM mtl_secondary_inventories

1004: l_error_count := l_error_count+1;
1005: else
1006: begin
1007: select 1 into l_temp
1008: FROM mtl_secondary_inventories
1009: WHERE secondary_inventory_name = l_flm_kanban_demand_intf(l_counter).subinventory
1010: AND organization_id = l_flm_kanban_demand_intf(l_counter).organization_id;
1011: exception
1012: when others then