DBA Data[Home] [Help]

APPS.XNP_XDP_FULFILL_START_U dependencies on XNP_EVENT

Line 129: p_queue_name => xnp_event.c_internal_evt_q,

125: IF (x_error_code = 0) THEN
126: XNP_MESSAGE.push (
127: p_msg_header => l_msg_header,
128: p_body_text => l_msg_text,
129: p_queue_name => xnp_event.c_internal_evt_q,
130: p_correlation_id => l_msg_header.message_code,
131: p_priority=>'1',
132: p_commit_mode => XNP_MESSAGE.C_ON_COMMIT );
133: IF (l_consumer_list IS NOT NULL) THEN

Line 139: p_queue_name => xnp_event.c_outbound_msg_q,

135: l_msg_header.direction_indr := 'O';
136: XNP_MESSAGE.push (
137: p_msg_header => l_msg_header,
138: p_body_text => l_msg_text,
139: p_queue_name => xnp_event.c_outbound_msg_q,
140: p_recipient_list => l_consumer_list,
141: p_correlation_id => l_msg_header.message_code,
142: p_priority=>'1' ) ;
143: END IF ;