DBA Data[Home] [Help]

APPS.CSP_PART_SEARCH_PVT dependencies on MTL_ITEM_REVISIONS

Line 1654: from mtl_item_revisions

1650: l_r_att number := 0;
1651:
1652: cursor c_revisions is
1653: select revision
1654: from mtl_item_revisions
1655: where organization_id = p_organization_id
1656: and inventory_item_id = p_inventory_item_id
1657: and revision = nvl(p_revision,revision);
1658: