DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on MTL_ITEM_UOMS_VIEW

Line 2453: FROM mtl_item_uoms_view

2449:
2450: ELSE -- not ato related, validate item, uom combination
2451: SELECT count(*)
2452: INTO l_uom_count
2453: FROM mtl_item_uoms_view
2454: WHERE inventory_item_id = p_line_rec.inventory_item_id
2455: AND uom_code = p_line_rec.order_quantity_uom
2456: AND organization_id = nvl(p_line_rec.ship_from_org_id,
2457: OE_Sys_Parameters.VALUE_WNPS('MASTER_ORGANIZATION_ID'));