You are on page 1of 1

select * from dba_tables where table_name like '%TRAN%' OR table_name like '%TRA

N%' and owner='INV'


select * from mtl_parameters order by creation_date desc
select * from mtl_secondary_inventories
where secondary_inventory_name like 'AARU'
select * from mtl_item_locations order by creation_date
select * from MTL_INTERORG_SHIP_METHODS
select * from MTL_UOM_CONVERSIONS_A
select * from MTL_UOM_CLASS_CONVERSIONS
select * from mtl_material_transactions
select * from

You might also like