DBA Data[Home] [Help]

APPS.INVPVDR5 dependencies on MTL_UOM_CONVERSIONS

Line 966: from mtl_uom_conversions

962: if (temp_base_uom_flag <> 'Y') then
963: begin
964: select 'x'
965: into temp
966: from mtl_uom_conversions
967: where INVENTORY_ITEM_ID = 0
968: and UOM_CODE = cr.PRIMARY_UOM_CODE;
969:
970: exception