DBA Data[Home] [Help]

APPS.XNP_CSIINTDS_U dependencies on XNP_EVENT

Line 160: p_queue_name => xnp_event.c_internal_evt_q,

156: IF (x_error_code = 0) THEN
157: XNP_MESSAGE.push (
158: p_msg_header => l_msg_header,
159: p_body_text => l_msg_text,
160: p_queue_name => xnp_event.c_internal_evt_q,
161: p_correlation_id => l_msg_header.message_code,
162: p_priority=>'1',
163: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
164: IF (l_consumer_list IS NOT NULL) THEN

Line 170: p_queue_name => xnp_event.c_outbound_msg_q,

166: l_msg_header.direction_indr := 'O';
167: XNP_MESSAGE.push (
168: p_msg_header => l_msg_header,
169: p_body_text => l_msg_text,
170: p_queue_name => xnp_event.c_outbound_msg_q,
171: p_recipient_list => l_consumer_list,
172: p_correlation_id => l_msg_header.message_code,
173: p_priority=>'1' ) ;
174: END IF ;