DBA Data[Home] [Help]

APPS.FND_TRANSACTION dependencies on FND_TRANSACTION_PIPE

Line 390: status := fnd_transaction_pipe.get_manager(application, program, token_timeout);

386: and a.application_short_name = application;
387:
388: -- Get manager
389: if p_transport_type = 'PIPE' then
390: status := fnd_transaction_pipe.get_manager(application, program, token_timeout);
391: else
392: status := fnd_transaction_queue.get_manager(application, program, token_timeout);
393: end if;
394:

Line 544: status := fnd_transaction_pipe.send_message(timeout, send_type, expiration_time, request_id,

540: end if;
541:
542:
543: if p_transport_type = 'PIPE' then
544: status := fnd_transaction_pipe.send_message(timeout, send_type, expiration_time, request_id,
545: nls_lang, nls_num_chars, nls_date_lang,
546: secgrpid, enable_trace_flag, application, program,
547: org_type, org_id, outcome, message,
548: arg_1, arg_2, arg_3, arg_4, arg_5,