DBA Data[Home] [Help]

APPS.XNP_SYNC_U dependencies on XNP_EVENT

Line 148: p_queue_name => xnp_event.c_internal_evt_q,

144: IF (x_error_code = 0) THEN
145: XNP_MESSAGE.push (
146: p_msg_header => l_msg_header,
147: p_body_text => l_msg_text,
148: p_queue_name => xnp_event.c_internal_evt_q,
149: p_correlation_id => 'MSG_SERVER',
150: p_priority=>'2',
151: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
152: IF (l_consumer_list IS NOT NULL) THEN

Line 157: p_queue_name => xnp_event.c_outbound_msg_q,

153: XNP_MESSAGE.GET_SEQUENCE(l_msg_header.message_id) ;
154: XNP_MESSAGE.push (
155: p_msg_header => l_msg_header,
156: p_body_text => l_msg_text,
157: p_queue_name => xnp_event.c_outbound_msg_q,
158: p_recipient_list => l_consumer_list,
159: p_correlation_id => TO_CHAR(x_message_id),
160: p_priority=>'2' ) ;
161: END IF ;