DBA Data[Home] [Help]

APPS.FND_TRANSACTION dependencies on FND_TRANSACTION_QUEUE

Line 385: status := fnd_transaction_queue.get_manager(application, program, token_timeout);

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:
388: if status = E_NOMGR then -- All managers busy
389: return status;

Line 547: status := fnd_transaction_queue.send_message(timeout, send_type, expiration_time, request_id,

543: arg_11, arg_12, arg_13, arg_14, arg_15,
544: arg_16, arg_17, arg_18, arg_19, arg_20);
545:
546: else
547: status := fnd_transaction_queue.send_message(timeout, send_type, expiration_time, request_id,
548: nls_lang, nls_num_chars, nls_date_lang,
549: secgrpid, enable_trace_flag, application, program,
550: org_type, org_id, outcome, message,
551: arg_1, arg_2, arg_3, arg_4, arg_5,