DBA Data[Home] [Help]

APPS.AR_REVENUE_ADJUSTMENT_PVT dependencies on ARP_ROUNDING

Line 889: IF (arp_rounding.correct_rev_adj_by_line = 0)

885: NVL(AR_RAAPI_UTIL.g_called_from,'XXX') <> 'SWEEPER' )
886: THEN
887: /* This call will round each adjustment that has be
888: previously recorded in ar_rev_line_adj_gt */
889: IF (arp_rounding.correct_rev_adj_by_line = 0)
890: THEN
891: arp_util.debug('ERROR: arp_rounding.correct_rev_adj_by_line');
892: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
893: END IF;

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

887: /* This call will round each adjustment that has be
888: previously recorded in ar_rev_line_adj_gt */
889: IF (arp_rounding.correct_rev_adj_by_line = 0)
890: THEN
891: arp_util.debug('ERROR: arp_rounding.correct_rev_adj_by_line');
892: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
893: END IF;
894: END IF;
895:

Line 3036: in a call to arp_rounding.correct_rev_adj_by_line */

3032: arp_util.debug('AR_Revenue_Adjustment_PVT.dists_by_model()+');
3033: END IF;
3034:
3035: /* Note: rounding will be handled at the transaction level
3036: in a call to arp_rounding.correct_rev_adj_by_line */
3037:
3038: END dists_by_model;
3039:
3040: /* end */