DBA Data[Home] [Help]

APPS.AP_CREATE_PAY_SCHEDS_PKG dependencies on AP_UTILITIES_PKG

Line 345: l_amount_for_discount := ap_utilities_pkg.ap_round_currency(

341:
342: l_payment_cross_rate := P_payment_cross_rate;
343:
344: debug_info := 'Convert discount amount to payment currency';
345: l_amount_for_discount := ap_utilities_pkg.ap_round_currency(
346: P_Amount_For_Discount * P_Payment_Cross_Rate,
347: P_Payment_Currency);
348:
349: IF c_terms_percent%NOTFOUND THEN

Line 1511: l_amount_for_discount := ap_utilities_pkg.ap_round_currency(

1507:
1508: l_payment_cross_rate := P_payment_cross_rate;
1509:
1510: debug_info := 'Convert discount amount to payment currency';
1511: l_amount_for_discount := ap_utilities_pkg.ap_round_currency(
1512: P_Amount_For_Discount * P_Payment_Cross_Rate,
1513: P_Payment_Currency);
1514:
1515: l_debug_info := 'Convert discount amount to payment currency->'||l_amount_for_discount||'P_Pay_Curr_Invoice_Amount->'||P_Pay_Curr_Invoice_Amount; --bug 8991699