DBA Data[Home] [Help]

APPS.ARP_BALANCE_CHECK dependencies on ARPCURR

Line 1273: p_actual_amount := ARPCURR.CurrRound(p_amount, p_FunctionalCurrency) ;

1269: FROM ar_system_parameters sp,
1270: gl_sets_of_books sob
1271: WHERE sob.set_of_books_id = sp.set_of_books_id;
1272:
1273: p_actual_amount := ARPCURR.CurrRound(p_amount, p_FunctionalCurrency) ;
1274:
1275: IF PG_DEBUG in ('Y', 'C') THEN
1276: arp_standard.debug('p_actual_amount ' || p_actual_amount);
1277: arp_standard.debug('p_FunctionalCurrency ' || p_amount);