DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_OLD_PKG

Line 328: Fnd_File.put_line(Fnd_File.LOG, ' Invoking OLD procedure jai_ap_tds_old_pkg.cancel_invoice');

324: if nvl(lv_new_transaction, 'N') = 'N' then
325: /* Invoice was created before application of TDS clean up, need to call the old procedure */
326: lv_codepath := jai_general_pkg.plot_codepath(1.0, lv_codepath); /* 1.0 */
327: Fnd_File.put_line(Fnd_File.LOG, '**** Transaction before application of TDS clean up Calling procedure ****');
328: Fnd_File.put_line(Fnd_File.LOG, ' Invoking OLD procedure jai_ap_tds_old_pkg.cancel_invoice');
329:
330: jai_ap_tds_old_pkg.cancel_invoice
331: (
332: errbuf => errbuf,

Line 330: jai_ap_tds_old_pkg.cancel_invoice

326: lv_codepath := jai_general_pkg.plot_codepath(1.0, lv_codepath); /* 1.0 */
327: Fnd_File.put_line(Fnd_File.LOG, '**** Transaction before application of TDS clean up Calling procedure ****');
328: Fnd_File.put_line(Fnd_File.LOG, ' Invoking OLD procedure jai_ap_tds_old_pkg.cancel_invoice');
329:
330: jai_ap_tds_old_pkg.cancel_invoice
331: (
332: errbuf => errbuf,
333: retcode => retcode,
334: p_invoice_id => p_invoice_id