DBA Data[Home] [Help]

APPS.XNP_ERROR_RESP_U dependencies on XNP_EVENT

Line 137: p_queue_name => xnp_event.c_inbound_msg_q,

133: IF (x_error_code = 0) THEN
134: XNP_MESSAGE.push (
135: p_msg_header => l_msg_header,
136: p_body_text => l_msg_text,
137: p_queue_name => xnp_event.c_inbound_msg_q,
138: p_correlation_id => 'MSG_SERVER',
139: p_priority=>'2',
140: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
141: /* out processing logic */