DBA Data[Home] [Help]

APPS.INV_RCV_DIR_RCPT_APIS dependencies on MTL_ITEM_UOMS_VIEW

Line 4330: FROM mtl_item_uoms_view

4326: l_progress := '35';
4327:
4328: SELECT unit_of_measure
4329: INTO l_unit_of_measure
4330: FROM mtl_item_uoms_view
4331: WHERE uom_code = l_uom_code
4332: AND organization_id = p_organization_id
4333: AND inventory_item_id = l_inventory_item_id;
4334: