DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on ARP_ROUNDING

Line 936: arp_rounding.correct_scredit_rounding_errs(ar_trx_header_rec.customer_trx_id,

932: END IF;
933:
934: /* 5921925 - Streamlined completion logic */
935: BEGIN
936: arp_rounding.correct_scredit_rounding_errs(ar_trx_header_rec.customer_trx_id,
937: l_scredit_count);
938: /*7829636*/
939: l_request_id := arp_global.request_id;
940:

Line 947: IF (arp_rounding.correct_dist_rounding_errors

943: END IF;
944:
945: ar_invoice_utils.debug ('arp_global.request_id AFTER CHANGES'||arp_global.request_id );
946:
947: IF (arp_rounding.correct_dist_rounding_errors
948: (null, -- request_id
949: ar_trx_header_rec.customer_trx_id,
950: null, -- customer_trx_line_id
951: l_dist_count,