Inventory Management - EBS (MOSC)

MOSC Banner

Launching Rcv Txn Processor with Online Mode

edited Dec 1, 2015 11:40AM in Inventory Management - EBS (MOSC) 2 commentsAnswered

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

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