Core Concurrent Processing - EBS (MOSC)

MOSC Banner

fnd_transaction.synchronous Sometimes It Works, Sometimes It Does Not for RCVTPO

edited Apr 2, 2014 7:09AM in Core Concurrent Processing - EBS (MOSC) 12 commentsAnswered

I am using PLSQL-SPEC to run RSpec tests and would like to use fnd_transaction.synchronous to invoke the receiving transaction processor.  Sometimes this works and sometimes it does not.  I think the wind outside plays a factor.    Does anyone know why this would be the case?  The receiving manager has 5 threads and sleeps every 60 seconds.

Here is the call:

plsql.fnd_transaction.synchronous(:timeout=>300,

        :outcome=>outcome,

        :message=>message,

        :application=>'PO',

        :program=>'RCVTPO',

        :arg_1=>'ONLINE',

        :arg_2=>'96',

        :arg_3=>@po_header[:org_id].to_s)

Thank you

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