DBA Data[Home] [Help]

APPS.XNP_XDP_ORDER_DONE_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 => l_msg_header.message_code,
150: p_priority=>'3',
151: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
152: IF (l_consumer_list IS NOT NULL) THEN

Line 158: p_queue_name => xnp_event.c_outbound_msg_q,

154: l_msg_header.direction_indr := 'O';
155: XNP_MESSAGE.push (
156: p_msg_header => l_msg_header,
157: p_body_text => l_msg_text,
158: p_queue_name => xnp_event.c_outbound_msg_q,
159: p_recipient_list => l_consumer_list,
160: p_correlation_id => l_msg_header.message_code,
161: p_priority=>'3' ) ;
162: END IF ;