0

Query to find out inventory adjustment made by specific user in specific time

posted on , by Unknown

Query to find out inventory adjustment made by specific user in specific time  Below is the query to find out inventory adjustment made by specific user in specific time : SELECT   (SELECT segment1             FROM mtl_system_items_b            WHERE inventory_item_id = mpa.inventory_item_id              AND organization_id = mpa.organization_id) item_number,         ...