DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on ARP_ROUNDING

Line 6227: IF (arp_rounding.correct_rev_adj_by_line = 0) THEN

6223:
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:

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