DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on MTL_SYSTEM_ITEMS_VL

Line 5477: from mtl_system_items_vl

5473: -- get the description
5474: update ar_trx_lines_gt
5475: SET description = (
5476: select description
5477: from mtl_system_items_vl
5478: WHERE inventory_item_id = cItemFlexRec.inventory_item_id
5479: AND organization_id = pg_so_org_id)
5480: WHERE trx_line_id = cItemFlexRec.trx_line_id
5481: AND description is NULL;