DBA Data[Home] [Help]

APPS.JAI_AP_STND_TAX_PROCESS dependencies on JAI_TAX_PROCESSING_PKG

Line 3996: JAI_TAX_PROCESSING_PKG.ap_dtc_cancel_invoice(pn_invoice_id => ln_std_invoice_id);

3992: --Added by Chong for ZX investigation 20120816 start
3993: ---------------------------------------------------------------------------
3994: IF v_cancel_flag = TRUE THEN
3995: --Call ZX warp package to invoke DTC cancellation, if cancel an TDS base invoice.
3996: JAI_TAX_PROCESSING_PKG.ap_dtc_cancel_invoice(pn_invoice_id => ln_std_invoice_id);
3997: END IF;
3998: ---------------------------------------------------------------------------
3999: --Added by Chong for ZX investigation 20120816 end
4000: -- code ported from BL12.1.3 by zhiwei.xin on 15-MAR-2013 end.