DBA Data[Home] [Help]

APPS.MTL_ITEM_REVISIONS_SV1 SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 29

   SELECT count(*)
     INTO x_temp
     FROM mtl_item_revisions
    WHERE revision = x_item_revision
      AND inventory_item_id = x_inventory_item_id;