DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on MTL_ITEM_REVISIONS_ALL_V

Line 2138: from mtl_item_revisions_all_v

2134: where batch_id = p_batch_id and
2135: purchase_basis <> 'TEMP LABOR' and
2136: item_number is not null and
2137: item_revision not in (select revision
2138: from mtl_item_revisions_all_v
2139: where inventory_item_id = p1.item_id and
2140: organization_id = l_inventory_org_id);
2141:
2142: