DBA Data[Home] [Help]

APPS.XNP_MSG_BUILDER dependencies on XNP_EVENT

Line 1285: || ' p_queue_name => xnp_event.c_outbound_msg_q, '

1281: || ' IF (x_error_code = 0) THEN' || g_new_line
1282: || ' XNP_MESSAGE.push ( ' || g_new_line
1283: || ' p_msg_header => l_msg_header, ' || g_new_line
1284: || ' p_body_text => l_msg_text, ' || g_new_line
1285: || ' p_queue_name => xnp_event.c_outbound_msg_q, '
1286: || g_new_line
1287: || ' p_recipient_list => l_consumer_list, '
1288: || g_new_line
1289: || ' p_fe_name => xnp_standard.fe_name, '

Line 1302: || ' p_queue_name => xnp_event.c_inbound_msg_q, '

1298: || ' IF (x_error_code = 0) THEN' || g_new_line||g_new_line
1299: || ' XNP_MESSAGE.push ( ' || g_new_line
1300: || ' p_msg_header => l_msg_header, ' || g_new_line
1301: || ' p_body_text => l_msg_text, ' || g_new_line
1302: || ' p_queue_name => xnp_event.c_inbound_msg_q, '
1303: || g_new_line
1304: -- || ' p_correlation_id => ' || ''''
1305: -- || 'MSG_SERVER' || '''' || ', '
1306: || ' p_correlation_id => l_msg_header.message_code, '

Line 1316: || ' p_queue_name => xnp_event.c_internal_evt_q, '

1312: || ' IF (x_error_code = 0) THEN' || g_new_line||g_new_line
1313: || ' XNP_MESSAGE.push ( ' || g_new_line
1314: || ' p_msg_header => l_msg_header, ' || g_new_line
1315: || ' p_body_text => l_msg_text, ' || g_new_line
1316: || ' p_queue_name => xnp_event.c_internal_evt_q, '
1317: || g_new_line
1318: -- || ' p_correlation_id => TO_CHAR(x_message_id), '
1319: || ' p_correlation_id => l_msg_header.message_code, '
1320: -- || 'MSG_SERVER' || '''' || ', '

Line 1330: || ' p_queue_name => xnp_event.c_timer_q, '

1326: || ' IF (x_error_code = 0) THEN' || g_new_line||g_new_line
1327: || ' XNP_MESSAGE.push ( ' || g_new_line
1328: || ' p_msg_header => l_msg_header, ' || g_new_line
1329: || ' p_body_text => l_msg_text, ' || g_new_line
1330: || ' p_queue_name => xnp_event.c_timer_q, '
1331: || g_new_line
1332: -- || ' p_correlation_id => TO_CHAR(x_message_id), '
1333: || ' p_correlation_id => l_msg_header.message_code, '
1334: -- || 'MSG_SERVER' || '''' || ', '

Line 1383: || ' p_queue_name => xnp_event.c_internal_evt_q, '

1379: || ' IF (x_error_code = 0) THEN' || g_new_line||g_new_line
1380: || ' XNP_MESSAGE.push ( ' || g_new_line
1381: || ' p_msg_header => l_msg_header, ' || g_new_line
1382: || ' p_body_text => l_msg_text, ' || g_new_line
1383: || ' p_queue_name => xnp_event.c_internal_evt_q, '
1384: || g_new_line
1385: -- || ' p_correlation_id => ' || '''' || 'MSG_SERVER'
1386: -- || '''' || ', '
1387: || ' p_correlation_id => l_msg_header.message_code, '

Line 1426: || ' p_queue_name => xnp_event.c_outbound_msg_q, '

1422: || g_new_line ||g_new_line
1423: || ' XNP_MESSAGE.push ( ' || g_new_line
1424: || ' p_msg_header => l_msg_header, ' || g_new_line
1425: || ' p_body_text => l_msg_text, ' || g_new_line
1426: || ' p_queue_name => xnp_event.c_outbound_msg_q, '
1427: || g_new_line
1428: || ' p_recipient_list => l_consumer_list, ' || g_new_line
1429: -- || ' p_correlation_id => TO_CHAR(x_message_id), '
1430: || ' p_correlation_id => l_msg_header.message_code, '

Line 2382: || ' p_queue_name => xnp_event.c_inbound_msg_q, '

2378:
2379: x_send_body := x_send_body
2380: || ' IF (x_error_code = 0) THEN' || g_new_line || g_new_line
2381: || ' XNP_MESSAGE.POP ( '
2382: || ' p_queue_name => xnp_event.c_inbound_msg_q, '
2383: || g_new_line
2384: || ' x_msg_header => l_ack_header,' || g_new_line
2385: || ' x_body_text => l_ack_msg,' || g_new_line
2386: || ' x_error_code => x_error_code,' || g_new_line

Line 2694: IF (UPPER(g_queue_name) = UPPER(XNP_EVENT.CC_OUTBOUND_MSG_Q)) THEN

2690: || '''' || 'RECIPIENT_NAME' || ''','
2691: || 'l_msg_header.recipient_name' || ' ) ;' ;
2692:
2693: IF (g_event_indr = 'MSG') THEN
2694: IF (UPPER(g_queue_name) = UPPER(XNP_EVENT.CC_OUTBOUND_MSG_Q)) THEN
2695: g_temp_tab(g_temp_tab.COUNT + 1 ) := ' l_msg_header.direction_indr := '
2696: || ''''|| 'O' || ''' ;' ;
2697: ELSE
2698: g_temp_tab(g_temp_tab.COUNT + 1 ) := ' l_msg_header.direction_indr := '