DBA Data[Home] [Help]

APPS.JAI_AP_DTC_CANCELLATION_PKG dependencies on AP_CANCEL_PKG

Line 534: lb_return_value := ap_cancel_pkg.ap_cancel_single_invoice(P_invoice_id => cur_rec.invoice_to_tds_authority_id,

530: );
531: END IF; --( ln_proc_level >= ln_dbg_level)
532: mo_global.set_policy_context('S', r_ap_invoices_all.org_id);
533:
534: lb_return_value := ap_cancel_pkg.ap_cancel_single_invoice(P_invoice_id => cur_rec.invoice_to_tds_authority_id,
535: P_last_updated_by => fnd_global.user_id,
536: P_last_update_login => fnd_global.login_id,
537: --P_set_of_books_id => r_ap_invoices_all.set_of_books_id ,
538: P_accounting_date => ld_accounting_date,

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

579: original_prepayment_amount = ln_out_original_prepay_amount,
580: pay_curr_invoice_amount = ln_out_pay_curr_inv_amount
581: where invoice_id = cur_rec.invoice_to_tds_authority_id;
582:
583: /*What if ap_cancel_pkg.ap_cancel_single_invoice is not there ?? */
584: lv_tds_invoice_flag := 'Y';
585: lv_tds_invoice_message := 'Invoice to TDS Authority is Cancelled ';
586:
587: lv_codepath := jai_general_pkg.plot_codepath(9, lv_codepath); /* 9 */

Line 709: lb_return_value := ap_cancel_pkg.ap_cancel_single_invoice(P_invoice_id => cur_rec.invoice_to_vendor_id,

705: );
706: END IF; --( ln_proc_level >= ln_dbg_level)
707: mo_global.set_policy_context('S', r_ap_invoices_all.org_id);
708:
709: lb_return_value := ap_cancel_pkg.ap_cancel_single_invoice(P_invoice_id => cur_rec.invoice_to_vendor_id,
710: P_last_updated_by => fnd_global.user_id,
711: P_last_update_login => fnd_global.login_id,
712: --P_set_of_books_id => r_ap_invoices_all.set_of_books_id ,
713: P_accounting_date => ld_accounting_date,