DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_UTILITIES_PKG

Line 2131: ap_utilities_pkg.ap_round_currency(

2127: l_supplier_hold_reason,
2128: l_invoice_amount_limit,
2129: /*bug fix:3022381 Added the NVL condition*/
2130: nvl(l_invoice_rec.no_xrate_base_amount, -- Bug 4692091. Added ap_round_currency
2131: ap_utilities_pkg.ap_round_currency(
2132: l_invoice_rec.invoice_amount*nvl(l_invoice_rec.exchange_rate,1),
2133: l_invoice_rec.invoice_currency_code)),
2134: l_invoice_rec.last_updated_by,
2135: current_calling_sequence ) <> TRUE) THEN