Translate

Thursday, July 6, 2017

Total Received Qty


select sum(transaction_quantity),mt.transaction_date from mtl_material_transactions mt  
where mt.ORGANIZATION_ID = mt.ORGANIZATION_ID
and mt.ORGANIZATION_ID = 162
and mt.transaction_quantity>0
--and mt.transaction_date between trunc(sysdate) and trunc(sysdate-270)    ---"tot_rec_qty_9mths"
--order by mt.transaction_quantity,mt.transaction_date
group by mt.transaction_quantity,mt.transaction_date;

No comments:

Post a Comment

Text Message

WIP TABLES in Oracle Apps R12

  WIP TABLES Oracle Apps WIP KEY Tables   WIP_LINES   WIP_LINES stores production line information. Each row includes a line name, maximum a...