DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on AP_CANCEL_PKG

Line 387: ap_cancel_pkg.ap_cancel_single_invoice

383: P_Token
384: */
385:
386: lb_return_value :=
387: ap_cancel_pkg.ap_cancel_single_invoice
388: (
389: P_invoice_id => cur_rec.invoice_to_tds_authority_id ,
390: P_last_updated_by => fnd_global.user_id ,
391: P_last_update_login => fnd_global.login_id ,

Line 439: /*What if ap_cancel_pkg.ap_cancel_single_invoice is not there ?? */

435: original_prepayment_amount = ln_out_original_prepay_amount ,
436: pay_curr_invoice_amount = ln_out_pay_curr_inv_amount
437: where invoice_id = cur_rec.invoice_to_tds_authority_id;
438:
439: /*What if ap_cancel_pkg.ap_cancel_single_invoice is not there ?? */
440: lv_tds_invoice_flag := 'Y';
441: lv_tds_invoice_message := 'Invoice to TDS Authority is Cancelled ';
442:
443: lv_codepath := jai_general_pkg.plot_codepath(9, lv_codepath); /* 9 */

Line 548: ap_cancel_pkg.ap_cancel_single_invoice

544: and added the following OUT Parameter
545: P_Token
546: */
547: lb_return_value :=
548: ap_cancel_pkg.ap_cancel_single_invoice
549: (
550: P_invoice_id => cur_rec.invoice_to_vendor_id ,
551: P_last_updated_by => fnd_global.user_id ,
552: P_last_update_login => fnd_global.login_id ,