DBA Data[Home] [Help]

APPS.JAI_AP_DTC_CANCELLATION_PKG dependencies on JAI_AP_TDS_GENERATION_PKG

Line 947: jai_ap_tds_generation_pkg.import_and_approve(p_invoice_id => p_invoice_id,

943: if ln_start_threshold_trx_id is not null then
944:
945: /* Some invoices have been generated, call the program for invoking import and approval */
946:
947: jai_ap_tds_generation_pkg.import_and_approve(p_invoice_id => p_invoice_id,
948: p_start_thhold_trx_id => ln_start_threshold_trx_id,
949: p_tds_event => 'INVOICE CANCEL',
950: p_process_flag => lv_tds_credit_memo_flag,
951: p_process_message => lv_tds_credit_memo_message);