DBA Data[Home] [Help]

APPS.JAI_AP_DTC_GENERATION_PKG dependencies on AP_CANCEL_PKG

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

9864: ld_ret_accounting_date := NULL;
9865:
9866: mo_global.set_policy_context('S', r_ap_invoices_all_au.org_id);
9867:
9868: lb_return_value := ap_cancel_pkg.ap_cancel_single_invoice(P_invoice_id => cur_rec.invoice_to_tds_authority_id,
9869: P_last_updated_by => fnd_global.user_id,
9870: P_last_update_login => fnd_global.login_id,
9871: P_accounting_date => ld_accounting_date,
9872: P_message_name => lv_out_message_name,

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

9906: original_prepayment_amount = ln_out_original_prepay_amount,
9907: pay_curr_invoice_amount = ln_out_pay_curr_inv_amount
9908: where invoice_id = cur_rec.invoice_to_tds_authority_id;
9909:
9910: /*What if ap_cancel_pkg.ap_cancel_single_invoice is not there ?? */
9911: lv_tds_invoice_flag := 'Y';
9912: lv_tds_invoice_message := 'Invoice to TDS Authority is Cancelled ';
9913:
9914: lv_codepath := jai_general_pkg.plot_codepath(9, lv_codepath); /* 9 */

Line 10000: lb_return_value := ap_cancel_pkg.ap_cancel_single_invoice(P_invoice_id => r_ap_invoices_all_cm.invoice_id,

9996: ld_ret_accounting_date := NULL;
9997:
9998: mo_global.set_policy_context('S', r_ap_invoices_all_cm.org_id);
9999:
10000: lb_return_value := ap_cancel_pkg.ap_cancel_single_invoice(P_invoice_id => r_ap_invoices_all_cm.invoice_id,
10001: P_last_updated_by => fnd_global.user_id,
10002: P_last_update_login => fnd_global.login_id,
10003: P_accounting_date => ld_accounting_date,
10004: P_message_name => lv_out_message_name,