DBA Data[Home] [Help]

APPS.FND_TRANSACTION dependencies on FND_TRANSACTION_QUEUE

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

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

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

550: arg_11, arg_12, arg_13, arg_14, arg_15,
551: arg_16, arg_17, arg_18, arg_19, arg_20);
552:
553: else
554: status := fnd_transaction_queue.send_message(timeout, send_type, expiration_time, request_id,
555: nls_lang, nls_num_chars, nls_date_lang,
556: secgrpid, enable_trace_flag, application, program,
557: org_type, org_id, outcome, message,
558: arg_1, arg_2, arg_3, arg_4, arg_5,