DBA Data[Home] [Help]

APPS.XNP_ADAPTER_READY_U dependencies on XNP_EVENT

Line 142: p_queue_name => xnp_event.c_internal_evt_q,

138: IF (x_error_code = 0) THEN
139: XNP_MESSAGE.push (
140: p_msg_header => l_msg_header,
141: p_body_text => l_msg_text,
142: p_queue_name => xnp_event.c_internal_evt_q,
143: p_correlation_id => 'MSG_SERVER',
144: p_priority=>'2',
145: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
146: IF (l_consumer_list IS NOT NULL) THEN

Line 151: p_queue_name => xnp_event.c_outbound_msg_q,

147: XNP_MESSAGE.GET_SEQUENCE(l_msg_header.message_id) ;
148: XNP_MESSAGE.push (
149: p_msg_header => l_msg_header,
150: p_body_text => l_msg_text,
151: p_queue_name => xnp_event.c_outbound_msg_q,
152: p_recipient_list => l_consumer_list,
153: p_correlation_id => TO_CHAR(x_message_id),
154: p_priority=>'2' ) ;
155: END IF ;