DBA Data[Home] [Help]

APPS.JAI_TAX_PROCESSING_PKG dependencies on JAI_AP_DTC_CANCELLATION_PKG

Line 1378: jai_ap_dtc_cancellation_pkg.process_invoice_cancellation(errbuf => lv_errbuf

1374: FETCH c_tds_invoice_id INTO r_tds_invoice_id;
1375: CLOSE c_tds_invoice_id;
1376:
1377:
1378: jai_ap_dtc_cancellation_pkg.process_invoice_cancellation(errbuf => lv_errbuf
1379: ,retcode => lv_retcode
1380: ,p_invoice_id => pn_invoice_id);
1381: IF lv_retcode IS NOT NULL THEN
1382: Fnd_Message.Set_Name('JA','JAI_GENERIC_MSG');