DBA Data[Home] [Help]

APPS.XNP_ERROR_U dependencies on XNP_EVENT

Line 142: p_queue_name => xnp_event.c_inbound_msg_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_inbound_msg_q,
143: p_correlation_id => 'MSG_SERVER',
144: p_priority=>'2',
145: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
146: /* out processing logic */