How to do accept and deliver in same batch in the rcv_transactions_interface
I Want to do the accept and deliver by rcv_transactions_interface,i insert two rows in the rcv_transactions_interface ,one record do accept another do deliver and two record is related by the column parent_interface_txn_id,but after run the Receiving Transaction Processor ,the accept record is complete,but the deliver record is error.
the error message is RCV_IS_ORPHAN : Error: The Receiving Open Interface record does not have a Parent Record in the Receiving Interface Tables. how to do accept and deliver in same batch ?
Thanks