DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on MTL_ITEM_UOMS_VIEW

Line 2810: from mtl_item_uoms_view

2806: where batch_id = p_batch_id and
2807: purchase_basis <> 'TEMP LABOR' and
2808: item_number is not null and
2809: uom_code not in (select uom_code
2810: from mtl_item_uoms_view
2811: where inventory_item_id = p1.item_id and
2812: organization_id = l_inventory_org_id) and
2813: nvl(price_and_quantity_apply, 'Y') = 'Y';
2814: