DBA Data[Home] [Help]

APPS.INV_MEANING_SEL dependencies on MTL_ONHAND_QUANTITIES_DETAIL

Line 375: from mtl_onhand_quantities_detail

371: Begin
372: if (Break_Id = 1) then
373: Select sum(primary_transaction_quantity)
374: into temp
375: from mtl_onhand_quantities_detail
376: where inventory_item_id = Item_Id
377: and organization_id = Org_Id
378: and subinventory_code = Sub_Code;
379: else

Line 382: from mtl_onhand_quantities_detail

378: and subinventory_code = Sub_Code;
379: else
380: Select sum(primary_transaction_quantity)
381: into temp
382: from mtl_onhand_quantities_detail
383: where inventory_item_id = Item_Id
384: and organization_id = Org_Id;
385: end if;
386: return (temp);