DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_POST_COMMIT dependencies on ARP_ROUNDING

Line 284: arp_rounding.correct_scredit_rounding_errs( p_customer_trx_id,

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

Line 335: IF (arp_rounding.correct_dist_rounding_errors

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

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

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