DBA Data[Home] [Help]

APPS.FND_TRANSACTION_QUEUE dependencies on AQ$_AGENT

Line 263: msg_props.sender_id := sys.aq$_agent(TMPREFIX || request_id, NULL, NULL);

259: enq_opts.visibility := DBMS_AQ.IMMEDIATE;
260: enq_opts.sequence_deviation := NULL;
261: msg_props.delay := DBMS_AQ.NO_DELAY;
262:
263: msg_props.sender_id := sys.aq$_agent(TMPREFIX || request_id, NULL, NULL);
264:
265: msg_props.recipient_list(0) := sys.aq$_agent(TMQID, NULL, NULL);
266:
267: msg_props.correlation := processor_id;

Line 265: msg_props.recipient_list(0) := sys.aq$_agent(TMQID, NULL, NULL);

261: msg_props.delay := DBMS_AQ.NO_DELAY;
262:
263: msg_props.sender_id := sys.aq$_agent(TMPREFIX || request_id, NULL, NULL);
264:
265: msg_props.recipient_list(0) := sys.aq$_agent(TMQID, NULL, NULL);
266:
267: msg_props.correlation := processor_id;
268:
269: