How to hold all transactions in MTL_TRANSACTIONS_INTERFACE
I am using EBS 12.2.10 with database 19c I have a requirement to hold all lines in MTL_TRANSACTIONS_INTERFACE if one or more lines have error.
For example, I have 5 lines with same shipment number 100-01. If one line could not processed due to some error, then all should be retain in interface table (no line should be processed)
I tried with INTERFACE_HEADER_ID column by providing same value for all lines but it didn't work.