DBA Data[Home] [Help]

APPS.XNP_XDP_FULFILL_DONE_U dependencies on XNP_EVENT

Line 134: p_queue_name => xnp_event.c_internal_evt_q,

130: IF (x_error_code = 0) THEN
131: XNP_MESSAGE.push (
132: p_msg_header => l_msg_header,
133: p_body_text => l_msg_text,
134: p_queue_name => xnp_event.c_internal_evt_q,
135: p_correlation_id => l_msg_header.message_code,
136: p_priority=>'1',
137: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
138: IF (l_consumer_list IS NOT NULL) THEN

Line 144: p_queue_name => xnp_event.c_outbound_msg_q,

140: l_msg_header.direction_indr := 'O';
141: XNP_MESSAGE.push (
142: p_msg_header => l_msg_header,
143: p_body_text => l_msg_text,
144: p_queue_name => xnp_event.c_outbound_msg_q,
145: p_recipient_list => l_consumer_list,
146: p_correlation_id => l_msg_header.message_code,
147: p_priority=>'1' ) ;
148: END IF ;