DBA Data[Home] [Help]

APPS.AR_EXCHANGE_INTERFACE_PKG dependencies on GL_MC_CURRENCY_PKG

Line 1370: l_rounded_amount := gl_mc_currency_pkg.currround(invtab(ix).total_fee, l_default_currency);

1366: FOR ix in 1..l_invline_index LOOP
1367:
1368: /* list of trx lines in an invoice. transfer the lines*/
1369: l_rounded_amount := null;
1370: l_rounded_amount := gl_mc_currency_pkg.currround(invtab(ix).total_fee, l_default_currency);
1371:
1372: --print_debug(0,'INV: amount=['||to_char(invtab(ix).total_fee)||'],rounded amount = ['||to_char(l_rounded_amount)||']');
1373:
1374: print_debug(LEVEL2,'INV: Transfering: '||

Line 1447: l_rounded_amount := gl_mc_currency_pkg.currround(oacmtab(ix).total_fee, l_default_currency);

1443: FOR ix in 1..l_oacmline_index LOOP
1444: /* list of trx lines in an on-account credit memo. transfer the lines*/
1445:
1446: l_rounded_amount := null;
1447: l_rounded_amount := gl_mc_currency_pkg.currround(oacmtab(ix).total_fee, l_default_currency);
1448:
1449: --print_debug(0,'CM: amount=['||to_char(oacmtab(ix).total_fee)||'],rounded amount = ['||to_char(l_rounded_amount)||']');
1450:
1451: print_debug(LEVEL2,'CM: Transfering: '|| oacmtab(ix).activity_type_name ||','|| to_char(l_rounded_amount) );

Line 1745: l_rounded_amount := gl_mc_currency_pkg.currround(invtab(ix).total_fee, l_default_currency);

1741: FOR ix in 1..l_invline_index LOOP
1742:
1743: /* list of trx lines in an invoice. transfer the lines*/
1744: l_rounded_amount := null;
1745: l_rounded_amount := gl_mc_currency_pkg.currround(invtab(ix).total_fee, l_default_currency);
1746:
1747: --print_debug(0,'INV: amount=['||to_char(invtab(ix).total_fee)||'],rounded amount = ['||to_char(l_rounded_amount)||']');
1748:
1749: print_debug(LEVEL2,'INV: Transfering: '|| invtab(ix).activity_type_name ||','|| to_char(l_rounded_amount) );

Line 1822: l_rounded_amount := gl_mc_currency_pkg.currround(oacmtab(ix).total_fee, l_default_currency);

1818: FOR ix in 1..l_oacmline_index LOOP
1819: /* list of trx lines in an on-account credit memo. transfer the lines*/
1820:
1821: l_rounded_amount := null;
1822: l_rounded_amount := gl_mc_currency_pkg.currround(oacmtab(ix).total_fee, l_default_currency);
1823:
1824: --print_debug(0,'CM: amount=['||to_char(oacmtab(ix).total_fee)||'],rounded amount = ['||to_char(l_rounded_amount)||']');
1825:
1826: print_debug(LEVEL2,'CM: Transfering: '|| oacmtab(ix).activity_type_name ||','|| to_char(l_rounded_amount) );