DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_POST_COMMIT dependencies on ARP_ROUNDING

Line 282: arp_rounding.correct_scredit_rounding_errs( p_customer_trx_id,

278: UPDATE RA_CUSTOMER_TRX SET REVERSED_CASH_RECEIPT_ID = l_ps_rev_cash_id
279: WHERE CUSTOMER_TRX_ID = p_customer_trx_id;
280: END IF;
281:
282: arp_rounding.correct_scredit_rounding_errs( p_customer_trx_id,
283: l_scredit_count);
284:
285:
286: /*------------------------------------------------------------+

Line 333: IF (arp_rounding.correct_dist_rounding_errors

329: CB could be for a different amount than the original
330: receipt. */
331: IF (l_type <> 'CB')
332: THEN
333: IF (arp_rounding.correct_dist_rounding_errors
334: ( null, -- request_id
335: p_customer_trx_id,
336: null, -- customer_trx_line_id
337: l_dist_count,

Line 356: arp_util.debug('call to arp_rounding bypassed due to trx_type');

352:
353: APP_EXCEPTION.raise_exception;
354: END IF;
355: ELSE
356: arp_util.debug('call to arp_rounding bypassed due to trx_type');
357: END IF; -- end CB
358:
359: /* Bug 2164863 - The tax and accounting validations were postponed
360: until after the rounding routines were called. This was due to