DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on ARP_UTIL

Line 6228: arp_util.debug('ERROR: arp_rounding.correct_rev_adj_by_line');

6224: /** Revenue Adjustment API will not call rounding logic if the call is from sweeper program (based
6225: on package global value AR_RAAPI_UTIL.g_called_from passed as SWEEPER),this call will round
6226: each adjustment that is recorded in ar_rev_line_adj_gt */
6227: IF (arp_rounding.correct_rev_adj_by_line = 0) THEN
6228: arp_util.debug('ERROR: arp_rounding.correct_rev_adj_by_line');
6229: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6230: END IF;
6231:
6232: END LOOP; -- cur_orgs Bug4675710

Line 6623: arp_util.set_buckets(

6619: IF pg_debug IN ('Y', 'C') THEN
6620: debug('Invoice currency and functional currency DIFFER');
6621: END IF;
6622:
6623: arp_util.set_buckets(
6624: p_header_acctd_amt => l_acctd_amount_applied,
6625: p_base_currency => g_currency_code_f,
6626: p_exchange_rate => l_exchange_rate,
6627: p_base_precision => g_precision_f,