DBA Data[Home] [Help]

APPS.JAI_AP_IDA_ARIUD_T1 dependencies on JAI_AP_UTILS_PKG

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

590: -- Added by Jia Li for inclusive tax on 2007/12/26, Begin
591: ----------------------------------------------------------
592: IF t_new_rec.posted_flag = 'Y' AND t_old_rec.posted_flag = 'N'
593: THEN
594: jai_ap_utils_pkg.acct_inclu_taxes( pn_invoice_id => t_new_rec.invoice_id
595: , pn_invoice_distribution_id => t_new_rec.invoice_distribution_id
596: , xv_process_flag => lv_return_code
597: , xv_process_message => lv_return_message
598: );