DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on ARP_PROCESS_CREDIT

Line 566: ARP_PROCESS_CREDIT_UTIL.GET_CREDITED_TRX_DETAILS(

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

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

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

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

701: l_cm_header.complete_flag := 'N' ;
702: END IF;
703:
704: --
705: -- Other defaluts : use arp_process_credit_util.get_cm_header_defaults
706: --
707: -- First, get the details of the transaction being credited.
708: -- This info is used as parameter into get_cm_header_defaults
709: --

Line 809: ARP_PROCESS_CREDIT_UTIL.GET_CM_HEADER_DEFAULTS(

805: || ' , SOB from trx_global is '|| arp_trx_global.system_info.system_parameters.set_of_books_id
806: );
807: END IF;
808:
809: ARP_PROCESS_CREDIT_UTIL.GET_CM_HEADER_DEFAULTS(
810: -- bug 3796595, pass l_cm_header.trx_date instead of NULL
811: l_cm_header.trx_date, -- p_trx_date,
812: l_credited_trx_rec.customer_trx_id,
813: NULL, -- p_customer_trx_id,

Line 1188: ARP_PROCESS_CREDIT.INSERT_HEADER(

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

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

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

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

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

Line 1836: ARP_PROCESS_CREDIT_UTIL.GET_CREDITED_TRX_DETAILS(

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

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

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

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

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

Line 1945: ARP_PROCESS_CREDIT_UTIL.GET_CM_HEADER_DEFAULTS(

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

Line 2331: ARP_PROCESS_CREDIT.INSERT_HEADER(

2327: l_computed_tax_percent := NULL;
2328: l_computed_tax_amount := NULL;
2329:
2330: BEGIN
2331: ARP_PROCESS_CREDIT.INSERT_HEADER(
2332: l_form_name,
2333: 1.0,
2334: l_cm_header,
2335: 'CM',

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

2354: EXCEPTION
2355: WHEN OTHERS THEN
2356: ROLLBACK TO Credit_Transaction_Pub;
2357: IF PG_DEBUG in ('Y', 'C') THEN
2358: arp_util.debug( 'Debug point 2 : Error Calling arp_process_credit.insert_header.');
2359: END IF;
2360: l_debug_point := 2;
2361: l_ue_message := SUBSTR('Error Calling arp_process_credit.insert_header '
2362: || SQLERRM, 1, 2000);

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

2357: IF PG_DEBUG in ('Y', 'C') THEN
2358: arp_util.debug( 'Debug point 2 : Error Calling arp_process_credit.insert_header.');
2359: END IF;
2360: l_debug_point := 2;
2361: l_ue_message := SUBSTR('Error Calling arp_process_credit.insert_header '
2362: || SQLERRM, 1, 2000);
2363: RAISE e_unexpected_error;
2364: END ;
2365:

Line 2517: ARP_PROCESS_CREDIT.insert_line(

2513:
2514: IF PG_DEBUG in ('Y', 'C') THEN
2515: arp_util.debug( 'Before Insert line call');
2516: END IF;
2517: ARP_PROCESS_CREDIT.insert_line(
2518: p_form_name => l_form_name,
2519: p_form_version => 1.0 ,
2520: p_credit_rec => l_credited_trx_line_tbl(i) ,
2521: p_line_amount => p_credit_line_table(i).Extended_amount,