Transaction Summary:
select transaction_type_name, count(1) tm from mtl_material_transactions a, mtl_transaction_types tp
where a.transaction_type_id=tp.transaction_type_id
group by transaction_type_name
ORDER by transaction_type_name
DECLARE ln_user_id NUMBER; ln_po_header_id NUMBER := 3319024; --1713998; ln_vendor_id NUMBER; lv_segment1 VARCHAR2(20)...
No comments:
Post a Comment