DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_UTILITIES_PKG

Line 956: SELECT nvl(sum(ap_utilities_pkg.ap_round_currency(

952:
953: -- get amount withheld for this particular invoice payment.
954: -- (this will be a negative number for STD inv and
955: -- positive for CM
956: SELECT nvl(sum(ap_utilities_pkg.ap_round_currency(
957: AID.amount * AI.payment_cross_rate,
958: AI.payment_currency_code)),0)
959: INTO l_withholding_amount
960: FROM ap_invoice_distributions AID,