DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on ARPCURR

Line 4035: arpcurr.currround(

4031:
4032: p_running_lines_balance := p_running_lines_balance + p_line_balance_orig;
4033:
4034: l_computed_line_amount :=
4035: arpcurr.currround(
4036: p_running_lines_balance /
4037: p_sum_of_all_lines * l_total_amount,
4038: p_currency_code)
4039: - p_running_allocated_balance;

Line 4047: debug(' arpcurr.currround(');

4043:
4044: IF pg_debug IN ('Y', 'C') THEN
4045: debug('Calculation : ');
4046: debug('l_computed_line_amount := ');
4047: debug(' arpcurr.currround(');
4048: debug(' p_running_lines_balance / ');
4049: debug(' p_sum_of_all_lines * l_total_amount,');
4050: debug(' p_currency_code)');
4051: debug(' - p_running_allocated_balance');