DBA Data[Home] [Help]

APPS.XNP_ACK_U dependencies on XNP_EVENT

Line 140: p_queue_name => xnp_event.c_inbound_msg_q,

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