DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_UTILITIES_PKG

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

1058:
1059: -- get amount withheld for this particular invoice payment.
1060: -- (this will be a negative number for STD inv and
1061: -- positive for CM
1062: SELECT nvl(sum(ap_utilities_pkg.ap_round_currency(
1063: AID.amount * AI.payment_cross_rate,
1064: AI.payment_currency_code)),0)
1065: INTO l_withholding_amount
1066: FROM ap_invoice_distributions AID,