DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ARP_APP_CALC_PKG

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

3453: END get_tax_account;
3454:
3455: /* PUBLIC PROCEDURE calc_applied_and_remaining
3456:
3457: Implemented here as a wrapper for ARP_APP_CALC_PKG version. In
3458: lockbox/cash, we need to call this routine to prorate discount and determine
3459: if the tax portion is recoverable. When it is recoverable, we have to
3460: call etax to calculate the tax amount, then remove it from the line
3461: amount.

Line 3539: ARP_APP_CALC_PKG.calc_applied_and_remaining(

3535: END IF;
3536:
3537: /* Call original calc_applied_and_remaining */
3538:
3539: ARP_APP_CALC_PKG.calc_applied_and_remaining(
3540: p_amt,
3541: p_rule_set_id,
3542: p_currency,
3543: p_line_remaining,

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

3550: p_charges_applied);
3551:
3552: IF PG_DEBUG in ('Y', 'C')
3553: THEN
3554: arp_standard.debug(' returned from arp_app_calc_pkg.calc_applied_and_remaining');
3555: END IF;
3556:
3557: IF l_tax_recov = 'Y'
3558: THEN