DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_OLD_PKG

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

226: if nvl(lv_new_transaction, 'N') = 'N' then
227: /* Invoice was created before application of TDS clean up, need to call the old procedure */
228: lv_codepath := jai_general_pkg.plot_codepath(1.0, lv_codepath); /* 1.0 */
229: Fnd_File.put_line(Fnd_File.LOG, '**** Transaction before application of TDS clean up Calling procedure ****');
230: Fnd_File.put_line(Fnd_File.LOG, ' Invoking OLD procedure jai_ap_tds_old_pkg.cancel_invoice');
231:
232: jai_ap_tds_old_pkg.cancel_invoice
233: (
234: errbuf => errbuf,

Line 232: jai_ap_tds_old_pkg.cancel_invoice

228: lv_codepath := jai_general_pkg.plot_codepath(1.0, lv_codepath); /* 1.0 */
229: Fnd_File.put_line(Fnd_File.LOG, '**** Transaction before application of TDS clean up Calling procedure ****');
230: Fnd_File.put_line(Fnd_File.LOG, ' Invoking OLD procedure jai_ap_tds_old_pkg.cancel_invoice');
231:
232: jai_ap_tds_old_pkg.cancel_invoice
233: (
234: errbuf => errbuf,
235: retcode => retcode,
236: p_invoice_id => p_invoice_id