DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on ARP_PROCESS_HEADER

Line 1245: arp_process_header.post_commit(

1241:
1242: */
1243:
1244: BEGIN
1245: arp_process_header.post_commit(
1246: p_form_name => p_form_name
1247: ,p_form_version => 70.1
1248: ,p_customer_trx_id => l_customer_trx_id
1249: ,p_previous_customer_trx_id => p_prev_customer_trx_id

Line 1262: arp_util.debug('EXCEPTION: Debug point 3 : Error Calling arp_process_header.post_commit.');

1258: EXCEPTION
1259: WHEN OTHERS THEN
1260: ROLLBACK TO Credit_Transaction_Pub;
1261: IF PG_DEBUG in ('Y', 'C') THEN
1262: arp_util.debug('EXCEPTION: Debug point 3 : Error Calling arp_process_header.post_commit.');
1263: END IF;
1264: l_debug_point := 3;
1265: l_ue_message := SUBSTR('Error Calling arp_process_header.post_commit '
1266: || SQLERRM, 1, 2000);

Line 1265: l_ue_message := SUBSTR('Error Calling arp_process_header.post_commit '

1261: IF PG_DEBUG in ('Y', 'C') THEN
1262: arp_util.debug('EXCEPTION: Debug point 3 : Error Calling arp_process_header.post_commit.');
1263: END IF;
1264: l_debug_point := 3;
1265: l_ue_message := SUBSTR('Error Calling arp_process_header.post_commit '
1266: || SQLERRM, 1, 2000);
1267: RAISE e_unexpected_error;
1268: END ;
1269:

Line 2600: arp_process_header.post_commit(

2596:
2597: */
2598:
2599: BEGIN
2600: arp_process_header.post_commit(
2601: p_form_name => p_form_name
2602: ,p_form_version => 70.1
2603: ,p_customer_trx_id => l_customer_trx_id
2604: ,p_previous_customer_trx_id => p_prev_customer_trx_id

Line 2617: arp_util.debug( 'Debug point 3 : Error Calling arp_process_header.post_commit.');

2613: EXCEPTION
2614: WHEN OTHERS THEN
2615: ROLLBACK TO Credit_Transaction_Pub;
2616: IF PG_DEBUG in ('Y', 'C') THEN
2617: arp_util.debug( 'Debug point 3 : Error Calling arp_process_header.post_commit.');
2618: END IF;
2619: l_debug_point := 3;
2620: l_ue_message := SUBSTR('Error Calling arp_process_header.post_commit '
2621: || SQLERRM, 1, 2000);

Line 2620: l_ue_message := SUBSTR('Error Calling arp_process_header.post_commit '

2616: IF PG_DEBUG in ('Y', 'C') THEN
2617: arp_util.debug( 'Debug point 3 : Error Calling arp_process_header.post_commit.');
2618: END IF;
2619: l_debug_point := 3;
2620: l_ue_message := SUBSTR('Error Calling arp_process_header.post_commit '
2621: || SQLERRM, 1, 2000);
2622: RAISE e_unexpected_error;
2623: END ;
2624: