DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on MTL_ITEM_UOMS_VIEW

Line 4178: FROM mtl_item_uoms_view uom

4174: AND gt2.trx_header_id = gt.trx_header_id
4175: AND gt2.trx_class <> 'CM' -- added for ER 5869149
4176: AND NOT EXISTS (
4177: SELECT 'X'
4178: FROM mtl_item_uoms_view uom
4179: where organization_id = nvl(gt.warehouse_id,l_so_org_id) /*Bug 3752043*/
4180: and inventory_item_id = gt.inventory_item_id
4181: and uom.uom_code = gt.uom_code
4182: union