DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on ARP_PROCESS_HEADER

Line 1246: arp_process_header.post_commit(

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

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

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

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

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

Line 2582: arp_process_header.post_commit(

2578:
2579: */
2580:
2581: BEGIN
2582: arp_process_header.post_commit(
2583: p_form_name => l_form_name
2584: ,p_form_version => 70.1
2585: ,p_customer_trx_id => l_customer_trx_id
2586: ,p_previous_customer_trx_id => p_prev_customer_trx_id

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

2595: EXCEPTION
2596: WHEN OTHERS THEN
2597: ROLLBACK TO Credit_Transaction_Pub;
2598: IF PG_DEBUG in ('Y', 'C') THEN
2599: arp_util.debug( 'Debug point 3 : Error Calling arp_process_header.post_commit.');
2600: END IF;
2601: l_debug_point := 3;
2602: l_ue_message := SUBSTR('Error Calling arp_process_header.post_commit '
2603: || SQLERRM, 1, 2000);

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

2598: IF PG_DEBUG in ('Y', 'C') THEN
2599: arp_util.debug( 'Debug point 3 : Error Calling arp_process_header.post_commit.');
2600: END IF;
2601: l_debug_point := 3;
2602: l_ue_message := SUBSTR('Error Calling arp_process_header.post_commit '
2603: || SQLERRM, 1, 2000);
2604: RAISE e_unexpected_error;
2605: END ;
2606: