DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on MTL_ITEM_SUB_INVENTORIES

Line 3082: From mtl_item_sub_inventories

3078: + nvl(processing_lead_time,l_Process_lead_Time)
3079: + nvl(postprocessing_lead_time,l_PostProcess_lead_Time)
3080: Into l_budget_Account_Id,
3081: l_need_by_time
3082: From mtl_item_sub_inventories
3083: Where Organization_id = l_kanban_card_Rec_Tbl(1).Organization_id
3084: And Inventory_Item_Id = l_kanban_card_Rec_Tbl(1).Inventory_Item_Id
3085: And secondary_inventory = l_kanban_card_Rec_Tbl(1).Subinventory_Name;
3086: Exception