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

MOSC Banner

Any experience with purging old orphan records in Mtl_Serial_Numbers_Interface?

edited Nov 13, 2014 10:08AM in Inventory Items (APC/PLM/PIM) - EBS (MOSC) 1 commentAnswered

We have a lot of old orphan records in INV.MTL_SERIAL_NUMBERS_INTERFACE and we want to purge them.

My question is: how to recognize the bad records (to purge) from the good records (to keep).

More details

select * from inv.mtl_serial_numbers_interface MSNI

where transaction_interface_id not in

(select MTI.transaction_interface_id from mtl_transactions_interface MTI)

The above select returns some 160 000 records.

  • May I purge all of them?
  • Or are there any valid situations for serial number records to appear in MSNI without any parent record in the MTI table?

Thanks

Tagged:

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