DBA Data[Home] [Help]

APPS.XNP_CSISOFUL_U dependencies on XNP_EVENT

Line 136: p_queue_name => xnp_event.c_internal_evt_q,

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

Line 146: p_queue_name => xnp_event.c_outbound_msg_q,

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