DBA Data[Home] [Help]

APPS.INV_RCV_DIR_RCPT_APIS dependencies on MTL_ITEM_UOMS_VIEW

Line 4186: FROM mtl_item_uoms_view

4182: l_progress := '35';
4183:
4184: SELECT unit_of_measure
4185: INTO l_unit_of_measure
4186: FROM mtl_item_uoms_view
4187: WHERE uom_code = l_uom_code
4188: AND organization_id = p_organization_id
4189: AND inventory_item_id = l_inventory_item_id;
4190: