DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on MTL_UNITS_OF_MEASURE

Line 4088: from mtl_units_of_measure uom

4084: and inventory_item_id = gt.inventory_item_id
4085: and uom.uom_code = gt.uom_code
4086: union
4087: select 'X'
4088: from mtl_units_of_measure uom
4089: where sysdate <= nvl(trunc(uom.disable_date), sysdate)
4090: and gt.inventory_item_id is null
4091: and gt.uom_code = uom.uom_code);
4092: