54: FUNCTION tax_balance(p_prev_cust_trx_line_id IN ra_customer_trx_lines.customer_trx_line_id%type,
55: p_cust_trx_line_id IN ra_customer_trx_lines.customer_trx_line_id%type )
56: RETURN NUMBER;
57: PROCEDURE check_tax_code(p_tax_code IN
58: ar_vat_tax.tax_code%type,
59: p_adhoc_tax_flag OUT NOCOPY BOOLEAN ) ;
60:
61:
62: END ARP_TRX_TAX_UTIL;