DBA Data[Home] [Help]

APPS.ARP_TRX_COMPLETE_CHK dependencies on ARP_ETAX_SERVICES_PKG

Line 344: /* 5373072 - Added call to arp_etax_services_pkg.validate_for_tax

340: /* 4188835 - removed call to arp_process_tax.validate_tax_enforcement
341: as this validation is handled automatically by etax call
342: to calculate_tax */
343:
344: /* 5373072 - Added call to arp_etax_services_pkg.validate_for_tax
345: This routine determines if the tax is still active/valid at
346: the point of completion. It uses the error handling from
347: arp_trx_validate to log and raise messages based on the p_mode
348: parameter */

Line 350: arp_etax_services_pkg.validate_for_tax(

346: the point of completion. It uses the error handling from
347: arp_trx_validate to log and raise messages based on the p_mode
348: parameter */
349:
350: arp_etax_services_pkg.validate_for_tax(
351: p_customer_trx_id => p_customer_trx_id,
352: p_error_mode => l_error_mode,
353: p_valid_for_tax => l_valid_for_tax,
354: p_number_of_errors=> l_error_count);