DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on MTL_ITEM_UOMS_VIEW

Line 4082: FROM mtl_item_uoms_view uom

4078: AND gt2.trx_header_id = gt.trx_header_id
4079: AND gt2.trx_class <> 'CM' -- added for ER 5869149
4080: AND NOT EXISTS (
4081: SELECT 'X'
4082: FROM mtl_item_uoms_view uom
4083: where organization_id = nvl(gt.warehouse_id,l_so_org_id) /*Bug 3752043*/
4084: and inventory_item_id = gt.inventory_item_id
4085: and uom.uom_code = gt.uom_code
4086: union