DBA Data[Home] [Help]

APPS.FND_TRANSACTION dependencies on FND_TRANSACTION_PIPE

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

379: and a.application_short_name = application;
380:
381: -- Get manager
382: if p_transport_type = 'PIPE' then
383: status := fnd_transaction_pipe.get_manager(application, program, token_timeout);
384: else
385: status := fnd_transaction_queue.get_manager(application, program, token_timeout);
386: end if;
387:

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

533: end if;
534:
535:
536: if p_transport_type = 'PIPE' then
537: status := fnd_transaction_pipe.send_message(timeout, send_type, expiration_time, request_id,
538: nls_lang, nls_num_chars, nls_date_lang,
539: secgrpid, enable_trace_flag, application, program,
540: org_type, org_id, outcome, message,
541: arg_1, arg_2, arg_3, arg_4, arg_5,