DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on ARP_ROUNDING

Line 984: arp_rounding.correct_scredit_rounding_errs(ar_trx_header_rec.customer_trx_id,

980: END IF;
981:
982: /* 5921925 - Streamlined completion logic */
983: BEGIN
984: arp_rounding.correct_scredit_rounding_errs(ar_trx_header_rec.customer_trx_id,
985: l_scredit_count);
986: /*7829636*/
987: l_request_id := arp_global.request_id;
988:

Line 997: IF (arp_rounding.correct_dist_rounding_errors

993: END IF;
994:
995: ar_invoice_utils.debug ('arp_global.request_id AFTER CHANGES'||arp_global.request_id );
996:
997: IF (arp_rounding.correct_dist_rounding_errors
998: (null, -- request_id
999: ar_trx_header_rec.customer_trx_id,
1000: null, -- customer_trx_line_id
1001: l_dist_count,