DBA Data[Home] [Help]

APPS.JAI_AP_IDA_ARIUD_T1 dependencies on JAI_AP_UTILS_PKG

Line 616: jai_ap_utils_pkg.acct_inclu_taxes( pn_invoice_id => t_new_rec.invoice_id

612: -- Added by Jia Li for inclusive tax on 2007/12/26, Begin
613: ----------------------------------------------------------
614: IF t_new_rec.posted_flag = 'Y' AND t_old_rec.posted_flag = 'N'
615: THEN
616: jai_ap_utils_pkg.acct_inclu_taxes( pn_invoice_id => t_new_rec.invoice_id
617: , pn_invoice_distribution_id => t_new_rec.invoice_distribution_id
618: , xv_process_flag => lv_return_code
619: , xv_process_message => lv_return_message
620: );