DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ARP_APP_CALC_PKG

Line 3519: Implemented here as a wrapper for ARP_APP_CALC_PKG version. In

3515: END get_tax_account;
3516:
3517: /* PUBLIC PROCEDURE calc_applied_and_remaining
3518:
3519: Implemented here as a wrapper for ARP_APP_CALC_PKG version. In
3520: lockbox/cash, we need to call this routine to prorate discount and determine
3521: if the tax portion is recoverable. When it is recoverable, we have to
3522: call etax to calculate the tax amount, then remove it from the line
3523: amount.

Line 3601: ARP_APP_CALC_PKG.calc_applied_and_remaining(

3597: END IF;
3598:
3599: /* Call original calc_applied_and_remaining */
3600:
3601: ARP_APP_CALC_PKG.calc_applied_and_remaining(
3602: p_amt,
3603: p_rule_set_id,
3604: p_currency,
3605: p_line_remaining,

Line 3616: debug(' returned from arp_app_calc_pkg.calc_applied_and_remaining');

3612: p_charges_applied);
3613:
3614: IF PG_DEBUG in ('Y', 'C')
3615: THEN
3616: debug(' returned from arp_app_calc_pkg.calc_applied_and_remaining');
3617: END IF;
3618:
3619: IF l_tax_recov = 'Y'
3620: THEN