DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ARP_ROUNDING

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

2640: |
2641: | MODIFICATION HISTORY
2642: | DATE Author Description of Changes
2643: | 14-Apr-2005 Debbie Sue Jancis Created
2644: | 21-JUL-2006 M Raymond 5211848 - added call to arp_rounding
2645: | 04-OCT-2006 M Raymond 5457495 - cache and honor tax
2646: | account overrides
2647: *===========================================================================*/
2648: PROCEDURE Calculate_tax (p_customer_trx_id IN NUMBER,

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

2665: l_rows NUMBER;
2666: --Added for Bug5125882
2667: l_is_reg_cm NUMBER;
2668:
2669: --Added for bug 5211848 (call to arp_rounding)
2670: pg_base_precision fnd_currencies.precision%type;
2671: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2672: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
2673: l_error_message VARCHAR2(128);

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

2845: match. */
2846: replace_tax_accounts;
2847:
2848: /* 5211848 - Once we insert accounting distributions,
2849: we must call arp_rounding to fix the amounts on
2850: the REC dist to reflect the new tax */
2851: IF arp_rounding.correct_dist_rounding_errors(
2852: NULL,
2853: p_customer_trx_id ,

Line 2851: IF arp_rounding.correct_dist_rounding_errors(

2847:
2848: /* 5211848 - Once we insert accounting distributions,
2849: we must call arp_rounding to fix the amounts on
2850: the REC dist to reflect the new tax */
2851: IF arp_rounding.correct_dist_rounding_errors(
2852: NULL,
2853: p_customer_trx_id ,
2854: NULL,
2855: l_dist_count,

Line 2962: --Added for Bug 8220233 (call to arp_rounding)

2958: l_num_failed_dist_rows NUMBER;
2959: l_msg_data VARCHAR2(4000);
2960: l_rows NUMBER;
2961: l_is_reg_cm NUMBER;
2962: --Added for Bug 8220233 (call to arp_rounding)
2963: l_dist_count NUMBER;
2964: l_error_message VARCHAR2(128);
2965: pg_base_precision fnd_currencies.precision%type;
2966: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

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

3082: /*Bug 8402096 - Replace the manual override of CCID by user*/
3083: replace_tax_accounts;
3084:
3085: /* Bug 8220233 - Once we insert accounting distributions,
3086: we must call arp_rounding to fix the amounts on
3087: the REC dist to reflect the new tax */
3088:
3089: IF arp_rounding.correct_dist_rounding_errors(
3090: NULL,

Line 3089: IF arp_rounding.correct_dist_rounding_errors(

3085: /* Bug 8220233 - Once we insert accounting distributions,
3086: we must call arp_rounding to fix the amounts on
3087: the REC dist to reflect the new tax */
3088:
3089: IF arp_rounding.correct_dist_rounding_errors(
3090: NULL,
3091: p_customer_trx_id ,
3092: NULL,
3093: l_dist_count,