DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on ARP_PROCESS_CREDIT

Line 565: ARP_PROCESS_CREDIT_UTIL.GET_CREDITED_TRX_DETAILS(

561: -- populate l_cm_header values accordingly.
562: -- else if either (amount or %) is null, populate the other
563:
564: BEGIN
565: ARP_PROCESS_CREDIT_UTIL.GET_CREDITED_TRX_DETAILS(
566: p_prev_customer_trx_id,
567: p_initial_customer_trx_id,
568: l_line_orig,
569: l_tax_orig,

Line 585: arp_util.debug('EXCEPTION Calling arp_process_credit_util.get_credited_trx_details.');

581: EXCEPTION
582: WHEN OTHERS THEN
583: ROLLBACK TO Credit_Transaction_Pub;
584: IF PG_DEBUG in ('Y', 'C') THEN
585: arp_util.debug('EXCEPTION Calling arp_process_credit_util.get_credited_trx_details.');
586: END IF;
587: /*Bug3041195: Commented out this portion as it would overwrite errors
588: raised by get_credited_trx_details*/
589: -- fnd_message.set_name( 'AR', 'AR_RAXTRX-1666');

Line 695: -- Other defaluts : use arp_process_credit_util.get_cm_header_defaults

691: l_cm_header.complete_flag := 'N' ;
692: END IF;
693:
694: --
695: -- Other defaluts : use arp_process_credit_util.get_cm_header_defaults
696: --
697: -- First, get the details of the transaction being credited.
698: -- This info is used as parameter into get_cm_header_defaults
699: --

Line 796: ARP_PROCESS_CREDIT_UTIL.GET_CM_HEADER_DEFAULTS(

792: || ' , SOB from trx_global is '|| arp_trx_global.system_info.system_parameters.set_of_books_id
793: );
794: END IF;
795:
796: ARP_PROCESS_CREDIT_UTIL.GET_CM_HEADER_DEFAULTS(
797: -- bug 3796595, pass l_cm_header.trx_date instead of NULL
798: l_cm_header.trx_date, -- p_trx_date,
799: l_credited_trx_rec.customer_trx_id,
800: NULL, -- p_customer_trx_id,

Line 1187: ARP_PROCESS_CREDIT.INSERT_HEADER(

1183: -- call the entity handler
1184: --
1185:
1186: BEGIN
1187: ARP_PROCESS_CREDIT.INSERT_HEADER(
1188: p_form_name,
1189: 1.0,
1190: l_cm_header,
1191: 'CM',

Line 1214: arp_util.debug('EXCEPTION: Debug point 2 : Error Calling arp_process_credit.insert_header.');

1210: EXCEPTION
1211: WHEN OTHERS THEN
1212: ROLLBACK TO Credit_Transaction_Pub;
1213: IF PG_DEBUG in ('Y', 'C') THEN
1214: arp_util.debug('EXCEPTION: Debug point 2 : Error Calling arp_process_credit.insert_header.');
1215: END IF;
1216: l_debug_point := 2;
1217: l_ue_message := SUBSTR('EXCEPTION: Error Calling arp_process_credit.insert_header '
1218: || SQLERRM, 1, 2000);

Line 1217: l_ue_message := SUBSTR('EXCEPTION: Error Calling arp_process_credit.insert_header '

1213: IF PG_DEBUG in ('Y', 'C') THEN
1214: arp_util.debug('EXCEPTION: Debug point 2 : Error Calling arp_process_credit.insert_header.');
1215: END IF;
1216: l_debug_point := 2;
1217: l_ue_message := SUBSTR('EXCEPTION: Error Calling arp_process_credit.insert_header '
1218: || SQLERRM, 1, 2000);
1219: RAISE e_unexpected_error;
1220: END ;
1221:

Line 1833: ARP_PROCESS_CREDIT_UTIL.GET_CREDITED_TRX_DETAILS(

1829: -- populate l_cm_header values accordingly.
1830: -- else if either (amount or %) is null, populate the other
1831:
1832: BEGIN
1833: ARP_PROCESS_CREDIT_UTIL.GET_CREDITED_TRX_DETAILS(
1834: p_prev_customer_trx_id,
1835: p_initial_customer_trx_id,
1836: l_line_orig,
1837: l_tax_orig,

Line 1854: arp_util.debug('EXCEPTION: Error Calling arp_process_credit_util.get_credited_trx_details.');

1850: EXCEPTION
1851: WHEN OTHERS THEN
1852: ROLLBACK TO Credit_Transaction_Pub;
1853: IF PG_DEBUG in ('Y', 'C') THEN
1854: arp_util.debug('EXCEPTION: Error Calling arp_process_credit_util.get_credited_trx_details.');
1855: END IF;
1856: /*Bug3041196: Commented out this portion as it was overwriting message
1857: names set by get_credited_trx_details*/
1858: -- fnd_message.set_name( 'AR', 'AR_RAXTRX-1666');

Line 1873: -- Other defaluts : use arp_process_credit_util.get_cm_header_defaults

1869: l_cm_header.complete_flag := 'N' ;
1870: END IF;
1871:
1872: --
1873: -- Other defaluts : use arp_process_credit_util.get_cm_header_defaults
1874: --
1875: -- First, get the details of the transaction being credited.
1876: -- This info is used as parameter into get_cm_header_defaults
1877: --

Line 1944: ARP_PROCESS_CREDIT_UTIL.GET_CM_HEADER_DEFAULTS(

1940: -- do the call right before it is needed
1941: -- 5885313 commented out init routine here.
1942: -- arp_global.init_global;
1943:
1944: ARP_PROCESS_CREDIT_UTIL.GET_CM_HEADER_DEFAULTS(
1945: -- bug 3796595 : pass l_cm_header.trx_date instead of NULL
1946: l_cm_header.trx_date, -- p_trx_date,
1947: l_credited_trx_rec.customer_trx_id,
1948: NULL, -- p_customer_trx_id,

Line 2342: ARP_PROCESS_CREDIT.INSERT_HEADER(

2338: l_computed_tax_percent := NULL;
2339: l_computed_tax_amount := NULL;
2340:
2341: BEGIN
2342: ARP_PROCESS_CREDIT.INSERT_HEADER(
2343: p_form_name,
2344: 1.0,
2345: l_cm_header,
2346: 'CM',

Line 2369: arp_util.debug( 'Debug point 2 : Error Calling arp_process_credit.insert_header.');

2365: EXCEPTION
2366: WHEN OTHERS THEN
2367: ROLLBACK TO Credit_Transaction_Pub;
2368: IF PG_DEBUG in ('Y', 'C') THEN
2369: arp_util.debug( 'Debug point 2 : Error Calling arp_process_credit.insert_header.');
2370: END IF;
2371: l_debug_point := 2;
2372: l_ue_message := SUBSTR('Error Calling arp_process_credit.insert_header '
2373: || SQLERRM, 1, 2000);

Line 2372: l_ue_message := SUBSTR('Error Calling arp_process_credit.insert_header '

2368: IF PG_DEBUG in ('Y', 'C') THEN
2369: arp_util.debug( 'Debug point 2 : Error Calling arp_process_credit.insert_header.');
2370: END IF;
2371: l_debug_point := 2;
2372: l_ue_message := SUBSTR('Error Calling arp_process_credit.insert_header '
2373: || SQLERRM, 1, 2000);
2374: RAISE e_unexpected_error;
2375: END ;
2376:

Line 2535: ARP_PROCESS_CREDIT.insert_line(

2531:
2532: IF PG_DEBUG in ('Y', 'C') THEN
2533: arp_util.debug( 'Before Insert line call');
2534: END IF;
2535: ARP_PROCESS_CREDIT.insert_line(
2536: p_form_name => p_form_name,
2537: p_form_version => 1.0 ,
2538: p_credit_rec => l_credited_trx_line_tbl(i) ,
2539: p_line_amount => p_credit_line_table(i).Extended_amount,