DBA Data[Home] [Help]

APPS.XNP_XDP_PERF_BM_EVT_U dependencies on XNP_EVENT

Line 284: p_queue_name => xnp_event.c_internal_evt_q,

280: IF (x_error_code = 0) THEN
281: XNP_MESSAGE.push (
282: p_msg_header => l_msg_header,
283: p_body_text => l_msg_text,
284: p_queue_name => xnp_event.c_internal_evt_q,
285: p_correlation_id => l_msg_header.message_code,
286: p_priority=>'3',
287: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
288: IF (l_consumer_list IS NOT NULL) THEN

Line 294: p_queue_name => xnp_event.c_outbound_msg_q,

290: l_msg_header.direction_indr := 'O';
291: XNP_MESSAGE.push (
292: p_msg_header => l_msg_header,
293: p_body_text => l_msg_text,
294: p_queue_name => xnp_event.c_outbound_msg_q,
295: p_recipient_list => l_consumer_list,
296: p_correlation_id => l_msg_header.message_code,
297: p_priority=>'3' ) ;
298: END IF ;