Inventory Items (APC/PLM/PIM) - EBS (MOSC)

MOSC Banner

beginning balance

edited Sep 4, 2015 10:06AM in Inventory Items (APC/PLM/PIM) - EBS (MOSC) 1 commentAnswered

We are trying to find a more efficient way to calculate beginning balance for an item. Currently we are using this query and the report takes a lot of time to run.

select nvl(sum(transaction_quantity),0)

from apps.mtl_material_transactions

where 1=1

and inventory_item_id= MSB.INVENTORY_ITEM_ID

and organization_id= MSB.ORGANIZATION_ID

and subinventory_code = : P_SUBINV

and TRUNC(transaction_date) <= TRUNC(:P_TO_DATE)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center