DBA Data[Home] [Help]

APPS.INVPVDR5 dependencies on MTL_UOM_CONVERSIONS

Line 995: from mtl_uom_conversions

991: if (temp_base_uom_flag <> 'Y') then
992: begin
993: select 'x'
994: into temp
995: from mtl_uom_conversions
996: where INVENTORY_ITEM_ID = 0
997: and UOM_CODE = cr.PRIMARY_UOM_CODE;
998:
999: exception