DBA Data[Home] [Help]

APPS.FLM_KANBAN_CONSOLIDATION dependencies on MTL_ITEM_SUB_INVENTORIES

Line 514: From mtl_item_sub_inventories

510: + nvl(processing_lead_time,l_Process_lead_Time)
511: + nvl(postprocessing_lead_time,l_PostProcess_lead_Time)
512: Into l_budget_Account_Id,
513: l_need_by_time
514: From mtl_item_sub_inventories
515: Where Organization_id = l_kanban_card_Rec_Tbl(1).Organization_id
516: And Inventory_Item_Id = l_kanban_card_Rec_Tbl(1).Inventory_Item_Id
517: And secondary_inventory = l_kanban_card_Rec_Tbl(1).Subinventory_Name;
518: Exception