DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on MTL_ITEM_REVISIONS_ALL_V

Line 2334: from mtl_item_revisions_all_v

2330: where batch_id = p_batch_id and
2331: purchase_basis <> 'TEMP LABOR' and
2332: item_number is not null and
2333: item_revision not in (select revision
2334: from mtl_item_revisions_all_v
2335: where inventory_item_id = p1.item_id and
2336: organization_id = l_inventory_org_id);
2337:
2338: