DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on MTL_ITEM_REVISIONS

Line 1390: from mtl_item_revisions

1386: l_total_qoh NUMBER := null;
1387:
1388: cursor revisions is
1389: select revision
1390: from mtl_item_revisions
1391: where organization_id = p_organization_id
1392: and inventory_item_id = p_inventory_item_id;
1393:
1394: BEGIN