Launching Rcv Txn Processor with Online Mode
Dear All
We would like to launch the receiving transaction processor in an online mode for RMA receipts from our custom program after inserting the records into ROI tables.
Could you please share your experience with this approach and also any sample piece code. Are we running into any risk of bypassing any validations ?
We aware the call has to be made something like
l_retvalue := fnd_transaction.synchronous
( 300, -- timeout in seconds
l_outcome, -- out variable indicating Success/Warning/Error
l_message, -- out variable with a descriptive message
'PO',
'RCVTPO',
'ONLINE',
l_group_id, -- group_id in rcv_transactions_interface