DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on MTL_UOM_CONVERSIONS

Line 961: from mtl_uom_conversions

957: into uom_conv
958: from dual
959: where exists
960: ( select 'x'
961: from mtl_uom_conversions
962: where inventory_item_id = p_item_id
963: and uom_code = p_primary_uom_code
964: );
965:

Line 981: (select 'x' from mtl_uom_conversions

977: select count(1)
978: into uom_other_conv
979: from sys.dual
980: where exists
981: (select 'x' from mtl_uom_conversions
982: where inventory_item_id = p_item_id)
983: or exists
984: (select 'x' from mtl_uom_class_conversions
985: where inventory_item_id = p_item_id);