DBA Data[Home] [Help]

APPS.AP_CREATE_PAY_SCHEDS_PKG dependencies on AP_UTILITIES_PKG

Line 339: l_amount_for_discount := ap_utilities_pkg.ap_round_currency(

335:
336: l_payment_cross_rate := P_payment_cross_rate;
337:
338: debug_info := 'Convert discount amount to payment currency';
339: l_amount_for_discount := ap_utilities_pkg.ap_round_currency(
340: P_Amount_For_Discount * P_Payment_Cross_Rate,
341: P_Payment_Currency);
342:
343: IF c_terms_percent%NOTFOUND THEN

Line 1453: l_amount_for_discount := ap_utilities_pkg.ap_round_currency(

1449:
1450: l_payment_cross_rate := P_payment_cross_rate;
1451:
1452: debug_info := 'Convert discount amount to payment currency';
1453: l_amount_for_discount := ap_utilities_pkg.ap_round_currency(
1454: P_Amount_For_Discount * P_Payment_Cross_Rate,
1455: P_Payment_Currency);
1456:
1457: IF c_terms_percent%NOTFOUND THEN -- Terms type is Slab