DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on ARPCURR

Line 3895: arpcurr.currround(

3891:
3892: p_running_lines_balance := p_running_lines_balance + p_line_balance_orig;
3893:
3894: l_computed_line_amount :=
3895: arpcurr.currround(
3896: p_running_lines_balance /
3897: p_sum_of_all_lines * l_total_amount,
3898: p_currency_code)
3899: - p_running_allocated_balance;

Line 3907: arp_standard.debug(' arpcurr.currround(');

3903:
3904: IF pg_debug IN ('Y', 'C') THEN
3905: arp_standard.debug('Calculation : ');
3906: arp_standard.debug('l_computed_line_amount := ');
3907: arp_standard.debug(' arpcurr.currround(');
3908: arp_standard.debug(' p_running_lines_balance / ');
3909: arp_standard.debug(' p_sum_of_all_lines * l_total_amount,');
3910: arp_standard.debug(' p_currency_code)');
3911: arp_standard.debug(' - p_running_allocated_balance');