DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on MTL_ITEM_SUB_INVENTORIES

Line 3481: From mtl_item_sub_inventories

3477: + nvl(processing_lead_time,l_Process_lead_Time)
3478: + nvl(postprocessing_lead_time,l_PostProcess_lead_Time)
3479: Into l_budget_Account_Id,
3480: l_need_by_time
3481: From mtl_item_sub_inventories
3482: Where Organization_id = l_kanban_card_Rec_Tbl(1).Organization_id
3483: And Inventory_Item_Id = l_kanban_card_Rec_Tbl(1).Inventory_Item_Id
3484: And secondary_inventory = l_kanban_card_Rec_Tbl(1).Subinventory_Name;
3485: Exception