DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ARP_ROUNDING

Line 2395: | 21-JUL-2006 M Raymond 5211848 - added call to arp_rounding

2391: |
2392: | MODIFICATION HISTORY
2393: | DATE Author Description of Changes
2394: | 14-Apr-2005 Debbie Sue Jancis Created
2395: | 21-JUL-2006 M Raymond 5211848 - added call to arp_rounding
2396: | 04-OCT-2006 M Raymond 5457495 - cache and honor tax
2397: | account overrides
2398: *===========================================================================*/
2399: PROCEDURE Calculate_tax (p_customer_trx_id IN NUMBER,

Line 2420: --Added for bug 5211848 (call to arp_rounding)

2416: l_rows NUMBER;
2417: --Added for Bug5125882
2418: l_is_reg_cm NUMBER;
2419:
2420: --Added for bug 5211848 (call to arp_rounding)
2421: pg_base_precision fnd_currencies.precision%type;
2422: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2423: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
2424: l_error_message VARCHAR2(128);

Line 2600: we must call arp_rounding to fix the amounts on

2596: match. */
2597: replace_tax_accounts;
2598:
2599: /* 5211848 - Once we insert accounting distributions,
2600: we must call arp_rounding to fix the amounts on
2601: the REC dist to reflect the new tax */
2602: IF arp_rounding.correct_dist_rounding_errors(
2603: NULL,
2604: p_customer_trx_id ,

Line 2602: IF arp_rounding.correct_dist_rounding_errors(

2598:
2599: /* 5211848 - Once we insert accounting distributions,
2600: we must call arp_rounding to fix the amounts on
2601: the REC dist to reflect the new tax */
2602: IF arp_rounding.correct_dist_rounding_errors(
2603: NULL,
2604: p_customer_trx_id ,
2605: NULL,
2606: l_dist_count,