DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on MTL_ITEM_REVISIONS

Line 1511: from mtl_item_revisions

1507: l_total_qoh NUMBER := null;
1508:
1509: cursor revisions is
1510: select revision
1511: from mtl_item_revisions
1512: where organization_id = p_organization_id
1513: and inventory_item_id = p_inventory_item_id;
1514:
1515: BEGIN