DBA Data[Home] [Help]

APPS.XNP_XDP_LINE_DONE_U dependencies on XNP_EVENT

Line 178: p_queue_name => xnp_event.c_internal_evt_q,

174: IF (x_error_code = 0) THEN
175: XNP_MESSAGE.push (
176: p_msg_header => l_msg_header,
177: p_body_text => l_msg_text,
178: p_queue_name => xnp_event.c_internal_evt_q,
179: p_correlation_id => l_msg_header.message_code,
180: p_priority=>'1',
181: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
182: IF (l_consumer_list IS NOT NULL) THEN

Line 187: p_queue_name => xnp_event.c_outbound_msg_q,

183: XNP_MESSAGE.GET_SEQUENCE(l_msg_header.message_id) ;
184: XNP_MESSAGE.push (
185: p_msg_header => l_msg_header,
186: p_body_text => l_msg_text,
187: p_queue_name => xnp_event.c_outbound_msg_q,
188: p_recipient_list => l_consumer_list,
189: p_correlation_id => l_msg_header.message_code,
190: p_priority=>'1' ) ;
191: END IF ;